[globjects] 03/06: Upgrade packaging to debhelper 10.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Nov 21 17:02:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/master
in repository globjects.
commit af34bd08edfdb8507701f11659f9268ea9f7a675
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Sun Nov 20 22:41:00 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 6a7c1a1..90b604b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: libs
Testsuite: autopkgtest
Priority: optional
Build-Depends: cmake (>= 3.0),
- debhelper (>= 9),
+ debhelper (>= 10),
libglbinding-dev,
libglm-dev
Build-Depends-Indep: doxygen
diff --git a/debian/rules b/debian/rules
index 5eb3997..4b78d2b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ BUILD_OPTIONS += -DOPTION_BUILD_TESTS=OFF
endif
%:
- dh $@ --parallel --buildsystem=cmake
+ dh $@ --buildsystem=cmake
override_dh_auto_configure-arch:
dh_auto_configure -- $(BUILD_OPTIONS) -DOPTION_BUILD_DOCS=OFF
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/globjects.git
More information about the debian-science-commits
mailing list