summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2010-06-28 18:55:43 +0000
committerGuillem Jover <guillem@debian.org>2010-06-28 18:55:43 +0000
commit2a8c66fda90ee2b6827f38f3064e785ac86789c5 (patch)
tree18e8a1033896b6581d2f1df6569285b328f0204b /debian
parentf58a176d7ed09276406feb36a10a853417a441cf (diff)
Use any-i386 in binary package Architecture fields
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control8
2 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index bc759cc..6cc9232 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ gnumach (2:1.3.99.dfsg.git20091128-2) UNRELEASED; urgency=low
[ Guillem Jover ]
* Now using Standards-Version 3.8.4 (no changes needed).
+ * Use any-i386 in binary package Architecture fields.
-- Guillem Jover <guillem@debian.org> Sat, 28 Nov 2009 19:14:15 +0100
diff --git a/debian/control b/debian/control
index 186da25..f6bee85 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 7), mig, sharutils,
Standards-Version: 3.8.4
Package: gnumach
-Architecture: hurd-i386 i386 kfreebsd-i386 knetbsd-i386
+Architecture: any-i386
Depends: ${misc:Depends}
Description: The GNU version of the Mach microkernel
This is the Utah Mach microkernel used by the Hurd.
@@ -22,7 +22,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: hurd-i386 i386 kfreebsd-i386 knetbsd-i386
+Architecture: any-i386
Depends: ${misc:Depends}
Description: The GNU version of the Mach microkernel
This is the Utah Mach microkernel used by the Hurd.
@@ -31,7 +31,7 @@ Package: gnumach-dbg
Section: debug
Priority: extra
Provides: gnumach
-Architecture: hurd-i386 i386 kfreebsd-i386 knetbsd-i386
+Architecture: any-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.
@@ -42,7 +42,7 @@ Description: The GNU version of the Mach microkernel for debugging
Package: gnumach-dev
Section: devel
-Architecture: hurd-i386 i386 kfreebsd-i386 knetbsd-i386
+Architecture: any-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.