[osmium-tool] 11/11: Explicitly use CMake build system, also enable parallel builds.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Wed Mar 11 21:36:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository osmium-tool.
commit 320e7c92fcb8024f4f2cedb17c0f4a7f50a45995
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Wed Mar 11 21:52:26 2015 +0100
Explicitly use CMake build system, also enable parallel builds.
---
debian/rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index e4696e1..7408171 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,8 @@
export VERBOSE=1
%:
- dh $@
+ dh $@ --buildsystem cmake \
+ --parallel
override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_VERBOSE_MAKEFILE=1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmium-tool.git
More information about the Pkg-grass-devel
mailing list