diff options
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d7c6320..a2a87c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gnumach (2:1.3.99.dfsg.git20121227-3) UNRELEASED; urgency=low + + * control: Make gnumach-dev multi-arch:same. + + -- Samuel Thibault <sthibault@debian.org> Sun, 06 Jan 2013 14:38:47 +0100 + gnumach (2:1.3.99.dfsg.git20121227-2) unstable; urgency=low * patches/20_slow-boot.patch: Cherry-pick from upstream to fix slow boot in diff --git a/debian/control b/debian/control index 66c3c13..d4fd299 100644 --- a/debian/control +++ b/debian/control @@ -130,6 +130,7 @@ Description: GNU version of the Mach microkernel, common files. 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. |
