diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-03-10 02:57:04 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-03-10 02:57:04 +0100 |
commit | d50ce4d8bce466adddb9bf15c2476ad245041bbe (patch) | |
tree | 1a92a057ca79a8abbbbc793bccde82a227536856 | |
parent | 4bfef2fd36d71addf767403e4f32b7d3d86d3d99 (diff) |
more meta-packages for the debug versions, this time for real
-rw-r--r-- | debian/control.in | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/debian/control.in b/debian/control.in index b943aa6..ecf0116 100644 --- a/debian/control.in +++ b/debian/control.in @@ -22,7 +22,7 @@ Package: gnumach-dbg Section: debug Priority: extra Architecture: any-i386 -Depends: ${misc:Depends}, gnumach-image-@version@-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-@version@-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-@version@-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-@version@-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-@version@-686 Architecture: any-i386 Depends: ${misc:Depends}, gnumach-common |