[SCM] idjc/master: Bump dh compat to 10

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Thu Dec 14 19:25:44 UTC 2017


The following commit has been merged in the master branch:
commit ee6a5efb94938532c4cd114868acebc7a6c8407d
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Thu Dec 14 20:20:54 2017 +0100

    Bump dh compat to 10

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 400cf6f..296e1b2 100644
--- a/debian/control
+++ b/debian/control
@@ -7,9 +7,8 @@ Uploaders:
  Reinhard Tartler <siretart at tauware.de>,
  Alessio Treglia <alessio at debian.org>
 X-Python-Version: >= 2.6
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
  autopoint,
- dh-autoreconf,
  dh-python,
  libavcodec-dev,
  libavformat-dev,
diff --git a/debian/rules b/debian/rules
index 3cbaff1..8c6c574 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel --with python2,autoreconf
+	dh $@ --with python2
 
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-rpath --disable-static --libexecdir=/usr/bin --libdir=/usr/lib

-- 
idjc packaging



More information about the pkg-multimedia-commits mailing list