[double-conversion] 01/01: Bump debhelper compat level to 10

Mattia Rizzolo mattia at debian.org
Sun Oct 30 17:46:55 UTC 2016


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

mattia pushed a commit to branch master
in repository double-conversion.

commit 66d1e239a3ab4423b97cd9074f83dc82189cd280
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sun Oct 30 17:46:45 2016 +0000

    Bump debhelper compat level to 10
    
    + --parallel is now default.
---
 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 cb0ae7d..5d3fbda 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: double-conversion
 Priority: extra
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Sébastien Villemot <sebastien at debian.org>
-Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9), dh-exec
+Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 10), dh-exec
 Standards-Version: 3.9.6
 Section: libs
 Homepage: https://github.com/floitsch/double-conversion
diff --git a/debian/rules b/debian/rules
index 2f0c291..a126c32 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 endif
 
 %:
-	dh $@ --parallel
+	dh $@
 
 SO=1
 VERS=$(SO).0

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



More information about the debian-science-commits mailing list