diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 5853752e..f3fdec3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ hurd (20101029-1) UNRELEASED; urgency=low loaded. * debian/patches/ext2fs_nowait.patch: Avoid systematically waiting for all disk writes, as it slows us down awfully. + * debian/control: Recommend random-egd, to provide /dev/*random. [ Justus Winter ] * debian/hurd.{postinst,postrm}: Add/remove loginpr shell and login user with diff --git a/debian/control b/debian/control index fa125d40..005cb615 100644 --- a/debian/control +++ b/debian/control @@ -17,6 +17,7 @@ Vcs-Git: git://git.debian.org/pkg-hurd/hurd.git Package: hurd Essential: yes Depends: ${misc:Depends}, gnumach (>= 2:1.3.99.dfsg.cvs20070526-1), sysv-rc, ${shlibs:Depends} +Recommends: random-egd Suggests: hurd-doc Provides: makedev, login Replaces: makedev, login |