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

mattia at users.alioth.debian.org mattia at users.alioth.debian.org
Sat Nov 4 21:06:36 UTC 2017


The following commit has been merged in the master branch:
commit eb2b81faed74b743339f15d38816ca979ee3fea8
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sat Nov 4 21:55:27 2017 +0100

    Bump debhelper compat level to 10
    
    + Drop --parallel, now default
    
    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 ef31d17..a62d199 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Benjamin Drung <bdrung at debian.org>,
            Alessio Treglia <alessio at debian.org>
-Build-Depends: cmake (>= 2.8), debhelper (>= 9)
+Build-Depends: cmake (>= 2.8), debhelper (>= 10)
 Standards-Version: 3.9.8
 Homepage: http://sourceforge.net/projects/soxr/
 Testsuite: autopkgtest
diff --git a/debian/rules b/debian/rules
index 2c9de24..9b2c1ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ CONFIGURE_FLAGS += -DBUILD_TESTS=0 -DBUILD_EXAMPLES=1
 endif
 
 %:
-	dh $@ --parallel
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(CONFIGURE_FLAGS)

-- 
libsoxr packaging



More information about the pkg-multimedia-commits mailing list