[SCM] libyami/master: Bump to debhelper compat 10
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Wed Nov 9 19:56:27 UTC 2016
The following commit has been merged in the master branch:
commit 3558455a467f5ebe4a66c9a2245c2393133bd47c
Author: Sebastian Ramacher <sebastian at ramacher.at>
Date: Wed Nov 9 20:46:58 2016 +0100
Bump to 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 eb7641c..51de50d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
Uploaders: Xu Guagnxin <Guangxin.Xu at intel.com>, Sebastian Ramacher <sramacher at debian.org>
Build-Depends:
- debhelper (>= 9),
- dh-autoreconf,
+ debhelper (>= 10),
automake (>= 1:1.3.2),
pkg-config,
libx11-dev,
diff --git a/debian/rules b/debian/rules
index a396dca..9c06af7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ confflags = --disable-h265dec
# main packaging script based on dh7 syntax
%:
- dh $@ --parallel --with autoreconf
+ dh $@
override_dh_auto_configure:
dh_auto_configure -- $(confflags)
--
libyami packaging
More information about the pkg-multimedia-commits
mailing list