Package: uhttpmock Severity: normal Version: 0.2.0-1 Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu ubuntu-patch utopic
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. uhttpmock could handle this quite easily by using dh-autoreconf, which will update its copies of the libtool macros. === modified file 'debian/changelog' --- debian/changelog 2014-02-23 21:25:49 +0000 +++ debian/changelog 2014-06-06 22:02:00 +0000 @@ -1,3 +1,9 @@ +uhttpmock (0.2.0-1ubuntu1) utopic; urgency=medium + + * Use autoreconf instead of autotools-dev to fix ppc64el FTBFS + + -- Jackson Doak <nosk...@ubuntu.com> Sat, 07 Jun 2014 07:56:30 +1000 + uhttpmock (0.2.0-1) unstable; urgency=low * Initial release === modified file 'debian/control' --- debian/control 2014-02-23 21:25:49 +0000 +++ debian/control 2014-06-06 22:02:00 +0000 @@ -1,7 +1,8 @@ Source: uhttpmock Priority: optional -Maintainer: Andreas Henriksson <andr...@fatal.se> -Build-Depends: autotools-dev, +Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com> +XSBC-Original-Maintainer: Andreas Henriksson <andr...@fatal.se> +Build-Depends: dh-autoreconf, debhelper (>= 9.0.0), gobject-introspection, gtk-doc-tools, === modified file 'debian/rules' --- debian/rules 2014-02-23 21:25:49 +0000 +++ debian/rules 2014-06-06 22:02:00 +0000 @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 %: - dh $@ --with autotools-dev + dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- --enable-gtk-doc Thanks, Jackson Doak