[libosmium] 03/12: Enable verbose build output.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Mar 6 23:21:18 UTC 2015


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

sebastic pushed a commit to branch master
in repository libosmium.

commit 178efd72ac979fa62f85841c99d615f1d2f3c9a3
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Mar 6 18:23:39 2015 +0100

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

diff --git a/debian/rules b/debian/rules
index 6f059c0..6f47230 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,9 +2,15 @@
 
 # DH_VERBOSE := 1
 
+# Verbose make output
+export VERBOSE=1
+
 %:
 	dh $@ --parallel
 
+override_dh_auto_configure:
+	dh_auto_configure -- -DCMAKE_VERBOSE_MAKEFILE=1
+
 get-orig-source:
 	. debian/get-orig-source
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libosmium.git



More information about the Pkg-grass-devel mailing list