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 -u ufiformat-0.9.8/debian/changelog ufiformat-0.9.8/debian/changelog --- ufiformat-0.9.8/debian/changelog +++ ufiformat-0.9.8/debian/changelog @@ -1,3 +1,11 @@ +ufiformat (0.9.8-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules + - exec autoreconf to regenerate files and fix FTBFS (Closes: #725555) + + -- Hideki Yamane <[email protected]> Tue, 15 Oct 2013 19:35:37 +0900 + ufiformat (0.9.8-1) unstable; urgency=low * New upstream release diff -u ufiformat-0.9.8/debian/rules ufiformat-0.9.8/debian/rules --- ufiformat-0.9.8/debian/rules +++ ufiformat-0.9.8/debian/rules @@ -26,10 +26,7 @@ configure: dh_testdir - aclocal - autoheader - automake - autoconf + autoreconf -fi config.status: configure dh_testdir

