Package: qpdf
Version: 5.0.1-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch trusty

Hi,

The ppc64el port requires a patch to libtool.m4.  I don't think that's
in Debian yet, but when it is it will require autoreconfing a bunch of
packages to pick it up.  qpdf could handle this quite easily by using
dh-autoreconf rather than just autotools-dev; when libtool is in use (as
of course it is here), dh-autoreconf is a superset of autotools-dev, and
it seems to still build just fine if I do the following.

  * Use dh-autoreconf in order to update libtool.m4 for new ports.

diff -Nru qpdf-5.0.1/debian/control qpdf-5.0.1/debian/control
--- qpdf-5.0.1/debian/control   2013-07-10 18:33:41.000000000 +0100
+++ qpdf-5.0.1/debian/control   2013-12-13 20:35:35.000000000 +0000
@@ -1,7 +1,7 @@
 Source: qpdf
 Section: libs
 Priority: optional
-Build-Depends: cdbs (>> 0.4.93~), debhelper (>> 9~), autotools-dev, dpkg-dev 
(>= 1.16.1~), libpcre3-dev, zlib1g-dev
+Build-Depends: cdbs (>> 0.4.93~), debhelper (>> 9~), dh-autoreconf, dpkg-dev 
(>= 1.16.1~), libpcre3-dev, zlib1g-dev
 Maintainer: Jay Berkenbilt <q...@debian.org>
 Standards-Version: 3.9.4
 Homepage: http://qpdf.sourceforge.net
diff -Nru qpdf-5.0.1/debian/rules qpdf-5.0.1/debian/rules
--- qpdf-5.0.1/debian/rules     2012-07-29 20:20:24.000000000 +0100
+++ qpdf-5.0.1/debian/rules     2013-12-13 20:35:21.000000000 +0000
@@ -16,6 +16,7 @@
 # Include cdbs rules files.
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 
 clean::
        $(RM) *.cdbs-config_list

Thanks,

-- 
Colin Watson                                       [cjwat...@ubuntu.com]


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to