This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch master in repository qgis.
commit b19c25df10e960e14ea1b3b591a905c63cf558b1 Author: Bas Couwenberg <sebas...@xs4all.nl> Date: Fri Feb 14 03:23:33 2014 +0100 Use cmake -DCMAKE_VERBOSE_MAKEFILE=1 instead of make flags. --- debian/changelog | 1 + debian/rules | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9eadfcd..5f97028 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,7 @@ qgis (2.0.1-2) UNRELEASED; urgency=low Thanks to Andreas Beckmann for the assistance. (closes: #738273) * Also build osgEarth globe plugin. + * Use cmake -DCMAKE_VERBOSE_MAKEFILE=1 instead of make flags. -- Bas Couwenberg <sebas...@xs4all.nl> Fri, 31 Jan 2014 19:42:03 +0100 diff --git a/debian/rules b/debian/rules index 3d5d50f..2555336 100755 --- a/debian/rules +++ b/debian/rules @@ -32,6 +32,7 @@ GRASS_ABI=$(subst .,,$(shell pkg-config --modversion grass|sed -e "s/\.//g" -e " GRASS=grass$(subst .,,$(shell pkg-config --modversion grass|cut -d. -f1,2)) CMAKE_OPTS := \ + -DCMAKE_VERBOSE_MAKEFILE=1 \ -DGRASS_PREFIX=/usr/lib/grass64 \ -DCMAKE_INSTALL_PREFIX=/usr \ -DBINDINGS_GLOBAL_INSTALL=TRUE \ @@ -55,8 +56,6 @@ endif CMAKE_OPTS += -DENABLE_TESTS=FALSE #endif -MAKEFLAGS += VERBOSE=YES - DEB_BUILD_MULTIARCH ?= $(shell dpkg-architecture -qDEB_BUILD_MULTIARCH) QT_PLUGIN_DIR = usr/lib/$(DEB_BUILD_MULTIARCH)/qt4/plugins -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/qgis.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel