diff options
author | Pino Toscano <pino@debian.org> | 2013-09-23 16:52:32 +0200 |
---|---|---|
committer | Pino Toscano <pino@debian.org> | 2013-09-23 16:52:32 +0200 |
commit | 9ade304ea5d253810490a220cacfa165384c5d73 (patch) | |
tree | 495794ee137df9c733eea6f6dda8ed15946b3416 | |
parent | 6ade69c00ef15e4fdebc8bd23bb73bdd66e4d78c (diff) |
add ${shlibs:Depends} in hurd-udeb
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 9a452790..eb2b1a1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,7 +10,7 @@ hurd (20130916-2) UNRELEASED; urgency=low [ Pino Toscano ] * Add missing libpcap0.8-dev build dependency. * Add ${perl:Depends} in hurd-dev. - * Add ${shlibs:Depends} in hurd-libs0.3-udeb. + * Add ${shlibs:Depends} in hurd-libs0.3-udeb and hurd-udeb. * Rename the installed libdde-linux26 stuff back to libdde_linux26. * Exclude shlibs for private modules in /usr/lib/hurd; this allows the drop of the shlibs for hurd, which has no public libraries anymore after the diff --git a/debian/control b/debian/control index 0ff2620c..fbc32004 100644 --- a/debian/control +++ b/debian/control @@ -80,7 +80,7 @@ Package-Type: udeb Priority: optional Section: debian-installer Architecture: hurd-any -Depends: ${misc:Depends}, hurd-libs0.3-udeb (= ${binary:Version}), xkb-data-udeb +Depends: ${misc:Depends}, ${shlibs:Depends}, hurd-libs0.3-udeb (= ${binary:Version}), xkb-data-udeb Provides: hurd, ext2-modules, fat-modules, ipv6-modules, isofs-modules, loop-modules, mouse-modules, nfs-modules, socket-modules Description: GNU Hurd - udeb This is the GNU Hurd udeb package. It contains essential system software and |