[teem] 04/07: Bump debhelper compat level to 10.

Mattia Rizzolo mattia at debian.org
Sun Apr 2 19:52:49 UTC 2017


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

mattia pushed a commit to branch master
in repository teem.

commit 2392f3ac06fc6f37bcb550357ad842ab5c988c11
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sun Apr 2 21:39:04 2017 +0200

    Bump debhelper compat level to 10.
    
    + --parallel is now the 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 f51b991..bf68475 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.
 Uploaders: Dominique Belhachemi <domibel at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
                cmake,
                zlib1g-dev,
                libpng-dev,
diff --git a/debian/rules b/debian/rules
index 00b38e6..8c221b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ endif
 
 
 %:
-	dh $@ --parallel
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(CMAKE_EXTRA_FLAGS)

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



More information about the debian-science-commits mailing list