diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-08-30 02:36:41 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-08-30 02:36:52 +0200 |
commit | 61bc488943681814f3e36c33eba4301c82af4a94 (patch) | |
tree | d9885c715474d0ef081210a9cd42f6e90936128a | |
parent | c669cbd01101ac3c200971242ea26b633911267c (diff) |
Do not make -dbg package depend on the non-dbg packages.
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 1efc28d..dc5f84c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gnumach (2:1.3.99.dfsg.git20110805-2) UNRELEASED; urgency=low + + * debian/control: Do not make -dbg package depend on the non-dbg packages. + + -- Samuel Thibault <sthibault@debian.org> Tue, 30 Aug 2011 02:36:10 +0200 + gnumach (2:1.3.99.dfsg.git20110805-1) unstable; urgency=low * New upstream snapshot. diff --git a/debian/control b/debian/control index f929b50..82b62b6 100644 --- a/debian/control +++ b/debian/control @@ -92,7 +92,7 @@ Section: debug Priority: extra Provides: gnumach Architecture: any-i386 -Depends: ${misc:Depends}, gnumach-image-1.3.99-486 (= ${binary:Version}) +Depends: ${misc:Depends} 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}, gnumach-image-1.3.99-xen-486 (= ${binary:Version}) +Depends: ${misc:Depends} Description: The GNU version of the Mach microkernel for Xen for debugging This is the Utah Mach microkernel used by the Hurd. . |