diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-05-23 15:04:37 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-05-23 15:04:37 +0200 |
commit | e4f871f648f944e3c613da12c340ada93134a731 (patch) | |
tree | d28315f986ed1b4a9db5556c18bf1b7745b53142 /debian | |
parent | c7ea4fe2f614dbcf82e9cede6f19f21ff84d578f (diff) |
Make the hurd package depend on random-egd
to get /dev/*random working as early as d-i's base install.
Diffstat (limited to 'debian')
-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 |