Package: libfreehand
Version: 0.0.0-3
Severity: normal
Tags: patch
User: debian-de...@lists.debian.org
Usertags: autoreconf

Hi,

The ppc64el port requires a patch to libtool.m4
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726404), which
requires autoreconfing a bunch of packages to pick it up.  libfreehand
could handle both of these problems quite easily by using dh-autoreconf,
which will update its copies of the libtool macros.

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

diff -Nru libfreehand-0.0.0/debian/control libfreehand-0.0.0/debian/control
--- libfreehand-0.0.0/debian/control    2014-05-05 13:54:28.000000000 +0100
+++ libfreehand-0.0.0/debian/control    2014-05-15 11:09:19.000000000 +0100
@@ -3,6 +3,7 @@
 Maintainer: Rene Engelhard <r...@debian.org>
 Build-Depends: autotools-dev,
                debhelper (>= 9),
+               dh-autoreconf,
                gperf,
               libboost-dev,
                libwpd-dev (>= 0.9.0),
diff -Nru libfreehand-0.0.0/debian/rules libfreehand-0.0.0/debian/rules
--- libfreehand-0.0.0/debian/rules      2013-05-02 20:24:04.000000000 +0100
+++ libfreehand-0.0.0/debian/rules      2014-05-15 11:08:51.000000000 +0100
@@ -4,7 +4,7 @@
 #export DH_VERBOSE=1
 
 %:
-       dh $@
+       dh $@ --with=autoreconf
 
 override_dh_auto_configure:
        dh_auto_configure -- --disable-werror --libdir=/usr/lib \

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