Control: tags -1 +patch

Hi,

 autoreconf can fix this FTBFS issue, see attached patch for detail.


-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -Nru jclassinfo-0.19.1/debian/changelog jclassinfo-0.19.1/debian/changelog
--- jclassinfo-0.19.1/debian/changelog	2011-04-18 06:19:46.000000000 +0900
+++ jclassinfo-0.19.1/debian/changelog	2013-10-15 19:04:02.000000000 +0900
@@ -1,3 +1,14 @@
+jclassinfo (0.19.1-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+    - set --with autotools-dev
+    - use dh-autoreconf, instead of some autotools command
+  * debian/control
+    - add "Build-Depends: dh-autoreconf", drop autoconf, automake and libtools
+
+ -- Hideki Yamane <henr...@debian.org>  Tue, 15 Oct 2013 19:03:59 +0900
+
 jclassinfo (0.19.1-6) unstable; urgency=low
 
   * Switch to dh 7 and its wonderful sequencer
diff -Nru jclassinfo-0.19.1/debian/control jclassinfo-0.19.1/debian/control
--- jclassinfo-0.19.1/debian/control	2011-04-18 06:50:57.000000000 +0900
+++ jclassinfo-0.19.1/debian/control	2013-10-15 19:03:01.000000000 +0900
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: Vincent Fourmond <fourm...@debian.org>
-Build-Depends: debhelper (>= 7.0.50~), automake, autoconf, 
- autotools-dev, libtool, zlib1g-dev
+Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf,
+ autotools-dev, zlib1g-dev
 Standards-Version: 3.9.2
 Homepage: http://jclassinfo.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/packages/trunk/jclassinfo/
diff -Nru jclassinfo-0.19.1/debian/rules jclassinfo-0.19.1/debian/rules
--- jclassinfo-0.19.1/debian/rules	2011-04-18 06:34:34.000000000 +0900
+++ jclassinfo-0.19.1/debian/rules	2013-10-15 19:05:41.000000000 +0900
@@ -1,12 +1,8 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with autotools-dev
 
 override_dh_auto_configure:
-# We modify one of the Makefile.am stuff, we need to re-run the AM/AC tools
-	libtoolize -f 
-	aclocal
-	automake
-	autoconf
+	dh_autoreconf
 	dh_auto_configure
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to