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 libalberta2-2.0.1/debian/changelog libalberta2-2.0.1/debian/changelog --- libalberta2-2.0.1/debian/changelog 2011-12-21 03:57:41.000000000 +0900 +++ libalberta2-2.0.1/debian/changelog 2013-10-16 08:22:43.000000000 +0900 @@ -1,3 +1,12 @@ +libalberta2 (2.0.1-5.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules + - add "-fi" option fix FTBFS "error: required file './compile' not found" + error (Closes: #725538) + + -- Hideki Yamane <henr...@debian.org> Wed, 16 Oct 2013 08:18:05 +0900 + libalberta2 (2.0.1-5) unstable; urgency=low * Team upload diff -Nru libalberta2-2.0.1/debian/rules libalberta2-2.0.1/debian/rules --- libalberta2-2.0.1/debian/rules 2011-11-26 17:36:28.000000000 +0900 +++ libalberta2-2.0.1/debian/rules 2013-10-16 08:18:04.000000000 +0900 @@ -8,7 +8,7 @@ DEB_MAKE_INSTALL_TARGET := DESTDIR=$(CURDIR)/debian/tmp install debian/stamp-autotools-files: - autoreconf + autoreconf -fi libtoolize touch $@