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 ginspector-20050529/debian/changelog ginspector-20050529/debian/changelog
--- ginspector-20050529/debian/changelog	2011-06-11 23:12:54.000000000 +0900
+++ ginspector-20050529/debian/changelog	2013-10-21 23:16:08.000000000 +0900
@@ -1,3 +1,13 @@
+ginspector (20050529-3.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+    - use dh_autoreconf (Closes: #724161)
+  * debian/control
+    - add "Build-Depends: dh-autoreconf"
+
+ -- Hideki Yamane <henr...@debian.org>  Mon, 21 Oct 2013 23:13:26 +0900
+
 ginspector (20050529-3.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru ginspector-20050529/debian/control ginspector-20050529/debian/control
--- ginspector-20050529/debian/control	2011-02-15 15:46:53.000000000 +0900
+++ ginspector-20050529/debian/control	2013-10-21 23:13:20.000000000 +0900
@@ -2,7 +2,7 @@
 Section: devel
 Priority: extra
 Maintainer: NIIBE Yutaka <gni...@fsij.org>
-Build-Depends: debhelper (>= 7.0.50~), autotools-dev, quilt (>= 0.46-7~), automake, autoconf, libtool, libglrr-gtk-dev, libglrr-gobject-dev, libglrr-glib-dev, libglrr-widgets-dev, libgtk2.0-dev (>= 2.10.1-1~)
+Build-Depends: debhelper (>= 7.0.50~), autotools-dev, quilt (>= 0.46-7~), automake, autoconf, libtool, libglrr-gtk-dev, libglrr-gobject-dev, libglrr-glib-dev, libglrr-widgets-dev, libgtk2.0-dev (>= 2.10.1-1~), dh-autoreconf
 Standards-Version: 3.9.1
 Homepage: http://sourceforge.net/projects/g-inspector/
 
diff -Nru ginspector-20050529/debian/rules ginspector-20050529/debian/rules
--- ginspector-20050529/debian/rules	2011-02-15 15:38:31.000000000 +0900
+++ ginspector-20050529/debian/rules	2013-10-21 23:13:05.000000000 +0900
@@ -10,14 +10,10 @@
 export DH_OPTIONS
 
 %:
-	dh $@ --with quilt,autotools_dev
+	dh $@ --with quilt,autotools_dev,autoreconf
 
 override_dh_auto_configure:
 	libtoolize
-	aclocal
-	autoheader
-	automake --foreign
-	autoconf
 	dh_auto_configure -- --enable-static
 
 override_dh_auto_clean:

Reply via email to