* [PATCH] debian/ binary package dependency fix.
@ 2005-07-25 6:27 Junio C Hamano
2005-07-25 8:52 ` [PATCH] debian/ binary package dependency fix. [u] Andreas Jellinghaus [c]
0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2005-07-25 6:27 UTC (permalink / raw)
To: Linus Torvalds; +Cc: git, Ryan Anderson
Make sure that the binary debian package depends on shlibs it
uses. This point was raised by Alexey Nezhdanov.
The "Depends:" line in debian/control lacked ${shlibs:Depends},
which caused the resulting binary package not to depend on
libcurl3 nor even libc6 ;-).
Signed-off-by: Junio C Hamano <junkio@cox.net>
Acked-by: Ryan Anderson <ryan@michonline.com>
---
diff --git a/debian/control b/debian/control
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.6.1
Package: git-core
Architecture: any
-Depends: ${misc:Depends}, shellutils, diff, rsync, rcs
+Depends: ${shlibs:Depends}, ${misc:Depends}, shellutils, diff, rsync, rcs
Description: The git content addressable filesystem
GIT comes in two layers. The bottom layer is merely an extremely fast
and flexible filesystem-based database designed to store directory trees
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-07-25 16:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-25 6:27 [PATCH] debian/ binary package dependency fix Junio C Hamano
2005-07-25 8:52 ` [PATCH] debian/ binary package dependency fix. [u] Andreas Jellinghaus [c]
2005-07-25 16:27 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox