1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
|
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: https://salsa.debian.org/hurd-team/gnumach
Vcs-Git: https://salsa.debian.org/hurd-team/gnumach.git
Build-Depends: debhelper-compat (= 12), mig-for-host (>= 1.6+git20160502-1~) <!stage1>, sharutils,
autoconf, automake, texinfo, dpkg-dev (>= 1.17.14)
Standards-Version: 4.5.0
#Note: XXX this file is generated from .in files, see debian/rules
Package: gnumach-image-1-486
Architecture: any-i386
Build-Profiles: <!stage1>
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
Build-Profiles: <!stage1 !pkg.gnumach.noxen>
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
Build-Profiles: <!stage1>
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
Build-Profiles: <!stage1 !pkg.gnumach.noxen>
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
Build-Profiles: <!stage1>
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
Build-Profiles: <!stage1 !pkg.gnumach.noxen>
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
Provides: gnumach
Architecture: any-i386
Build-Profiles: <!stage1 !pkg.gnumach.nodbg>
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
Provides: gnumach
Architecture: any-i386
Build-Profiles: <!stage1 !pkg.gnumach.nodbg !pkg.gnumach.noxen>
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: any-i386
Build-Profiles: <!stage1>
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.
|