Package: rygel Version: 0.20.3-1 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. rygel could handle this quite easily by using dh-autoreconf, which will update its copies of the libtool macros. * Convert to dh-autoreconf in order to update libtool.m4 for new ports. diff -Nru rygel-0.20.3/debian/control rygel-0.20.3/debian/control --- rygel-0.20.3/debian/control 2014-01-17 19:03:52.000000000 +0000 +++ rygel-0.20.3/debian/control 2014-03-24 20:35:36.000000000 +0000 @@ -3,7 +3,8 @@ Priority: extra Maintainer: Debian Rygel Maintainers <ah-ry...@debian.org> Uploaders: Marc-André Lureau <marcandre.lur...@gmail.com>, Andreas Henriksson <andr...@fatal.se> -Build-Depends: debhelper (>= 9), autotools-dev, +Build-Depends: debhelper (>= 9), + dh-autoreconf, intltool, valac (>= 0.20.0), valadoc (>= 0.2), diff -Nru rygel-0.20.3/debian/rules rygel-0.20.3/debian/rules --- rygel-0.20.3/debian/rules 2014-01-17 18:30:35.000000000 +0000 +++ rygel-0.20.3/debian/rules 2014-03-24 20:35:35.000000000 +0000 @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with=autoreconf override_dh_auto_configure: find . -name "*_vala.stamp" | xargs rm -f 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