[SCM] mapcache branch, master, updated. upstream/1.0.0-68-g9093d48

Bas Couwenberg sebastic at xs4all.nl
Sun Sep 15 22:25:14 UTC 2013


The following commit has been merged in the master branch:
commit 9093d4837055cfbc44921cf4930b577b2df25312
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Sep 16 00:25:03 2013 +0200

    Enable verbose make output.

diff --git a/debian/changelog b/debian/changelog
index d9a0c80..8beac66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ mapcache (1.1dev+ee206af-1) UNRELEASED; urgency=low
   * Add patch to support building with mapserver.
   * SONAME of libmapcache changed from libmapcache.so.0 to
     libmapcache.so.
+  * Enable verbose make output.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Wed, 11 Sep 2013 19:16:06 +0200
 
diff --git a/debian/rules b/debian/rules
index d56765d..f90d75b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,6 +30,8 @@ CFLAGS+=$(LDFLAGS)
 
 MAPCACHE_VERSION = $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p' | sed -e 's/^\(.*\)~.*/\1/' | sed -e 's/dev.*/.0/')
 
+MAKE_VERBOSE=1
+
 COMMON_CONFIG = -DCMAKE_INSTALL_PREFIX=/usr \
 		-DWITH_PIXMAN=1 \
 		-DWITH_SQLITE=1 \
@@ -70,13 +72,13 @@ override_dh_auto_build:
 	-docbook2x-man $(CURDIR)/debian/mapcache_seed.1.xml
 	-mv mapcache_seed.1 $(CURDIR)/debian/
 
-	cd build && $(MAKE)
+	$(MAKE) -C build VERBOSE=$(MAKE_VERBOSE)
 
 	# Listing files after dh_auto_build
 	find $(CURDIR) -type f | sort
 
 override_dh_auto_install:
-	cd build && $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+	$(MAKE) -C build install DESTDIR=$(CURDIR)/debian/tmp VERBOSE=$(MAKE_VERBOSE)
 
 	# Listing files after dh_auto_install
 	find $(CURDIR) -type f | sort

-- 
Packaging for MapCache



More information about the Pkg-grass-devel mailing list