diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/control | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 575615b..4216aa6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ gnumach (1:20040229-2) unstable; urgency=low * Split patches into debian/patches/. * Allow to build natively on non GNU/Hurd systems. + * Enable i386, kfreebsd-i386 and knetbsd-i386 on all packages. -- Guillem Jover <guillem@debian.org> Mon, 13 Sep 2004 19:19:30 +0200 diff --git a/debian/control b/debian/control index 2a9b4ec..5f10800 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: mig, sharutils, texinfo Package: gnumach Section: base Priority: optional -Architecture: hurd-i386 +Architecture: hurd-i386 i386 kfreebsd-i386 knetbsd-i386 Description: The GNU version of the Mach microkernel This is the Utah Mach microkernel used by the Hurd. @@ -17,7 +17,7 @@ Package: gnumach-dbg Section: devel Priority: extra Provides: gnumach -Architecture: hurd-i386 +Architecture: hurd-i386 i386 kfreebsd-i386 knetbsd-i386 Description: The GNU version of the Mach microkernel for debugging This is the Utah Mach microkernel used by the Hurd. . @@ -28,6 +28,6 @@ Description: The GNU version of the Mach microkernel for debugging Package: gnumach-dev Section: devel Priority: optional -Architecture: hurd-i386 +Architecture: hurd-i386 i386 kfreebsd-i386 knetbsd-i386 Description: The GNU version of the Mach microkernel These are the header files for the Utah Mach microkernel used by the Hurd. |
