[SCM] soundtouch/master: Use debhelper compat 11
jcowgill at users.alioth.debian.org
jcowgill at users.alioth.debian.org
Wed Dec 27 16:58:28 UTC 2017
The following commit has been merged in the master branch:
commit 234902a2c6824d7b3e9fc389d1b6ad71e3bedf7a
Author: James Cowgill <jcowgill at debian.org>
Date: Mon Dec 18 18:52:46 2017 +0000
Use debhelper compat 11
diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index b776c5a..7951f7b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Section: libs
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
Uploaders: Miguel A. Colón Vélez <debian.micove at gmail.com>
Build-Depends:
- debhelper (>= 9),
- dh-autoreconf
+ debhelper (>= 11),
Standards-Version: 3.9.6
Homepage: http://www.surina.net/soundtouch/
Vcs-Git: git://anonscm.debian.org/pkg-multimedia/soundtouch.git
diff --git a/debian/rules b/debian/rules
index beb43ad..75695c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,4 +20,4 @@ override_dh_makeshlibs:
dh_makeshlibs -plibsoundtouch1 -V 'libsoundtouch1 (>= 1.9.2)'
%:
- dh $@ --parallel --with autoreconf
+ dh $@
--
soundtouch packaging
More information about the pkg-multimedia-commits
mailing list