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

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Mon Aug 28 20:01:50 UTC 2017


The following commit has been merged in the master branch:
commit 7261918e12fea1afd03bf0cdef78ca0d19be8e57
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Aug 28 21:47:23 2017 +0200

    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 bfbc97b..89f1bab 100644
--- a/debian/control
+++ b/debian/control
@@ -6,10 +6,7 @@ Uploaders: Free Ekanayaka <freee at debian.org>,
            Benjamin Drung <bdrung at debian.org>,
            David Henningsson <diwic at ubuntu.com>
 Standards-Version: 4.1.0
-Build-Depends: autoconf,
-               automake,
-               debhelper (>= 9.20151219),
-               dh-autoreconf,
+Build-Depends: debhelper (>= 10),
                gettext,
                libasound2-dev [linux-any],
                libavcodec-dev (>= 6:0.8),
diff --git a/debian/rules b/debian/rules
index 768610f..9bdb60e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ configure_flags := \
 	$(NULL)
 
 %:
-	dh $@ --parallel --with autoreconf
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(configure_flags)

-- 
Audacity debian packaging



More information about the pkg-multimedia-commits mailing list