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 charybdis-3.4.2/debian/changelog charybdis-3.4.2/debian/changelog --- charybdis-3.4.2/debian/changelog 2013-07-18 09:41:04.000000000 +0900 +++ charybdis-3.4.2/debian/changelog 2013-10-15 21:05:33.000000000 +0900 @@ -1,3 +1,11 @@ +charybdis (3.4.2-2.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules + - specify "-fi" option to autoreconf fix FTBFS (Closes: #724077) + + -- Hideki Yamane <henr...@debian.org> Tue, 15 Oct 2013 21:04:34 +0900 + charybdis (3.4.2-2) unstable; urgency=low * fix configure.ac patch so it has proper format (Closes: #715511) diff -Nru charybdis-3.4.2/debian/rules charybdis-3.4.2/debian/rules --- charybdis-3.4.2/debian/rules 2013-07-18 09:41:04.000000000 +0900 +++ charybdis-3.4.2/debian/rules 2013-10-15 21:01:21.000000000 +0900 @@ -55,7 +55,7 @@ endif override_dh_auto_configure: - autoreconf + autoreconf -fi cd libratbox ; autoreconf # necessary because we patch configure.ac cd libratbox ; automake dh_auto_configure -- --prefix=/usr --with-confdir=/etc/charybdis \