Package: telepathy-logger
Version: 0.8.0-2
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.  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 <[email protected]>,
            Emilio Pozuelo Monfort <[email protected]>
 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                                       [[email protected]]


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to