summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-06-10 21:52:43 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-06-10 21:52:43 +0000
commita94155124e4c8b61ceb2fdac6f64244e1491f7c1 (patch)
treeab4b1f06e4922b7b1700413c700a4d1dd145e1d6
parent8d5868497b16dffdc43e1d1b9483cb7e1d8bed78 (diff)
control: Break old hurd package versions, to provide smooth network driver transition.
-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.
.