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

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Jan 15 19:31:53 UTC 2017


The following commit has been merged in the master branch:
commit 96c35783f2158de6efa5e0add2a4e801da18e701
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Jan 15 20:07:54 2017 +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 4c0b626..a0528c7 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Robin Gareus <robin at gareus.org>,
  Jaromír Mikeš <mira.mikes at seznam.cz>
 Build-Depends:
- debhelper (>= 9~),
+ debhelper (>= 10),
  libavcodec-dev (>= 6:10~),
  libavformat-dev (>= 6:10~),
  libjpeg-dev,
diff --git a/debian/rules b/debian/rules
index 26bc69b..271608f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 upstream_version ?= $(shell dpkg-parsechangelog | sed -rne 's/^Version: ([0-9.]+)(\+dfsg\d+)?.*$$/\1/p')
 
 %:
-	dh $@ -Smakefile --parallel
+	dh $@ -Smakefile
 
 override_dh_auto_build:
 	dh_auto_build -- \

-- 
harvid packaging



More information about the pkg-multimedia-commits mailing list