[SCM] zam-plugins/master: Set dh/compat 10.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Tue Dec 27 10:57:21 UTC 2016
The following commit has been merged in the master branch:
commit ce3de75c835aee01897c895915aa991564c7461a
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Tue Dec 27 11:38:19 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 4939257..7c5d376 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
Jaromír Mikeš <mira.mikes at seznam.cz>,
Adrian Knoth <adi at drcomp.erfurt.thur.de>
Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 10),
pkg-config,
# lv2-dev,
ladspa-sdk,
diff --git a/debian/rules b/debian/rules
index a650aa5..d1d957f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p')
noopt = $(if $(filter amd64,$(DEB_HOST_ARCH)),NOOPT=false,NOOPT=true)
%:
- dh $@ --parallel
+ dh $@
override_dh_auto_clean:
--
zam-plugins packaging
More information about the pkg-multimedia-commits
mailing list