[opencv] 01/02: Bump debhelper compat level to 10

Mattia Rizzolo mattia at debian.org
Wed Oct 18 09:30:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository opencv.

commit bb25b59a05f865ce40404add020d40c68f3ad92e
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed Oct 18 10:41:59 2017 +0200

    Bump debhelper compat level to 10
    
    + Drop --parallel, now default.
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 debian/rules   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

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 7d2bd92..0645a0d 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
 # specifically include dbus-x11 to temporary work around #878878
 # and allow apt on !linux to satisfy the build-deps
  dbus-x11 [!linux-any],
- debhelper (>= 9),
+ debhelper (>= 10),
  default-jdk,
  dh-python,
  doxygen,
diff --git a/debian/rules b/debian/rules
index 3d8e803..231050d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -82,7 +82,7 @@ CMAKE_FLAGS = \
 	$(CMAKE_ARCH_FLAGS)
 
 %:
-	dh $@ --with python2,python3,javahelper --parallel
+	dh $@ --with python2,python3,javahelper
 
 override_dh_clean:
 	rm -rvf modules/python/src2/hdr_parser.pyc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git



More information about the debian-science-commits mailing list