The following commit has been merged in the master branch:
commit 4bda8c840f9a38c9319f884761348b7f8e36af72
Author: Samuel Thibault <[email protected]>
Date: Tue Aug 30 02:36:41 2011 +0200
Do not make -dbg package depend on the non-dbg packages.
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 <[email protected]> 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.
.
--
Debian GNU Mach packaging