Package: raptor2 Version: 2.0.12-3 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch
Hi Dave, In Ubuntu, we've recently patched raptor2 to use dh-autoreconf at build time. From time to time, a new port will require changes to the files generated by autotools that are bundled in the upstream sources; usually this is just config.sub/config.guess, but in the case of the recent Linux ppc64el port, changes to ltmain.sh from libtool were also required. Calling dh-autoreconf on each build ensures that the package remains buildable across future ports, without the need for intrusive updates to the source via porter NMUs. Thanks for considering the patch. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer http://www.debian.org/ slanga...@ubuntu.com vor...@debian.org
=== modified file 'debian/changelog' === modified file 'debian/control' --- debian/control 2014-01-12 19:28:18 +0000 +++ debian/control 2014-01-15 06:47:58 +0000 @@ -2,7 +2,7 @@ Section: devel Priority: optional Maintainer: Dave Beckett <daj...@debian.org> -Build-Depends: debhelper (>= 8.1.3), autotools-dev, cdbs (>= 0.4.93~), libtool (>= 1.5), libxml2-dev (>= 2.5.10), libcurl4-gnutls-dev, libxslt1-dev (>= 1.0.18), libyajl-dev, quilt +Build-Depends: debhelper (>= 8.1.3), dh-autoreconf, cdbs (>= 0.4.93~), libtool (>= 1.5), libxml2-dev (>= 2.5.10), libcurl4-gnutls-dev, libxslt1-dev (>= 1.0.18), libyajl-dev, quilt, gtk-doc-tools Standards-Version: 3.9.5 Homepage: http://librdf.org/raptor/ === modified file 'debian/rules' --- debian/rules 2013-12-15 12:39:06 +0000 +++ debian/rules 2014-01-15 03:57:52 +0000 @@ -5,6 +5,7 @@ # include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/patchsys-quilt.mk +include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/class/makefile.mk