diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-03-10 02:44:54 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-03-10 02:44:54 +0100 |
commit | 4bfef2fd36d71addf767403e4f32b7d3d86d3d99 (patch) | |
tree | 6ba46f44fcdaadfe3503edeb54160595cdfc38da | |
parent | 99060a8f7faf58887c7b0fe1f41eedd07ccbafb7 (diff) |
more meta-packages for the debug versions
-rw-r--r-- | debian/control | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6a1adc5..9f2eada 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Package: gnumach-dbg Section: debug Priority: extra Architecture: any-i386 -Depends: ${misc:Depends}, gnumach-image-1.4-686-dbg +Depends: ${misc:Depends}, gnumach-image-1-686-dbg Breaks: grub-pc (<< 1.98+20100527-1) Description: Dummy transition package for gnumach-image-*-dbg This is a dummy package to ease the transition to gnumach-image-*dbg @@ -35,6 +35,13 @@ Description: GNU version of the Mach microkernel This package depends on the latest GNU Mach kernel for use on PCs with a 686, Pentium or compatible processor. +Package: gnumach-image-1-686-dbg +Architecture: any-i386 +Depends: ${misc:Depends}, gnumach-image-1.4-686-dbg +Description: GNU version of the Mach microkernel + This package depends on the latest GNU Mach kernel for use on PCs + with a 686, Pentium or compatible processor, debug version. + Package: gnumach-image-1-xen-686 Architecture: any-i386 Depends: ${misc:Depends}, gnumach-image-1.4-xen-686 @@ -44,6 +51,15 @@ Description: GNU version of the Mach microkernel . This kernel is for use in unprivileged (domU) Xen domains. +Package: gnumach-image-1-xen-686-dbg +Architecture: any-i386 +Depends: ${misc:Depends}, gnumach-image-1.4-xen-686-dbg +Description: GNU version of the Mach microkernel + This package depends on the latest GNU Mach kernel for use on PCs + with a 686, Pentium or compatible processor, debug version. + . + This kernel is for use in unprivileged (domU) Xen domains. + Package: gnumach-image-1.4-686 Architecture: any-i386 Depends: ${misc:Depends}, gnumach-common |