diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-05-22 00:32:25 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-05-22 00:32:25 +0000 |
commit | cdf2c106ff0b36792d3b64f35992d712347181fd (patch) | |
tree | 60fb94e9a14c0df3cc17d06a547f341319351725 /debian | |
parent | 8946e75365391ab53b3c1e02190a656bb134613b (diff) |
Fix hang in d-i at parman stage
* Do not make hurd-udeb depend on netdde-udeb, it leads to configure
recursion, and is not actually needed.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 670c7ca4..36b6f510 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +hurd (20120520-2) UNRELEASED; urgency=low + + * Do not make hurd-udeb depend on netdde-udeb, it leads to configure + recursion, and is not actually needed. + + -- Samuel Thibault <sthibault@debian.org> Tue, 22 May 2012 00:07:09 +0000 + hurd (20120520-1) unstable; urgency=low * New upstream snapshot, remove libpthread. diff --git a/debian/control b/debian/control index d89864ae..63d05302 100644 --- a/debian/control +++ b/debian/control @@ -62,7 +62,7 @@ Priority: optional Section: debian-installer Architecture: hurd-any XC-Package-Type: udeb -Depends: ${misc:Depends}, netdde-udeb (>= 0.0.20120518~) +Depends: ${misc:Depends} Provides: hurd, ext2-modules, fat-modules, ipv6-modules, isofs-modules, loop-modules, mouse-modules, nfs-modules, socket-modules, ufs-modules Description: GNU Hurd - udeb This is the GNU Hurd udeb package. It contains essential system software and |