[osmcoastline] 05/12: Enable verbose CMake build output.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Mar 13 15:51:44 UTC 2015


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

sebastic pushed a commit to branch master
in repository osmcoastline.

commit 8f84a0de5c68d9c90e345e3cadab6ac49146c345
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Mar 11 22:43:26 2015 +0100

    Enable verbose CMake build output.
---
 debian/rules | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 9fab24f..9dd147d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,5 +3,9 @@
 # DH_VERBOSE := 1
 
 %:
-	dh $@ --parallel
+	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/osmcoastline.git



More information about the Pkg-grass-devel mailing list