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
|
Source: gnumach
Section: kernel
Priority: optional
Maintainer: GNU Hurd Maintainers <debian-hurd@lists.debian.org>
Uploaders: Guillem Jover <guillem@debian.org>,
Samuel Thibault <sthibault@debian.org>, Neal H. Walfield <neal@debian.org>,
Jeff Bailey <jbailey@raspberryginger.com>
Homepage: http://www.gnu.org/software/hurd/gnumach.html
Vcs-Browser: http://svn.debian.org/wsvn/pkg-hurd/gnumach/
Vcs-Svn: svn://svn.debian.org/pkg-hurd/gnumach/trunk/
Build-Depends: debhelper (>= 7), mig, sharutils,
autoconf, automake
Standards-Version: 3.8.4
Package: gnumach
Architecture: hurd-i386 i386 kfreebsd-i386 knetbsd-i386
Depends: ${misc:Depends}
Description: The GNU version of the Mach microkernel
This is the Utah Mach microkernel used by the Hurd.
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
Section: debian-installer
Architecture: hurd-i386 i386 kfreebsd-i386 knetbsd-i386
Depends: ${misc:Depends}
Description: The GNU version of the Mach microkernel
This is the Utah Mach microkernel used by the Hurd.
Package: gnumach-dbg
Section: debug
Priority: extra
Provides: gnumach
Architecture: hurd-i386 i386 kfreebsd-i386 knetbsd-i386
Depends: ${misc:Depends}, gnumach (= ${binary:Version})
Description: The 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-dev
Section: devel
Architecture: hurd-i386 i386 kfreebsd-i386 knetbsd-i386
Depends: ${misc:Depends}
Description: The GNU version of the Mach microkernel
These are the header files for the Utah Mach microkernel used by the Hurd.
|