Package: glib-networking Version: 2.38.1-1 Severity: normal Tags: patch User: [email protected] 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. glib-networking could handle this quite easily by using dh-autoreconf, which will update its copies of the libtool macros. * Use dh-autoreconf to update libtool.m4 for new ports. diff -Nru glib-networking-2.38.1/debian/control glib-networking-2.38.1/debian/control --- glib-networking-2.38.1/debian/control 2013-10-17 16:04:22.000000000 +0100 +++ glib-networking-2.38.1/debian/control 2013-12-17 14:00:15.000000000 +0000 @@ -9,6 +9,7 @@ Uploaders: Emilio Pozuelo Monfort <[email protected]>, Martin Pitt <[email protected]>, Michael Biebl <[email protected]> Build-Depends: debhelper (>= 8.1.3), cdbs (>= 0.4.93), + dh-autoreconf, gnome-pkg-tools, libglib2.0-dev (>= 2.38.0), libgnutls-dev (>= 2.12.8), diff -Nru glib-networking-2.38.1/debian/control.in glib-networking-2.38.1/debian/control.in --- glib-networking-2.38.1/debian/control.in 2013-10-17 16:01:35.000000000 +0100 +++ glib-networking-2.38.1/debian/control.in 2013-12-17 14:00:13.000000000 +0000 @@ -5,6 +5,7 @@ Uploaders: @GNOME_TEAM@ Build-Depends: debhelper (>= 8.1.3), cdbs (>= 0.4.93), + dh-autoreconf, gnome-pkg-tools, libglib2.0-dev (>= 2.38.0), libgnutls-dev (>= 2.12.8), diff -Nru glib-networking-2.38.1/debian/rules glib-networking-2.38.1/debian/rules --- glib-networking-2.38.1/debian/rules 2013-09-25 12:34:46.000000000 +0100 +++ glib-networking-2.38.1/debian/rules 2013-12-17 13:59:55.000000000 +0000 @@ -3,6 +3,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk Thanks, -- Colin Watson [[email protected]] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

