Control: tags -1 +patch Hi,
Attached patch would fix this FTBFS, could you check and consider to apply it, please? -- Regards, Hideki Yamane henrich @ debian.or.jp/org http://wiki.debian.org/HidekiYamane
diff -Nru nautic-1.5/debian/changelog nautic-1.5/debian/changelog --- nautic-1.5/debian/changelog 2012-10-22 08:11:27.000000000 +0900 +++ nautic-1.5/debian/changelog 2013-10-22 21:44:05.000000000 +0900 @@ -1,3 +1,13 @@ +nautic (1.5-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules + - Just use dh-autoreconf to fix FTBFS (Closes: #713547) + * debian/control + - add "Build-Depends: dh-autoreconf" + + -- Hideki Yamane <henr...@debian.org> Tue, 22 Oct 2013 21:32:40 +0900 + nautic (1.5-1) unstable; urgency=low * new issue with new view and major changes diff -Nru nautic-1.5/debian/control nautic-1.5/debian/control --- nautic-1.5/debian/control 2012-10-22 08:14:06.000000000 +0900 +++ nautic-1.5/debian/control 2013-10-22 21:32:20.000000000 +0900 @@ -4,7 +4,7 @@ Maintainer: Enas Giovanni <gio.e...@alice.it> DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~), - autoconf(>= 2.13), automake, autotools-dev, + autoconf(>= 2.13), automake, autotools-dev, dh-autoreconf, libglib2.0-0,wx-common, libwxgtk2.8-dev,libwxbase2.8-dev Standards-Version: 3.9.4 diff -Nru nautic-1.5/debian/rules nautic-1.5/debian/rules --- nautic-1.5/debian/rules 2012-03-05 05:23:25.000000000 +0900 +++ nautic-1.5/debian/rules 2013-10-22 21:32:36.000000000 +0900 @@ -10,7 +10,7 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ --with autoreconf override_dh_clean: dh_clean @@ -18,7 +18,3 @@ $(RM) ltmain.sh Makefile.in configure $(RM) aclocal.m4 data/Makefile.in icon/Makefile.in $(RM) info/Makefile.in man/Makefile.in src/Makefile.in - -override_dh_auto_configure: - autoreconf -fs - dh_auto_configure