diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-07-31 23:55:11 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-07-31 23:55:11 +0200 |
commit | cb26efb5b32e3d302194833b3f6113e708c7adb1 (patch) | |
tree | e095a7dccc34e59603b0664dcc1fb7f8363b9a43 /debian/control | |
parent | 27f64b387bca5befdeaa3c8e32eb38b2d227026c (diff) |
Add gnumach Xen packages
* debian/control: Add gnumach-xen and gnumach-xen-dbg, containing Xen
variants of gnumach and gnumach-dbg. Add gnumach-common to contain msgids
shared by gnumach and gnumach-xen, which now depend on it.
* debian/rules: Add rules to build Xen variants of gnumach.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 30 |
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 |