diff options
| author | Samuel Thibault <sthibault@debian.org> | 2011-03-07 01:35:51 +0000 |
|---|---|---|
| committer | Samuel Thibault <sthibault@debian.org> | 2011-03-07 01:40:33 +0000 |
| commit | 1548b40849d6b46c8de04204144de28705b2b6c8 (patch) | |
| tree | 51b456b2c13b0c62f11bf954008975f71480655f /debian/control | |
| parent | 8610f18e932bce3c97ff8c7a4980a63be49240cb (diff) | |
Fix gnumach package versions and dependencies
Include the major version number in the generic gnumach package.
Do not make gnumach packages depend on gnumach-common: they don't
really, and that brings a dependency loop (due to gnumach-common
breaking old gnumach packages)
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/debian/control b/debian/control index c10db20..64b15b2 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Standards-Version: 3.9.1 Package: gnumach Architecture: any-i386 -Depends: ${misc:Depends}, gnumach-image-486 +Depends: ${misc:Depends}, gnumach-image-1-486 Breaks: grub-pc (<< 1.98+20100527-1) Description: Dummy transition package for gnumach-image-* This is a dummy package to ease the transition to gnumach-image-* @@ -29,14 +29,14 @@ Description: Dummy transition package for gnumach-image-*-dbg This is a dummy package to ease the transition to gnumach-image-*dbg package names. It can be purged safely after upgrade. -Package: gnumach-image-486 +Package: gnumach-image-1-486 Architecture: any-i386 Depends: ${misc:Depends}, gnumach-image-1.3.99-486 Description: The GNU version of the Mach microkernel This package depends on the latest GNU Mach kernel for use on PCs with a 486, Pentium or compatible processor. -Package: gnumach-image-xen-486 +Package: gnumach-image-1-xen-486 Architecture: any-i386 Depends: ${misc:Depends}, gnumach-image-1.3.99-xen-486 Description: The GNU version of the Mach microkernel @@ -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}, gnumach-common +Depends: ${misc:Depends} 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}, gnumach-common +Depends: ${misc:Depends} Provides: gnumach-image Breaks: libc0.3 (<< 2.10.1-3) Description: The GNU version of the Mach microkernel for Xen @@ -120,7 +120,9 @@ Depends: ${misc:Depends} Replaces: gnumach (<< 2:1.3.99.dfsg.git20110227-1) Breaks: gnumach (<< 2:1.3.99.dfsg.git20110227-1) Description: The GNU version of the Mach microkernel, common files. - This are common files used by the Utah Mach microkernel used by the Hurd. + These are common files along the Utah Mach microkernel used by the Hurd. + . + It notably provides useful messages IDs for rpctrace. Package: gnumach-dev Section: devel |
