[SCM] gerbera/master: Use debhelper compat 10
jcowgill at users.alioth.debian.org
jcowgill at users.alioth.debian.org
Sat Sep 23 17:48:13 UTC 2017
The following commit has been merged in the master branch:
commit eb0fbe60e0733da35f594f9a22d86b55715ecd75
Author: James Cowgill <jcowgill at debian.org>
Date: Thu Jun 1 09:01:42 2017 +0100
Use debhelper 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 534dbf6..0b3da31 100644
--- a/debian/control
+++ b/debian/control
@@ -7,9 +7,7 @@ Uploaders:
Sven Mueller <sven at debian.org>,
Hector Oron <zumbi at debian.org>
Build-Depends:
- debhelper (>= 9~),
- dh-autoreconf,
- dh-systemd,
+ debhelper (>= 10),
libavformat-dev (>= 6:10~),
libavutil-dev (>= 6:10~),
libcurl4-gnutls-dev | libcurl4-openssl-dev,
diff --git a/debian/rules b/debian/rules
index b88f1a8..ecb04c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,7 +51,7 @@ override_dh_strip:
dh_strip --dbg-package=mediatomb-dbg
%:
- dh $@ --with autoreconf,systemd
+ dh $@
get-orig-source:
sh debian/get-git-source.sh
--
gerbera packaging
More information about the pkg-multimedia-commits
mailing list