Control: tags 760192 + pending Dear maintainer,
I've prepared an NMU for wfmath (versioned as 1.0.2+dfsg1-0.3) and will upload right away (as previously announced) Regards. diff -Nru wfmath-1.0.2+dfsg1/debian/changelog wfmath-1.0.2+dfsg1/debian/changelog --- wfmath-1.0.2+dfsg1/debian/changelog 2014-08-13 09:21:38.000000000 +0200 +++ wfmath-1.0.2+dfsg1/debian/changelog 2014-11-06 22:06:21.000000000 +0100 @@ -1,3 +1,11 @@ +wfmath (1.0.2+dfsg1-0.3) unstable; urgency=medium + + * Non-maintainer upload. + * Call autoreconf with --force --install to fix FTBFS for arm64 and ppc64el. + (Closes: #760192) + + -- Tobias Frost <[email protected]> Thu, 06 Nov 2014 22:06:21 +0100 + wfmath (1.0.2+dfsg1-0.2) unstable; urgency=medium * Non-maintainer upload. diff -Nru wfmath-1.0.2+dfsg1/debian/patches/fix-for-760192-autoreconf.patch wfmath-1.0.2+dfsg1/debian/patches/fix-for-760192-autoreconf.patch --- wfmath-1.0.2+dfsg1/debian/patches/fix-for-760192-autoreconf.patch 1970-01-01 01:00:00.000000000 +0100 +++ wfmath-1.0.2+dfsg1/debian/patches/fix-for-760192-autoreconf.patch 2014-11-06 21:59:37.000000000 +0100 @@ -0,0 +1,20 @@ +Description: Run autoreconf --force --install + to update autoconf files e.g on new archs +Author: ravi <[email protected]> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760192 +Forwarded: no +Reviewed-by: Tobias Frost <[email protected]> +Last-Update: 2014-11-06 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/autogen.sh ++++ b/autogen.sh +@@ -5,7 +5,7 @@ + #Check if the autoreconf command is available, and use that if so. + if command -v autoreconf >/dev/null 2>&1 ; then + echo autoreconf... +- autoreconf --install ++ autoreconf --force --install + else + if test -d /usr/local/share/aclocal ; then + ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I /usr/local/share/aclocal" diff -Nru wfmath-1.0.2+dfsg1/debian/patches/series wfmath-1.0.2+dfsg1/debian/patches/series --- wfmath-1.0.2+dfsg1/debian/patches/series 2014-08-09 13:07:04.000000000 +0200 +++ wfmath-1.0.2+dfsg1/debian/patches/series 2014-11-06 21:55:47.000000000 +0100 @@ -1 +1,2 @@ +fix-for-760192-autoreconf.patch 0002-replace-mersenne-twister.patch -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

