Package: gawk Version: 1:4.0.1+dfsg-2.1 Severity: normal Tags: patch pending
Now that arm64 is in debian-ports, the update for new arches (#714795) filed in july last year is blocking things. #695162 which enables building without tests, primarily usful for cross-building, has also been mouldering since December 2012, so I've prepared an NMU including both. It seems that Colin did this in Nov 2013, but that never made it to the archive for some reason, so I'm trying again. It's versioned as 1:4.0.1+dfsg-2.2) and I will upload it shortly to DELAYED/10. Shout if this is a problem. Wookey
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 2014-04-02 22:22:22.000000000 +0000 @@ -1,3 +1,11 @@ +gawk (1:4.0.1+dfsg-2.2) unstable; urgency=low + + * Non-maintainer upload. + * Ensure config.{sub,guess} are updated for new architectures (Closes: #714795) + * Honour DEB_BUILD_OPTIONS=nocheck (Closes: #695162) + + -- Wookey <woo...@debian.org> Wed, 02 Apr 2014 22:08:10 +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 2014-04-02 23:01:54.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 08:21:13.000000000 +0000 +++ gawk-4.0.1+dfsg/debian/rules 2014-04-02 22:17:53.000000000 +0000 @@ -9,7 +9,7 @@ endif %: - dh $@ + dh $@ --with autotools-dev override_dh_auto_configure: dh_auto_configure @@ -22,6 +22,8 @@ make -C po update-gmo override_dh_auto_test: + # Only run the testsuite if it's wanted. +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) # Generate locales used in testsuite. mkdir tmp-locales localedef -i en_US -c -f ISO-8859-1 -A /usr/share/locale/locale.alias \ @@ -42,6 +44,7 @@ echo ">>> $$test" && cat $$test; \ done; \ fi +endif override_dh_auto_install: dh_auto_install