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 /debian/control | |
parent | c669cbd01101ac3c200971242ea26b633911267c (diff) |
Do not make -dbg package depend on the non-dbg packages.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
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. . |