[SCM] din/master: Use debhelper compat 10
jcowgill at users.alioth.debian.org
jcowgill at users.alioth.debian.org
Mon Dec 5 20:41:42 UTC 2016
The following commit has been merged in the master branch:
commit 45231ad80dfe365f36cf4aab3be2157f6eb6b344
Author: James Cowgill <jcowgill at debian.org>
Date: Mon Dec 5 18:24:16 2016 +0000
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 a90c546..3ec7907 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,7 @@ Uploaders:
Alessio Treglia <alessio at debian.org>,
Edward Wang <edward.c.wang at compdigitec.com>
Build-Depends:
- debhelper (>= 9~),
- dh-autoreconf,
+ debhelper (>= 10),
docbook-to-man,
libfftw3-dev,
libgl1-mesa-dev,
diff --git a/debian/rules b/debian/rules
index 7f227c0..d0f6081 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --parallel --with autoreconf
+ dh $@
override_dh_installman:
dh_installman debian/din.1
--
din packaging
More information about the pkg-multimedia-commits
mailing list