Package: gawk
Version: 1:3.1.8+dfsg-0.1
Tags: patch
User: [email protected]
Usertags: multiarch
As part of making debian 'bootstrappable' we are making sure that at
least the core system is cross-buildable.
For build-dependencies to work properly under multiarch this package
needs to be marked
Multi-Arch: foreign
so that it can satisfy a build-dependency for any architecture. See
http://wiki.debian.org/Multiarch/CrossDependencies and
http://wiki.debian.org/Multiarch/Implementation for explanation and
background.
There are 107 packages which build-depend on this package. None of them
will be multiarch cross-buildable without this fix.
Wookey
--
Principal hats: Linaro, Emdebian, Wookware, Balloonboard, ARM
http://wookware.org/
diff -ur gawk-3.1.8+dfsg.orig//debian/control gawk-3.1.8+dfsg/debian/control
--- gawk-3.1.8+dfsg.orig//debian/control 2012-03-27 18:32:14.000000000 +0100
+++ gawk-3.1.8+dfsg/debian/control 2012-03-27 18:33:35.000000000 +0100
@@ -11,6 +11,7 @@
Provides: awk
Pre-Depends: ${shlibs:Depends}
Depends: ${misc:Depends}
+Multi-Arch: foreign
Description: GNU awk, a pattern scanning and processing language
`awk', a program that you can use to select particular records in a
file and perform operations upon them.