diff options
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 |