[SCM] easytag/master: Use debhelper compat 11

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Tue Jan 2 23:16:04 UTC 2018


The following commit has been merged in the master branch:
commit 05a295ea880f63d5994c579e1607b18ab9d61998
Author: James Cowgill <jcowgill at debian.org>
Date:   Tue Jan 2 22:52:03 2018 +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 23ed31f..71df8a4 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,8 @@ Uploaders:
  David King <amigadave at amigadave.com>
 Build-Depends:
  appstream-util (>= 0.3.4),
- debhelper (>= 9.20141221~),
+ debhelper (>= 11~),
  desktop-file-utils,
- dh-autoreconf,
  docbook-xml,
  docbook-xsl,
  gettext,
diff --git a/debian/rules b/debian/rules
index ce0f956..82ec0e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
-	dh $@ --parallel --with=autoreconf
+	dh $@
 
 override_dh_autoreconf:
 	dh_autoreconf --as-needed

-- 
easytag packaging



More information about the pkg-multimedia-commits mailing list