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 pork-0.99.8.1/debian/changelog pork-0.99.8.1/debian/changelog --- pork-0.99.8.1/debian/changelog 2012-05-06 04:05:24.000000000 +0900 +++ pork-0.99.8.1/debian/changelog 2013-10-15 19:23:21.000000000 +0900 @@ -1,3 +1,11 @@ +pork (0.99.8.1-2.2) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules + - call "autoreconf -fi", instead of autoconf and automake + + -- Hideki Yamane <henr...@debian.org> Tue, 15 Oct 2013 19:23:19 +0900 + pork (0.99.8.1-2.1) unstable; urgency=low * Non-maintainer upload; ACKed by the maintainer, see #670953. diff -Nru pork-0.99.8.1/debian/rules pork-0.99.8.1/debian/rules --- pork-0.99.8.1/debian/rules 2012-05-01 02:43:10.000000000 +0900 +++ pork-0.99.8.1/debian/rules 2013-10-20 01:12:28.000000000 +0900 @@ -29,9 +29,7 @@ dh_testdir # Fix location of porkrc cp -vf /usr/share/misc/config.sub /usr/share/misc/config.guess . - aclocal - autoconf - automake + autoreconf -fi # Add here commands to configure the package. ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc