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 mtr-0.85/debian/changelog mtr-0.85/debian/changelog --- mtr-0.85/debian/changelog +++ mtr-0.85/debian/changelog @@ -1,3 +1,11 @@ +mtr (0.85-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules + - use autoreconf to fix FTBFS (Closes: #725568) + + -- Hideki Yamane <henr...@debian.org> Thu, 17 Oct 2013 11:43:32 +0900 + mtr (0.85-1) unstable; urgency=low * New upstream version, closes: #706816, #717727 diff -u mtr-0.85/debian/rules mtr-0.85/debian/rules --- mtr-0.85/debian/rules +++ mtr-0.85/debian/rules @@ -26,9 +26,7 @@ touch aclocal.m4 && \ touch configure - aclocal && \ - automake --foreign --include-deps Makefile && \ - autoconf + autoreconf -fi mkdir mtr && cd mtr && CFLAGS=-I.. ../configure $(shell dpkg-buildflags --export=configure >/dev/null 2>&1 && dpkg-buildflags --export=configure) $(confflags) --prefix=`pwd`/debian/tmp/usr --mandir=`pwd`/debian/tmp/usr/share/man --sbindir=`pwd`/debian/tmp/usr/bin make -C mtr