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

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Fri Aug 18 14:16:45 UTC 2017


The following commit has been merged in the master branch:
commit c0daf369e6f4205d19022a5913d6dbebf3a6624e
Author: Felipe Sateler <fsateler at debian.org>
Date:   Thu Aug 10 20:13:39 2017 -0400

    Bump debhelper compat to 10
    
    Drop autoreconf dependencies, since they are now implied

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 4aae99a..b3f7386 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,7 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
 Uploaders: Felipe Sateler <fsateler at debian.org>
 Section: libs
 Priority: optional
-Build-Depends: autotools-dev,
-               dh-autoreconf,
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
                dh-buildinfo,
                doxygen
 Standards-Version: 3.9.8
diff --git a/debian/rules b/debian/rules
index a9ccf68..d3ae350 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ include /usr/share/dpkg/default.mk
 
 .PHONY: build
 %:
-	dh $@ --with buildinfo,autoreconf --parallel
+	dh $@ --with buildinfo --parallel
 
 build: build-arch
 

-- 
liblo packaging



More information about the pkg-multimedia-commits mailing list