diff options
-rw-r--r-- | debian/control | 18 | ||||
-rw-r--r-- | debian/control.in | 18 |
2 files changed, 36 insertions, 0 deletions
diff --git a/debian/control b/debian/control index a5feb0d..2c82a07 100644 --- a/debian/control +++ b/debian/control @@ -38,6 +38,14 @@ 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 +Build-Profiles: <!stage1> +Depends: ${misc:Depends}, gnumach-image-1.5-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 Build-Profiles: <!stage1> @@ -48,6 +56,16 @@ 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 +Build-Profiles: <!stage1> +Depends: ${misc:Depends}, gnumach-image-1.5-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.5-686 Architecture: any-i386 Build-Profiles: <!stage1> diff --git a/debian/control.in b/debian/control.in index e190252..47576db 100644 --- a/debian/control.in +++ b/debian/control.in @@ -38,6 +38,14 @@ 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 +Build-Profiles: <!stage1> +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 Build-Profiles: <!stage1> @@ -68,6 +76,16 @@ Description: GNU version of the Mach microkernel for Xen . The version in this package is compiled with Xen support. +Package: gnumach-image-@version@-xen-686-dbg +Architecture: any-i386 +Build-Profiles: <!stage1> +Depends: ${misc:Depends}, gnumach-image-1.5-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: kernel-image-@version@-686-di XB-Kernel-Version: @version@-686 Package-Type: udeb |