Package: libbluray
Version: 1:0.4.0-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: autoreconf

Hi,

The ppc64el port requires a patch to libtool.m4
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726404), which
requires autoreconfing a bunch of packages to pick it up.  libbluray
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 libbluray-0.4.0/debian/control libbluray-0.4.0/debian/control
--- libbluray-0.4.0/debian/control      2014-02-04 18:09:16.000000000 +0000
+++ libbluray-0.4.0/debian/control      2014-02-04 18:31:26.000000000 +0000
@@ -8,6 +8,7 @@
  Reinhard Tartler <[email protected]>,
  Alessio Treglia <[email protected]>
 Build-Depends: debhelper (>= 8.1.3~),
+               dh-autoreconf,
                pkg-config,
                javahelper,
                default-jdk [linux-any],
diff -Nru libbluray-0.4.0/debian/rules libbluray-0.4.0/debian/rules
--- libbluray-0.4.0/debian/rules        2013-10-05 13:41:08.000000000 +0100
+++ libbluray-0.4.0/debian/rules        2014-02-04 18:31:04.000000000 +0000
@@ -25,10 +25,10 @@
 
 ifneq (,$(findstring linux,$(DEB_BUILD_ARCH_OS)))
 %:
-       dh $@ --parallel --with javahelper
+       dh $@ --parallel --with javahelper,autoreconf
 else
 %:
-       dh $@ --parallel
+       dh $@ --parallel --with autoreconf
 endif
 
 override_dh_auto_configure:

Thanks,

-- 
Colin Watson                                       [[email protected]]


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

Reply via email to