summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/control3
2 files changed, 3 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 090697f..eeaa391 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,8 @@ gnumach (1:20060826.dfsg.1-1) UNRELEASED; urgency=low
* New upstream CVS snapshot.
- Disable wavelan driver as it does not build anymore with the updated
Linux header files.
- - Conflict with hurd <= 20060825-1, due to an interface change in the
- networking code.
+ - Make gnumach-dbg Depend on the exact same version gnumach version,
+ due to an interface change in the networking code, to drag it as well.
- debian/patches/05_halt_on_panic_flag.patch: Sync.
- debian/patches/10_cdromlock.patch: Likewise.
- debian/patches/12_sis900.patch: Likewise.
diff --git a/debian/control b/debian/control
index 9aa2e23..7a357de 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,6 @@ Package: gnumach
Section: base
Priority: optional
Architecture: hurd-i386 i386 kfreebsd-i386 knetbsd-i386
-Conflicts: hurd (<= 20060825-1)
Description: The GNU version of the Mach microkernel
This is the Utah Mach microkernel used by the Hurd.
@@ -21,7 +20,6 @@ XC-Package-Type: udeb
Section: debian-installer
Priority: optional
Architecture: hurd-i386 i386 kfreebsd-i386 knetbsd-i386
-Conflicts: hurd-udeb (<= 20060825-1)
Description: The GNU version of the Mach microkernel
This is the Utah Mach microkernel used by the Hurd.
@@ -30,6 +28,7 @@ Section: devel
Priority: extra
Provides: gnumach
Architecture: hurd-i386 i386 kfreebsd-i386 knetbsd-i386
+Depends: gnumach (= ${Source-Version})
Description: The GNU version of the Mach microkernel for debugging
This is the Utah Mach microkernel used by the Hurd.
.