Source: gawk Version: 4.0.1+dfsg-2.1 Followup-For: Bug #714795 User: debian-...@lists.debian.org Usertag: arm64
The attached patch uses autotools-dev to update config.{guess,sub}. This doesn't add any dependencies (beyond autotools-dev) (as the more thorough dh_autoreconf would) but is a cleaner patch than simply patching the files. I agree with Doko that we don't want an autopoint dep here. This one works fine too. Up to you which you use. And now it's tagged arm64 it'll save anyone else not finding it and re-doing the patch a different way :-) -- System Information: Debian Release: 7.2 APT prefers stable APT policy: (990, 'stable') Architecture: i386 (i686) Kernel: Linux 3.2.0-kvm-i386-20110111 (SMP w/1 CPU core) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
diff -Nru gawk-4.0.1+dfsg/debian/changelog gawk-4.0.1+dfsg/debian/changelog --- gawk-4.0.1+dfsg/debian/changelog 2013-03-16 11:43:50.000000000 +0000 +++ gawk-4.0.1+dfsg/debian/changelog 2013-12-09 16:24:54.000000000 +0000 @@ -1,3 +1,10 @@ +gawk (1:4.0.1+dfsg-2.1~arm64) unstable; urgency=low + + * Updated config.{sub,guess} generically so it builds for new + architectures + + -- wookey <woo...@linaro.org> Mon, 09 Dec 2013 16:23:24 +0000 + gawk (1:4.0.1+dfsg-2.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru gawk-4.0.1+dfsg/debian/control gawk-4.0.1+dfsg/debian/control --- gawk-4.0.1+dfsg/debian/control 2013-03-16 11:33:24.000000000 +0000 +++ gawk-4.0.1+dfsg/debian/control 2013-12-09 16:23:03.000000000 +0000 @@ -3,6 +3,7 @@ Priority: optional Build-Depends: bison, debhelper (>= 9), + autotools-dev, gettext, libreadline-dev, libsigsegv-dev, diff -Nru gawk-4.0.1+dfsg/debian/rules gawk-4.0.1+dfsg/debian/rules --- gawk-4.0.1+dfsg/debian/rules 2012-05-21 09:21:13.000000000 +0100 +++ gawk-4.0.1+dfsg/debian/rules 2013-12-09 16:20:02.000000000 +0000 @@ -9,7 +9,7 @@ endif %: - dh $@ + dh $@ --with autotools-dev override_dh_auto_configure: dh_auto_configure