[SCM] libbluray/master: Build with dh-autoreconf

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Feb 9 01:14:03 UTC 2014


The following commit has been merged in the master branch:
commit eae086e5fefa1ab7a80377f2109596db898c6915
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sat Feb 8 22:33:00 2014 +0100

    Build with dh-autoreconf
    
    Thanks to Colin Watson for the patch.
    
    Closes: #737652

diff --git a/debian/control b/debian/control
index 3dc143a..32d5db1 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Uploaders: Andres Mejia <amejia at debian.org>,
  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 --git a/debian/rules b/debian/rules
index d236f6c..1c835bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,10 +25,10 @@ CFLAGS=$(shell dpkg-buildflags --get CFLAGS 2>/dev/null | sed -e 's/-O2//g')
 
 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:

-- 
libbluray packaging



More information about the pkg-multimedia-commits mailing list