summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rw-r--r--debian/control8
2 files changed, 10 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index dc5f84c..7579602 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,10 @@
-gnumach (2:1.3.99.dfsg.git20110805-2) UNRELEASED; urgency=low
+gnumach (2:1.3.99.dfsg.git20111010-1) UNRELEASED; urgency=low
- * debian/control: Do not make -dbg package depend on the non-dbg packages.
+ * New upstream snapshot.
+ * debian/control:
+ - Do not make -dbg package depend on the non-dbg packages.
+ - Make gnumach-image-* packages depend on gnumach-common
+ (Closes: Bug#632445).
-- Samuel Thibault <sthibault@debian.org> Tue, 30 Aug 2011 02:36:10 +0200
diff --git a/debian/control b/debian/control
index 82b62b6..bac0b0b 100644
--- a/debian/control
+++ b/debian/control
@@ -47,7 +47,7 @@ Description: The GNU version of the Mach microkernel
Package: gnumach-image-1.3.99-486
Architecture: any-i386
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, gnumach-common
Provides: gnumach-image
Breaks: libc0.3 (<< 2.10.1-3)
Description: The GNU version of the Mach microkernel
@@ -55,7 +55,7 @@ Description: The GNU version of the Mach microkernel
Package: gnumach-image-1.3.99-xen-486
Architecture: any-i386
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, gnumach-common
Provides: gnumach-image
Breaks: libc0.3 (<< 2.10.1-3)
Description: The GNU version of the Mach microkernel for Xen
@@ -92,7 +92,7 @@ Section: debug
Priority: extra
Provides: gnumach
Architecture: any-i386
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, gnumach-common
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}
+Depends: ${misc:Depends}, gnumach-common
Description: The GNU version of the Mach microkernel for Xen for debugging
This is the Utah Mach microkernel used by the Hurd.
.