[forge] 11/14: Upgrade packaging to debhelper 10

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Dec 21 19:36:13 UTC 2016


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

ghisvail-guest pushed a commit to branch master
in repository forge.

commit 90831a25157df9b64f640b0dd1864ed47f0eb607
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Dec 21 19:14:20 2016 +0000

    Upgrade packaging to debhelper 10
---
 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 93c2434..9a1666a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Ghislain Antony Vaillant <ghisvail at gmail.com>
 Section: libs
 Priority: optional
 Build-Depends: cmake (>= 3.0),
-               debhelper (>= 9),
+               debhelper (>= 10),
                libfontconfig1-dev,
                libfreeimage-dev,
                libfreetype6-dev,
diff --git a/debian/rules b/debian/rules
index 4b5d1e4..4ab035f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ BUILD_OPTIONS = -DBUILD_EXAMPLES=OFF \
 	-DUSE_SYSTEM_GLBINDING=ON
 
 %:
-	dh $@ --parallel
+	dh $@
 
 override_dh_auto_configure-arch:
 	dh_auto_configure -- $(BUILD_OPTIONS) -DBUILD_DOCUMENTATION=OFF

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



More information about the debian-science-commits mailing list