diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-02-22 02:11:24 +0100 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-02-22 02:11:24 +0100 |
| commit | 653d52a7ff798b4f2d2bb393938240003a2b449e (patch) | |
| tree | 56d06700eea89b9c424f86c71fd2e135c078089c | |
| parent | 953bd7379215094ab43e43e09288d713b0fcdcd9 (diff) | |
debian/control: Recommend random-egd, to provide /dev/*random.
| -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 |
