Bug#737652: libbluray: use dh-autoreconf for better new-port coverage
Colin Watson
cjwatson at ubuntu.com
Tue Feb 4 18:43:37 UTC 2014
Package: libbluray
Version: 1:0.4.0-1
Severity: normal
Tags: patch
User: debian-devel at lists.debian.org
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 <siretart at tauware.de>,
Alessio Treglia <alessio at debian.org>
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 [cjwatson at ubuntu.com]
More information about the pkg-multimedia-maintainers
mailing list