Control: tags 795478 + pending Dear maintainer,
I've prepared an NMU for angband (versioned as 1:3.5.1-2.1) and uploaded it to DELAYED/5. This will fix the FTBFS on ppc64el and allow the package to migrate to testing. Please feel free to tell me if I should delay it longer. Regards, Markus
diff -Nru angband-3.5.1/debian/changelog angband-3.5.1/debian/changelog --- angband-3.5.1/debian/changelog 2015-02-11 23:56:21.000000000 +0100 +++ angband-3.5.1/debian/changelog 2016-01-05 15:16:39.000000000 +0100 @@ -1,3 +1,12 @@ +angband (1:3.5.1-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Build --with autotools_dev and fix FTBFS on ppc64el that + prevents the package from migrating to testing. + Thanks to Erwan Prioul for the report and patch. (Closes: #795478) + + -- Markus Koschany <a...@debian.org> Tue, 05 Jan 2016 15:13:19 +0100 + angband (1:3.5.1-2) unstable; urgency=low * Moved all Build-Depends-Indep to Build-Depends following autobuild failure diff -Nru angband-3.5.1/debian/rules angband-3.5.1/debian/rules --- angband-3.5.1/debian/rules 2015-02-02 02:46:10.000000000 +0100 +++ angband-3.5.1/debian/rules 2016-01-05 15:16:39.000000000 +0100 @@ -23,7 +23,7 @@ include /usr/share/dpkg/buildflags.mk %: - dh $@ + dh $@ --with autotools_dev override_dh_auto_clean: