[Pkg-telepathy-maintainers] Bug#734459: telepathy-logger: use dh-autoreconf for better new-port coverage

Colin Watson cjwatson at ubuntu.com
Tue Jan 7 12:11:55 UTC 2014


Package: telepathy-logger
Version: 0.8.0-2
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.  telepathy-logger 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 telepathy-logger-0.8.0/debian/control telepathy-logger-0.8.0/debian/control
--- telepathy-logger-0.8.0/debian/control	2013-09-06 23:45:07.000000000 +0100
+++ telepathy-logger-0.8.0/debian/control	2014-01-07 12:03:32.000000000 +0000
@@ -9,6 +9,7 @@
            Jonny Lamb <jonny at debian.org>,
            Emilio Pozuelo Monfort <pochu at debian.org>
 Build-Depends: debhelper (>= 9),
+               dh-autoreconf,
                dbus,
                libglib2.0-dev (>= 2.28),
                libdbus-glib-1-dev (>= 0.82),
diff -Nru telepathy-logger-0.8.0/debian/rules telepathy-logger-0.8.0/debian/rules
--- telepathy-logger-0.8.0/debian/rules	2013-09-06 23:45:07.000000000 +0100
+++ telepathy-logger-0.8.0/debian/rules	2014-01-07 12:03:11.000000000 +0000
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --libexecdir="\$${prefix}/lib/telepathy" \

Thanks,

-- 
Colin Watson                                       [cjwatson at ubuntu.com]



More information about the Pkg-telepathy-maintainers mailing list