[SCM] jack-audio-connection-kit/master: Bump debhelper compat level to 10

mattia at users.alioth.debian.org mattia at users.alioth.debian.org
Wed Nov 8 16:45:59 UTC 2017


The following commit has been merged in the master branch:
commit 49bd0c196b8cf033fb522d772e27a7abec289218
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed Nov 8 17:02:17 2017 +0100

    Bump debhelper compat level to 10
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>

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 e3f2972..e3b8adf 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
  libtool,
  automake,
  autoconf,
- debhelper,
+ debhelper (>= 10),
  bash-completion,
  d-shlibs,
  dh-exec,
diff --git a/debian/rules b/debian/rules
index 1c244b3..7724d42 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,7 @@ DEB_CFLAGS_MAINT_APPEND += -m3dnow -msse
 endif
 
 %:
-	dh $@ --parallel --with bash-completion -Sautoconf
+	dh $@ --with bash-completion -Sautoconf
 
 override_dh_auto_configure:
 	./autogen.sh

-- 
Debian packaging for jack-audio-connection-kit



More information about the pkg-multimedia-commits mailing list