On Wed, Oct 23, 2013 at 10:01:29PM +0200, Matthias Klose wrote:
> Use dh_autotools-dev to update config.{sub,guess} for AArch64
> patch at
> http://launchpadlibrarian.net/153188500/jigit_1.19-1build1_1.19-1ubuntu1.diff.gz

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.  So, rather than applying this patch, please
consider using dh-autoreconf instead; when automake and libtool are in
use (as they are here), dh-autoreconf is a superset of autotools-dev, so
this should supersede Matthias' patch.

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

diff -u jigit-1.19/debian/rules jigit-1.19/debian/rules
--- jigit-1.19/debian/rules
+++ jigit-1.19/debian/rules
@@ -10,6 +10,7 @@
        dh_testdir
 
        # Add here commands to compile the package.
+       AUTOMAKE='automake --foreign' dh_autoreconf
        cd libjte && ./configure --prefix=/usr
        $(MAKE)
 
@@ -24,6 +25,7 @@
        $(MAKE) clean
        $(MAKE) distclean
 
+       dh_autoreconf_clean
        dh_clean
 
 install: build
diff -u jigit-1.19/debian/control jigit-1.19/debian/control
--- jigit-1.19/debian/control
+++ jigit-1.19/debian/control
@@ -2,7 +2,7 @@
 Section: utils
 Priority: extra
 Maintainer: Steve McIntyre <93...@debian.org>
-Build-Depends: debhelper (>= 8), zlib1g-dev, libbz2-dev
+Build-Depends: debhelper (>= 8), zlib1g-dev, libbz2-dev, dh-autoreconf
 Standards-Version: 3.9.1.0
 Homepage: http://www.einval.com/~steve/software/JTE/
 
only in patch2:
unchanged:
--- jigit-1.19.orig/debian/autoreconf
+++ jigit-1.19/debian/autoreconf
@@ -0,0 +1 @@
+libjte

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