Package: at-spi2-atk Version: 2.10.2-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch
Hi folks, In Ubuntu, we've recently patched at-spi2-atk 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/control' --- debian/control 2013-12-15 19:36:42 +0000 +++ debian/control 2013-12-30 21:55:22 +0000 @@ -9,6 +9,7 @@ Vcs-Git: git://anonscm.debian.org/git/pkg-a11y/at-spi2-atk.git Homepage: http://live.gnome.org/Accessibility Build-Depends: debhelper (>= 9), + dh-autoreconf, libdbus-1-dev, libdbus-glib-1-dev, libatk1.0-dev (>= 2.9.4), libglib2.0-bin, libglib2.0-dev, === modified file 'debian/rules' --- debian/rules 2013-09-17 11:14:41 +0000 +++ debian/rules 2013-12-30 12:23:53 +0000 @@ -4,7 +4,7 @@ export DEB_BUILD_HARDENING=1 %: - dh $@ + dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)