[SCM] mapnik branch, master, updated. debian/2.0.0+ds1-1-3-g492f3a1

David Paleino dapal at debian.org
Tue Oct 25 08:00:10 UTC 2011


The following commit has been merged in the master branch:
commit 492f3a17ab79966312fad7143675d4010f0bf3e9
Author: David Paleino <dapal at debian.org>
Date:   Tue Oct 25 09:58:41 2011 +0200

    Rewrap debian/rules

diff --git a/debian/rules b/debian/rules
index 1d23a82..456a373 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,12 +15,15 @@ SCONS_FLAGS += XMLPARSER=libxml2
 SCONS_FLAGS += PREFIX=/usr LIB_DIR_NAME=/mapnik/2.0
 
 override_dh_auto_configure:
-	scons $(SCONS_FLAGS) CCFLAGS="$(CFLAGS)" configure
+	scons $(SCONS_FLAGS) \
+		CCFLAGS="$(CFLAGS)" \
+		configure
 
 override_dh_auto_build:
 	set -e; \
 	for py in $(shell pyversions -r); do \
-		scons $(SCONS_FLAGS) PYTHON=/usr/bin/$$py ; \
+		scons $(SCONS_FLAGS) \
+			PYTHON=/usr/bin/$$py ; \
 	done
 
 override_dh_prep:
@@ -28,7 +31,11 @@ override_dh_prep:
 
 override_dh_auto_install:
 	for py in $(shell pyversions -r); do \
-		scons $(SCONS_FLAGS) CCFLAGS="$(CFLAGS)" PYTHON=/usr/bin/$$py DESTDIR=$(CURDIR)/debian/tmp install ; \
+		scons $(SCONS_FLAGS) \
+			CCFLAGS="$(CFLAGS)" \
+			PYTHON=/usr/bin/$$py \
+			DESTDIR=$(CURDIR)/debian/tmp \
+			install ; \
 	done
 
 override_dh_install:

-- 
C++/Python toolkit for developing GIS applications



More information about the Pkg-grass-devel mailing list