[SCM] chromaprint/master: Bump debhelper compat to 10
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Sun Dec 18 21:05:35 UTC 2016
The following commit has been merged in the master branch:
commit 2fc6a8a90e3c768dc28274b1b8fc73ca3abf78b0
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Sun Dec 18 21:51:03 2016 +0100
Bump debhelper compat to 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 d091db0..fec770f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
Uploaders: Simon Chopin <chopin.simon at gmail.com>, Reinhard Tartler <siretart at tauware.de>
Build-Depends:
cmake,
- debhelper (>= 9),
+ debhelper (>= 10),
libavcodec-dev,
libavformat-dev,
libavresample-dev,
diff --git a/debian/rules b/debian/rules
index 325c6bd..a33b875 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ CONFIGURE_FLAGS += -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)"
#endif
%:
- dh $@ --parallel
+ dh $@
override_dh_auto_configure:
dh_auto_configure -- $(CONFIGURE_FLAGS)
--
packaging for chromaprint, an audio fingerprinting library
More information about the pkg-multimedia-commits
mailing list