diff options
author | Samuel Thibault <sthibault@debian.org> | 2009-10-13 11:26:53 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2009-10-13 11:26:53 +0000 |
commit | afd6444a72593fba4e61a562eebdb7005e6cacf2 (patch) | |
tree | 81d19527bc0a64b41bf8b8d318a8e879a622c9f6 /debian | |
parent | 31f84733d2bd5b3ca0cab0361d1eff166adc8f65 (diff) |
revert previous commit, util-linux is required anyway
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index b6f56f09..51b6fa2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,6 @@ 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 cf34986f..3fb0b5e8 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, util-linux, ${shlibs:Depends} +Depends: gnumach (>= 2:1.3.99.dfsg.cvs20070526-1), sysv-rc, ${shlibs:Depends} Suggests: hurd-doc Provides: makedev, login Replaces: makedev, login |