Package: wfmath Version: 1.0.2+dfsg1-0.2 Severity: normal Dear maintainer,
I've prepared an NMU for wfmath (versioned as 1.0.2+dfsg1-0.3) and uploaded it as soon as the release team grants an unblock. I will then upload it to DELAYED/0. -- tobi 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-04 20:52:59.000000000 +0100 @@ -1,3 +1,12 @@ +wfmath (1.0.2+dfsg1-0.3) unstable; urgency=medium + + * Non-maintainer upload. + * Add hack for arm64 and ppc64el. Note, that this is just a hack, the + proper way to fix it is in #760192, which is explicitly not closed. + The proper way is too intrusive for an upload during the freeze. + + -- Tobias Frost <[email protected]> Tue, 04 Nov 2014 20:40:53 +0100 + wfmath (1.0.2+dfsg1-0.2) unstable; urgency=medium * Non-maintainer upload. diff -Nru wfmath-1.0.2+dfsg1/debian/rules wfmath-1.0.2+dfsg1/debian/rules --- wfmath-1.0.2+dfsg1/debian/rules 2014-08-10 17:30:23.000000000 +0200 +++ wfmath-1.0.2+dfsg1/debian/rules 2014-11-04 20:57:02.000000000 +0100 @@ -7,7 +7,12 @@ override_dh_autoreconf: +ifneq (,$(findstring $(DEB_BUILD_ARCH),arm64 ppc64el)) + echo "autoreconf hack" + dh_autoreconf +else dh_autoreconf ./autogen.sh +endif override_dh_auto_configure: dh_auto_configure -- --disable-silent-rules -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

