[PATCH] Deb packages should include the binaries
authorRyan Anderson <ryan@michonline.com>
Fri, 22 Jul 2005 05:55:56 +0000 (01:55 -0400)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 23 Jul 2005 18:05:58 +0000 (11:05 -0700)
commit71fb3de0eed70bba1c7e28c8a0a2968efc48b9f3
treeffb6bf457ccc746328e7b693ee2b78a472f34ceb
parent4311d328fee11fbd80862e3c5de06a26a0e80046
[PATCH] Deb packages should include the binaries

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>
debian/changelog
debian/control
debian/rules