[SCM] kodi/master: Bump debhelper compat level to 10

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Mon Jan 23 10:43:20 UTC 2017


The following commit has been merged in the master branch:
commit 3854c52cb8f864174198941e12397ef747e6f9fa
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Wed Jan 18 16:05:25 2017 +0100

    Bump debhelper compat level to 10
    
    Remove --parallel and --with autoreconf since those are now defaults

diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index d79b003..2a75cb0 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: autoconf,
  autotools-dev,
  cmake,
  curl,
- debhelper (>= 9~),
+ debhelper (>= 10~),
  default-jre,
  dh-autoreconf,
  dh-python,
diff --git a/debian/rules b/debian/rules
index c1bd116..d27c831 100755
--- a/debian/rules
+++ b/debian/rules
@@ -76,7 +76,7 @@ show-kodi-config-options:
 	$(info $(KODI_CONFIG_OPTIONS))
 
 %:
-	dh $@ --with autoreconf --with python2 --parallel
+	dh $@ --with python2
 
 override_dh_clean:
 	dh_clean libtool xbmc/config.h xbmc/stamp-h1

-- 
kodi packaging



More information about the pkg-multimedia-commits mailing list