diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-11-14 09:35:55 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-11-14 09:35:55 +0100 |
commit | bc48205a3d86c480662578acba11b3741aaf25e6 (patch) | |
tree | 9665a092aa32c223f6788837710a8d16d7d404ed /debian/control.in | |
parent | a3e64ee7896e1c835faf190f1bb9a469ad75e3df (diff) |
pull control.in from debian packaging, drop formerly used files
Diffstat (limited to 'debian/control.in')
-rw-r--r-- | debian/control.in | 136 |
1 files changed, 136 insertions, 0 deletions
diff --git a/debian/control.in b/debian/control.in new file mode 100644 index 0000000..b187475 --- /dev/null +++ b/debian/control.in @@ -0,0 +1,136 @@ +Source: gnumach +Section: kernel +Priority: optional +Maintainer: GNU Hurd Maintainers <debian-hurd@lists.debian.org> +Uploaders: Samuel Thibault <sthibault@debian.org> +Homepage: http://www.gnu.org/software/hurd/microkernel/mach/gnumach.html +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-hurd/gnumach.git +Vcs-Git: git://anonscm.debian.org/pkg-hurd/gnumach.git +Build-Depends: debhelper (>= 7), mig (>= 1.4-2), sharutils, + autoconf, automake, texinfo +Standards-Version: 3.9.6 + +Package: gnumach +Architecture: any-i386 +Depends: ${misc:Depends}, gnumach-image-1-486 +Breaks: grub-pc (<< 1.98+20100527-1) +Description: Dummy transition package for gnumach-image-* + This is a dummy package to ease the transition to gnumach-image-* + package names. It can be purged safely after upgrade. + +Package: gnumach-dbg +Section: debug +Priority: extra +Architecture: any-i386 +Depends: ${misc:Depends}, gnumach-image-@version@-486-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 + package names. It can be purged safely after upgrade. + +Package: gnumach-image-1-486 +Architecture: any-i386 +Depends: ${misc:Depends}, gnumach-image-@version@-486 +Description: GNU version of the Mach microkernel + This package depends on the latest GNU Mach kernel for use on PCs + with a 486, Pentium or compatible processor. + +Package: gnumach-image-1-xen-486 +Architecture: any-i386 +Depends: ${misc:Depends}, gnumach-image-@version@-xen-486 +Description: GNU version of the Mach microkernel + This package depends on the latest GNU Mach kernel for use on PCs + with a 486, Pentium or compatible processor. + . + This kernel is for use in unprivileged (domU) Xen domains. + +Package: gnumach-image-@version@-486 +Architecture: any-i386 +Depends: ${misc:Depends}, gnumach-common +Provides: gnumach-image +Breaks: libc0.3 (<< 2.10.1-3), hurd (<< 20120520-1), xserver-xorg-core (<< 2:1.9.99.1~) +Description: GNU version of the Mach microkernel + This is the Utah Mach microkernel used by the Hurd. + +Package: gnumach-image-@version@-xen-486 +Architecture: any-i386 +Depends: ${misc:Depends}, gnumach-common +Provides: gnumach-image +Breaks: libc0.3 (<< 2.10.1-3), hurd (<< 20120520-1) +Description: 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: kernel-image-@version@-486-di +XB-Kernel-Version: @version@-486 +Package-Type: udeb +Provides: kernel-image, floppy-modules, ide-modules, input-modules, scsi-modules, serial-modules +Section: debian-installer +Architecture: hurd-i386 +Depends: ${misc:Depends}, hurd-udeb +Description: GNU version of the Mach microkernel for the Debian installer + This is the Utah Mach microkernel used by the Hurd for the Debian + Installer boot images. It does _not_ provide a usable kernel for + your full Debian system. + +Package: kernel-image-@version@-xen-486-di +XB-Kernel-Version: @version@-xen-486 +Package-Type: udeb +Provides: kernel-image, input-modules +Section: debian-installer +Architecture: hurd-i386 +Depends: ${misc:Depends}, hurd-udeb +Description: GNU version of the Mach microkernel for the Debian installer + This is the Utah Mach microkernel used by the Hurd for the Debian + Installer boot images. It does _not_ provide a usable kernel for + your full Debian system. + +Package: gnumach-image-@version@-486-dbg +Section: debug +Priority: extra +Provides: gnumach +Architecture: any-i386 +Depends: ${misc:Depends}, gnumach-common +Breaks: libc0.3 (<< 2.10.1-3), hurd (<< 20120520-1), xserver-xorg-core (<< 2:1.9.99.1~) +Description: GNU version of the Mach microkernel 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 package, except that it is not stripped and has the + kernel-level debugger compiled in. + +Package: gnumach-image-@version@-xen-486-dbg +Section: debug +Priority: extra +Provides: gnumach +Architecture: any-i386 +Depends: ${misc:Depends}, gnumach-common +Breaks: libc0.3 (<< 2.10.1-3), hurd (<< 20120520-1) +Description: 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: all +Multi-Arch: foreign +Depends: ${misc:Depends} +Replaces: gnumach (<< 2:1.3.99.dfsg.git20110227-1) +Breaks: gnumach (<< 2:1.3.99.dfsg.git20110227-1) +Description: GNU version of the Mach microkernel, common files. + These are common files along the Utah Mach microkernel used by the Hurd. + . + It notably provides useful messages IDs for rpctrace. + +Package: gnumach-dev +Section: devel +Architecture: any-i386 +Multi-Arch: same +Depends: ${misc:Depends} +Description: GNU version of the Mach microkernel + These are the header files for the Utah Mach microkernel used by the Hurd. + |