diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 1efc28d..dc5f84c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gnumach (2:1.3.99.dfsg.git20110805-2) UNRELEASED; urgency=low + + * debian/control: Do not make -dbg package depend on the non-dbg packages. + + -- Samuel Thibault <sthibault@debian.org> Tue, 30 Aug 2011 02:36:10 +0200 + gnumach (2:1.3.99.dfsg.git20110805-1) unstable; urgency=low * New upstream snapshot. diff --git a/debian/control b/debian/control index f929b50..82b62b6 100644 --- a/debian/control +++ b/debian/control @@ -92,7 +92,7 @@ Section: debug Priority: extra Provides: gnumach Architecture: any-i386 -Depends: ${misc:Depends}, gnumach-image-1.3.99-486 (= ${binary:Version}) +Depends: ${misc:Depends} Description: The GNU version of the Mach microkernel for debugging This is the Utah Mach microkernel used by the Hurd. . @@ -105,7 +105,7 @@ Section: debug Priority: extra Provides: gnumach Architecture: any-i386 -Depends: ${misc:Depends}, gnumach-image-1.3.99-xen-486 (= ${binary:Version}) +Depends: ${misc:Depends} Description: The GNU version of the Mach microkernel for Xen for debugging This is the Utah Mach microkernel used by the Hurd. . |