diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index c9ccb38d..e1f1966a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +hurd (20110519-2) UNRELEASED; urgency=low + + * Make the hurd package depend on random-egd, to get /dev/*random working as + early as d-i's base install. + + -- Samuel Thibault <sthibault@debian.org> Mon, 23 May 2011 15:03:43 +0200 + hurd (20110519-1) unstable; urgency=low * New upstream snapshot. diff --git a/debian/control b/debian/control index 9b072642..289df720 100644 --- a/debian/control +++ b/debian/control @@ -16,9 +16,8 @@ Vcs-Git: git://git.debian.org/pkg-hurd/hurd.git Package: hurd Essential: yes -Depends: ${misc:Depends}, sysv-rc, ${shlibs:Depends} +Depends: ${misc:Depends}, sysv-rc, ${shlibs:Depends}, random-egd Breaks: gnumach (<< 2:1.3.99.dfsg.cvs20070526-1), libc0.3 (<< 2.11.2-12) -Recommends: random-egd Suggests: hurd-doc Provides: makedev, login Replaces: makedev, login |