diff options
author | Samuel Thibault <sthibault@debian.org> | 2009-10-13 08:54:47 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2009-10-13 08:54:47 +0000 |
commit | 31f84733d2bd5b3ca0cab0361d1eff166adc8f65 (patch) | |
tree | 10450250e2a71c5e45ac7880a5d09e35e516e65f /debian | |
parent | 54c7d0f3b159d2516d972b3b351b995e263cc81e (diff) |
debian/control: Make hurd depend on util-linux for /sbin/fsck.
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 51b6fa2d..b6f56f09 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ hurd (20090404-3) unreleased; urgency=low * debian/rules: Really put debugging symbols into the hurd-dbg package. + * debian/control: Make hurd depend on util-linux for /sbin/fsck. -- Samuel Thibault <sthibault@debian.org> Tue, 13 Oct 2009 01:20:44 +0200 diff --git a/debian/control b/debian/control index 3fb0b5e8..cf34986f 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Package: hurd Priority: required Section: admin Essential: yes -Depends: gnumach (>= 2:1.3.99.dfsg.cvs20070526-1), sysv-rc, ${shlibs:Depends} +Depends: gnumach (>= 2:1.3.99.dfsg.cvs20070526-1), sysv-rc, util-linux, ${shlibs:Depends} Suggests: hurd-doc Provides: makedev, login Replaces: makedev, login |