[SCM] qsynth/master: Set dh/compat 10.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Nov 14 23:03:14 UTC 2016


The following commit has been merged in the master branch:
commit 440e76ff090830b9b0de34fe2d6641655f2c28a9
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Nov 14 23:57:26 2016 +0100

    Set dh/compat 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 2e8fd35..039c27c 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders:
  Jaromír Mikeš <mira.mikes at seznam.cz>
 Build-Depends:
  cmake,
- debhelper (>= 9),
+ debhelper (>= 10),
  pkg-config,
  dh-autoreconf,
  qtbase5-dev,
diff --git a/debian/rules b/debian/rules
index ef68d36..6577baa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export QT_SELECT=qt5
 
 %:
-	dh $@ --parallel --with autoreconf
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-debug

-- 
qsynth packaging



More information about the pkg-multimedia-commits mailing list