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 etherape-0.9.12/debian/changelog etherape-0.9.12/debian/changelog
--- etherape-0.9.12/debian/changelog
+++ etherape-0.9.12/debian/changelog
@@ -1,3 +1,14 @@
+etherape (0.9.12-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+    - drop unnecessary lines and specify "-fi" option to autoreconf fix 
+      FTBFS (Closes: #724205) 
+  * debian/control
+    - add autopoint to run autoconf with above change
+
+ -- Hideki Yamane <henr...@debian.org>  Tue, 15 Oct 2013 21:32:12 +0900
+
 etherape (0.9.12-1) unstable; urgency=high
 
   * New upstream release. (closes: #645324)
only in patch2:
unchanged:
--- etherape-0.9.12.orig/debian/control
+++ etherape-0.9.12/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Frederic Peters <fpet...@debian.org>
 Standards-Version: 3.8.3
-Build-Depends: libpcap0.8-dev, libgnomeui-dev, libglade2-dev, debhelper (>= 5.0), autotools-dev, libtool, autoconf, automake, gnome-doc-utils
+Build-Depends: libpcap0.8-dev, libgnomeui-dev, libglade2-dev, debhelper (>= 5.0), autotools-dev, libtool, autoconf, automake, gnome-doc-utils, autopoint
 Homepage: http://etherape.sourceforge.net
 
 Package: etherape
only in patch2:
unchanged:
--- etherape-0.9.12.orig/debian/rules
+++ etherape-0.9.12/debian/rules
@@ -8,11 +8,7 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-
-	libtoolize --force --copy
-	cp /usr/share/misc/config.guess config.guess
-	cp /usr/share/misc/config.sub config.sub
-	autoreconf
+	autoreconf -fi
 	./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc --disable-scrollkeeper
 	$(MAKE)
 

Reply via email to