summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/control6
2 files changed, 9 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 0af4103..60c9229 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,11 @@ gnumach (2:1.3.99.dfsg.git20120610-1) unstable; urgency=low
* New upstream snapshot.
* rules: Disable net, pcmcia and wireless groups
- * control: Do not provide nic-modules, nic-pcmcia-modules,
- nic-wireless-modules and pcmcia-modules any more.
+ * control:
+ - Do not provide nic-modules, nic-pcmcia-modules, nic-wireless-modules
+ and pcmcia-modules any more.
+ - Break old hurd package versions, to provide smooth network driver
+ transition.
-- Samuel Thibault <sthibault@debian.org> Sun, 10 Jun 2012 23:36:00 +0200
diff --git a/debian/control b/debian/control
index f90152a..f7a050e 100644
--- a/debian/control
+++ b/debian/control
@@ -49,7 +49,7 @@ Package: gnumach-image-1.3.99-486
Architecture: any-i386
Depends: ${misc:Depends}, gnumach-common
Provides: gnumach-image
-Breaks: libc0.3 (<< 2.10.1-3)
+Breaks: libc0.3 (<< 2.10.1-3), hurd (<< 20120520-1)
Description: GNU version of the Mach microkernel
This is the Utah Mach microkernel used by the Hurd.
@@ -57,7 +57,7 @@ Package: gnumach-image-1.3.99-xen-486
Architecture: any-i386
Depends: ${misc:Depends}, gnumach-common
Provides: gnumach-image
-Breaks: libc0.3 (<< 2.10.1-3)
+Breaks: libc0.3 (<< 2.10.1-3), hurd (<< 20120520-1)
Description: GNU version of the Mach microkernel for Xen
This is the Utah Mach microkernel used by the Hurd.
.
@@ -93,6 +93,7 @@ Priority: extra
Provides: gnumach
Architecture: any-i386
Depends: ${misc:Depends}, gnumach-common
+Breaks: libc0.3 (<< 2.10.1-3), hurd (<< 20120520-1)
Description: GNU version of the Mach microkernel for debugging
This is the Utah Mach microkernel used by the Hurd.
.
@@ -106,6 +107,7 @@ Priority: extra
Provides: gnumach
Architecture: any-i386
Depends: ${misc:Depends}, gnumach-common
+Breaks: libc0.3 (<< 2.10.1-3), hurd (<< 20120520-1)
Description: GNU version of the Mach microkernel for Xen for debugging
This is the Utah Mach microkernel used by the Hurd.
.