[SCM] libbdplus/master: Bump debhelper compat to 10

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Mon Oct 10 18:49:58 UTC 2016


The following commit has been merged in the master branch:
commit 2090b2e220692bbcf7c99c292ed6c501e0c84c67
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Oct 10 20:46:38 2016 +0200

    Bump debhelper 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 3e5cf59..406a5d0 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Dylan Aïssi <bob.dybian at gmail.com>,
  Sebastian Ramacher <sramacher at debian.org>
 Build-Depends:
- debhelper (>= 9.20160114),
+ debhelper (>= 10),
  dh-autoreconf,
  pkg-config,
  libgcrypt20-dev,
diff --git a/debian/rules b/debian/rules
index 5bb215c..43f63e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel --with autoreconf
+	dh $@
 
 override_dh_strip:
 	dh_strip --dbgsym-migration='libbdplus0-dbg (<< 0.1.2-2~)'

-- 
libbdplus packaging



More information about the pkg-multimedia-commits mailing list