Control: tags -1 +patch Hi,
Attached patch would fix this FTBFS, could you consider to apply it, please? -- Regards, Hideki Yamane henrich @ debian.or.jp/org http://wiki.debian.org/HidekiYamane
diff -Nru revelation-0.4.13/debian/changelog revelation-0.4.13/debian/changelog --- revelation-0.4.13/debian/changelog 2012-10-18 18:36:47.000000000 +0900 +++ revelation-0.4.13/debian/changelog 2013-10-17 13:14:44.000000000 +0900 @@ -1,3 +1,11 @@ +revelation (0.4.13-1.3) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules + - add "-fi" option to autoreconf to fix FTBFS (Closes: #724467) + + -- Hideki Yamane <henr...@debian.org> Thu, 17 Oct 2013 13:14:31 +0900 + revelation (0.4.13-1.2) unstable; urgency=high * Non-maintainer upload. diff -Nru revelation-0.4.13/debian/rules revelation-0.4.13/debian/rules --- revelation-0.4.13/debian/rules 2012-06-08 18:31:25.000000000 +0900 +++ revelation-0.4.13/debian/rules 2013-10-17 13:01:01.000000000 +0900 @@ -47,7 +47,7 @@ build-stamp: patch-stamp dh_testdir dh_clean -k - autoreconf + autoreconf -fi for py in $(PYVERS); do \ $(MAKE) -f debian/rules build-python$$py-stamp; \ done