[pgrouting] 07/11: Enable verbose make output.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Apr 8 01:18:44 UTC 2016


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

sebastic pushed a commit to branch master
in repository pgrouting.

commit f4c13edc271360bcae11701cef38060c927bf0fc
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Apr 8 01:36:26 2016 +0200

    Enable verbose make output.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2a779ea..4957fc5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ pgrouting (2.2.0-1) UNRELEASED; urgency=medium
     - Add license & copyright for CMake files by Kitware, Inc
   * Bump Standards-Version to 3.9.8, no changes.
   * Simplify file glob patterns in doc-base.
+  * Enable verbose make output.
 
  -- Bas Couwenberg <sebastic at debian.org>  Thu, 07 Apr 2016 16:20:56 +0200
 
diff --git a/debian/rules b/debian/rules
index b649cbd..930f10a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ include /usr/share/postgresql-common/pgxs_debian_control.mk
 override_dh_auto_configure:
 	set -e; \
 	for v in $$(pg_buildext supported-versions); do \
-		cmake -H. -Bbuild-$$v -DWITH_DOC=ON -DPOSTGRESQL_PG_CONFIG=/usr/lib/postgresql/$$v/bin/pg_config; \
+		cmake -H. -Bbuild-$$v -DWITH_DOC=ON -DPOSTGRESQL_PG_CONFIG=/usr/lib/postgresql/$$v/bin/pg_config -DCMAKE_VERBOSE_MAKEFILE=1; \
 	done
 
 override_dh_auto_build:

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



More information about the Pkg-grass-devel mailing list