diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 914dde0..9bb0f3a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,11 @@ -gnumach (2:1.3.99.dfsg.git20100732-2) unstable; urgency=low +gnumach (2:1.3.99.dfsg.git20100732-2) unreleased; urgency=low [ Samuel Thibault ] * 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. + * debian/control: Build gnumach-udeb on hurd-i386 only. -- Samuel Thibault <sthibault@debian.org> Sat, 31 Jul 2010 17:35:20 +0200 diff --git a/debian/control b/debian/control index 8fd0967..9992bd7 100644 --- a/debian/control +++ b/debian/control @@ -29,7 +29,7 @@ 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: any-i386 +Architecture: hurd-i386 Depends: ${misc:Depends} Description: The GNU version of the Mach microkernel This is the Utah Mach microkernel used by the Hurd. |