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 gentle-1.9+cvs20100605+dfsg1/debian/changelog gentle-1.9+cvs20100605+dfsg1/debian/changelog
--- gentle-1.9+cvs20100605+dfsg1/debian/changelog	2012-10-16 20:30:03.000000000 +0900
+++ gentle-1.9+cvs20100605+dfsg1/debian/changelog	2013-10-15 21:43:29.000000000 +0900
@@ -1,3 +1,12 @@
+gentle (1.9+cvs20100605+dfsg1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+    - run "autoreconf -fi" to fix "required file './compile' not found" error
+      (Closes: #724221)
+
+ -- Hideki Yamane <henr...@debian.org>  Tue, 15 Oct 2013 21:43:27 +0900
+
 gentle (1.9+cvs20100605+dfsg1-1) unstable; urgency=low
 
   * debian/rules:
diff -Nru gentle-1.9+cvs20100605+dfsg1/debian/rules gentle-1.9+cvs20100605+dfsg1/debian/rules
--- gentle-1.9+cvs20100605+dfsg1/debian/rules	2012-10-16 20:18:35.000000000 +0900
+++ gentle-1.9+cvs20100605+dfsg1/debian/rules	2013-10-15 21:42:36.000000000 +0900
@@ -15,9 +15,7 @@
 configure-stamp:
 	dh_testdir
 	echo "configuring with own configure!"
-	aclocal
-	automake
-	autoconf
+	autoreconf -fi
 	CXXFLAGS=$(CXXFLAGS) ./configure --prefix=/usr 
 	for i in help/*.html help/*.css *.db help/*.htm */*.png */*.x[bp]m */*.bmp *.txt */*.txt *.csv; do chmod -x "$$i"; done
 	touch $@

Reply via email to