diff options
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 |
