Package: rasqal Version: 0.9.31-2 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. rasqal 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. * Convert to dh-autoreconf in order to update libtool.m4 for new ports. diff -Nru rasqal-0.9.31/debian/control rasqal-0.9.31/debian/control --- rasqal-0.9.31/debian/control 2013-12-15 20:53:45.000000000 +0000 +++ rasqal-0.9.31/debian/control 2013-12-17 10:05:50.000000000 +0000 @@ -2,7 +2,7 @@ Section: devel Priority: optional Maintainer: Dave Beckett <daj...@debian.org> -Build-Depends: debhelper (>> 8.1.3), cdbs (>= 0.4.93~), autotools-dev, pkg-config, libraptor2-dev (>=2.0.12-2), libgmp-dev, libmhash-dev, libpcre3-dev, uuid-dev +Build-Depends: debhelper (>> 8.1.3), cdbs (>= 0.4.93~), dh-autoreconf, pkg-config, libraptor2-dev (>=2.0.12-2), libgmp-dev, libmhash-dev, libpcre3-dev, uuid-dev Standards-Version: 3.9.5 Homepage: http://librdf.org/rasqal/ diff -Nru rasqal-0.9.31/debian/rules rasqal-0.9.31/debian/rules --- rasqal-0.9.31/debian/rules 2013-12-15 20:54:32.000000000 +0000 +++ rasqal-0.9.31/debian/rules 2013-12-17 10:05:00.000000000 +0000 @@ -1,6 +1,7 @@ #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/class/makefile.mk DEB_INSTALL_DOCS_ALL=README NEWS AUTHORS NOTICE 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