diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-10-10 21:14:02 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-10-10 21:14:02 +0000 |
commit | 102433b44dafd4cb37d6a6ee5ad36ba3a40e8046 (patch) | |
tree | 13cd86d3a20c1e0d77f7df0995458fcbdf4ff443 /debian | |
parent | b055a1cb98e3fbbaec33848adc893e2de0bce1f0 (diff) |
New upstream snapshot, make gnumach-image-* packages depend on gnumach-common
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 8 |
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. . |