summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control30
1 files changed, 29 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index ec757b5..b47786f 100644
--- a/debian/control
+++ b/debian/control
@@ -13,10 +13,18 @@ Standards-Version: 3.9.1
Package: gnumach
Architecture: any-i386
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, gnumach-common
Description: The GNU version of the Mach microkernel
This is the Utah Mach microkernel used by the Hurd.
+Package: gnumach-xen
+Architecture: any-i386
+Depends: ${misc:Depends}, gnumach-common
+Description: The GNU version of the Mach microkernel for Xen
+ This is the Utah Mach microkernel used by the Hurd.
+ .
+ The version in this package is compiled with Xen support.
+
Package: gnumach-udeb
XC-Package-Type: udeb
Provides: kernel-image, floppy-modules, ide-modules, input-modules, nic-modules, nic-pcmcia-modules, nic-wireless-modules, pcmcia-modules, scsi-modules, serial-modules
@@ -39,6 +47,26 @@ Description: The GNU version of the Mach microkernel for debugging
gnumach package, except that it is not stripped and has the
kernel-level debugger compiled in.
+Package: gnumach-xen-dbg
+Section: debug
+Priority: extra
+Provides: gnumach
+Architecture: any-i386
+Depends: ${misc:Depends}, gnumach-xen (= ${binary:Version})
+Description: The GNU version of the Mach microkernel for Xen for debugging
+ This is the Utah Mach microkernel used by the Hurd.
+ .
+ The version in this package is identical to the version found in the
+ gnumach-xen package, except that it is not stripped and has the
+ kernel-level debugger compiled in.
+
+Package: gnumach-common
+Section: devel
+Architecture: any-i386
+Depends: ${misc:Depends}
+Description: The GNU version of the Mach microkernel, common files.
+ This are common files used by the Utah Mach microkernel used by the Hurd.
+
Package: gnumach-dev
Section: devel
Architecture: any-i386