Bug#732385: glib-networking: use dh-autoreconf for better new-port coverage

Colin Watson cjwatson at ubuntu.com
Tue Dec 17 14:02:45 UTC 2013


Package: glib-networking
Version: 2.38.1-1
Severity: normal
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
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 <pochu at debian.org>, Martin Pitt <mpitt at debian.org>, Michael Biebl <biebl at debian.org>
 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                                       [cjwatson at ubuntu.com]



More information about the pkg-gnome-maintainers mailing list