[osmium-tool] 10/11: Enable verbose build output.

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 8186eaaaee6b6284a64f5f3212f261c4dbb8eaa8
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Mar 11 21:30:29 2015 +0100

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

diff --git a/debian/rules b/debian/rules
index 9861256..e4696e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,12 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+# Verbose make output
+export VERBOSE=1
+
 %:
 	dh $@
 
+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