diff options
author | Pino Toscano <pino@debian.org> | 2013-09-21 11:55:27 +0200 |
---|---|---|
committer | Pino Toscano <pino@debian.org> | 2013-09-21 11:55:27 +0200 |
commit | ddba66f7cbbd9a1381f5edac537ede16e22346c6 (patch) | |
tree | fc04613c8efa3ecdf50414eeb63e6cbf658f4266 /debian | |
parent | cb58472e4cf65a2c93f77b43a670867999375b32 (diff) |
add ${shlibs:Depends} in hurd-libs0.3-udeb
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 0bf11326..4aa3a6b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,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. -- Samuel Thibault <sthibault@debian.org> Tue, 17 Sep 2013 19:42:22 +0200 diff --git a/debian/control b/debian/control index 44203141..0ff2620c 100644 --- a/debian/control +++ b/debian/control @@ -71,7 +71,7 @@ Section: debian-installer Package-Type: udeb Priority: optional Architecture: hurd-any -Depends: ${misc:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Description: GNU Hurd (libraries) - udeb This package contains the libraries used by GNU Hurd udeb. |