diff options
author | Pino Toscano <pino@debian.org> | 2013-02-27 23:43:31 +0100 |
---|---|---|
committer | Pino Toscano <pino@debian.org> | 2013-02-27 23:43:31 +0100 |
commit | 1c29b92f4af77ab9ecb9520eb72f613f4fd2ff72 (patch) | |
tree | 9033595adea5e37c1703084f67ee48442067ae85 /debian | |
parent | 98faebefce98c05c411aeb0f24dbf3a3ef681490 (diff) |
hurd-dev: add ${shlibs:Depends}
followup of 9c702196d81460380875874ab0e10cb7d365ee5f
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 5f7187e2..83ea961d 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,7 @@ Package: hurd-dev Priority: standard Section: libdevel Architecture: hurd-any -Depends: ${misc:Depends}, libc0.3-dev (>= 2.13-31~), hurd (= ${binary:Version}) +Depends: ${misc:Depends}, ${shlibs:Depends}, libc0.3-dev (>= 2.13-31~), hurd (= ${binary:Version}) Replaces: hurd (<< 20130226-2~) Breaks: hurd (<< 20130226-2~) Description: GNU Hurd (development files) |