Browse Source
The Deb packages were missing a dependency on "build install" from the binary target - this fixes that, and cleans up some inconsistencies elsewhere in the rulesets. Traditionally, Debian packaging uses a file called "build-stamp" (or "install-stamp", etc) in the main source tree. The initial deb package support for Git tried to move this "build-stamp" file into the debian/ directory, but some instances were missed. That problem, however, was incidental - the real fix is the missing dependency mentioned above. Signed-off-by: Ryan Anderson <ryan@michonline.com> Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>maint
Ryan Anderson
20 years ago
committed by
Linus Torvalds
3 changed files with 13 additions and 7 deletions
@ -1,5 +1,11 @@
@@ -1,5 +1,11 @@
|
||||
git-core (0.99-1) unstable; urgency=low |
||||
|
||||
* Update deb package support to build correctly. |
||||
|
||||
-- Ryan Anderson <ryan@michonline.com> Thu, 21 Jul 2005 02:03:32 -0400 |
||||
|
||||
git-core (0.99-0) unstable; urgency=low |
||||
|
||||
|
||||
* Initial deb package support |
||||
|
||||
-- Eric Biederman <ebiederm@xmission.com> Tue, 12 Jul 2005 10:57:51 -0600 |
||||
|
Loading…
Reference in new issue