Hi,
I have just done a non-maintainer upload to fix this long standing
issue. Please find the diff attached.
Aurelien
--
Aurelien Jarno GPG: 4096R/1DDD8C9B
[email protected] http://www.aurel32.net
diff -u cconv-0.6.2/debian/rules cconv-0.6.2/debian/rules
--- cconv-0.6.2/debian/rules
+++ cconv-0.6.2/debian/rules
@@ -7,6 +7,7 @@
config.status: configure
dh_testdir
+ dh_autoreconf
./configure --prefix=/usr \
--mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info \
@@ -26,6 +27,7 @@
rm -f build-stamp
rm -f $(CURDIR)/debian/cconv.xml $(CURDIR)/debian/cconv.1
[ ! -f Makefile ] || $(MAKE) distclean
+ dh_autoreconf_clean
dh_clean
install: build
diff -u cconv-0.6.2/debian/changelog cconv-0.6.2/debian/changelog
--- cconv-0.6.2/debian/changelog
+++ cconv-0.6.2/debian/changelog
@@ -1,3 +1,14 @@
+cconv (0.6.2-1.1) unstable; urgency=medium
+
+ [ Aurelien Jarno
+ * Non maintainer upload.
+
+ [ Logan Rosen ]
+ * Use dh-autoreconf to get new libtool macros for ppc64el and update
+ config.{sub,guess} for new arches (Closes: #572360).
+
+ -- Aurelien Jarno <[email protected]> Mon, 22 Sep 2014 22:50:47 +0200
+
cconv (0.6.2-1) unstable; urgency=low
* New upstream release.
diff -u cconv-0.6.2/debian/control cconv-0.6.2/debian/control
--- cconv-0.6.2/debian/control
+++ cconv-0.6.2/debian/control
@@ -2,7 +2,7 @@
Section: text
Priority: extra
Maintainer: Vern Sun <[email protected]>
-Build-Depends: debhelper (>= 7), autotools-dev, asciidoc, xsltproc, libxml2-utils, docbook-xml, docbook-xsl
+Build-Depends: debhelper (>= 7), dh-autoreconf, asciidoc, xsltproc, libxml2-utils, docbook-xml, docbook-xsl
Standards-Version: 3.8.4
Homepage: http://code.google.com/p/cconv/