[med-svn] [fw4spl] 01/01: debhelper 10 (which enables parallel build as default)
Flavien Bridault
fbridault-guest at moszumanska.debian.org
Thu Nov 24 10:01:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
fbridault-guest pushed a commit to branch master
in repository fw4spl.
commit 6aeeff14d81f68e6e4f45fd1274df1b36e8906f3
Author: Flavien Bridault <fbridault at ircad.fr>
Date: Thu Nov 24 10:30:50 2016 +0100
debhelper 10 (which enables parallel build as default)
---
debian/changelog | 2 +-
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d530761..e52e08b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,7 +14,7 @@ fw4spl (0.11.0.2-1) UNRELEASED; urgency=medium
* Removed Corentin Desfarges as Uploader
* Added myself as Uploader
* d/watch: Moved to official fw4spl fork
- * d/rules: Enabled parallel build. Closes: #797475.
+ * debhelper 10 (which enables parallel build as default). Closes: #797475.
* d/control: Updated dependencies
* cme fix dpkg-control
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 b32e330..6b89ec9 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Flavien Bridault <fbridault at ircad.fr>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
cmake (>= 2.8.11),
libboost-all-dev,
zlib1g-dev,
diff --git a/debian/rules b/debian/rules
index 2c59819..8b4d982 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
%:
- dh $@ --parallel
+ dh $@
override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE -DDEBIAN_INSTALL=ON -DUSE_SYSTEM_LIB=ON -DPROJECTS_TO_BUILD="VRRender" -DPROJECTS_TO_INSTALL="VRRender" -DCMAKE_INSTALL_RPATH="/usr/lib/fw4spl" -Wno-dev
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/fw4spl.git
More information about the debian-med-commit
mailing list