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

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Wed Nov 16 19:46:18 UTC 2016


The following commit has been merged in the master branch:
commit f9720441dc0a43094bfb4a8ae065269e34659a3c
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Wed Nov 16 20:41:24 2016 +0100

    Bump debhelper 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 3d602f6..43c8284 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Sebastian Ramacher <sramacher at debian.org>
 Build-Depends:
- debhelper (>= 9.20151219),
- dh-autoreconf
+ debhelper (>= 10)
 Build-Depends-Indep:
  doxygen,
  graphviz
diff --git a/debian/rules b/debian/rules
index 834b4dc..eedd5ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export V=1
 export DEB_CPPFLAGS_MAINT_APPEND=-DNDEBUG
 
 %:
-	dh $@ --parallel --with autoreconf
+	dh $@
 
 override_dh_auto_clean-indep:
 	rm -rf docs

-- 
libdiscid packaging



More information about the pkg-multimedia-commits mailing list