[SCM] mapnik branch, master, updated. debian/0.7.1-5-25-g8743fac
David Paleino
dapal at debian.org
Tue Oct 4 14:52:37 UTC 2011
The following commit has been merged in the master branch:
commit a84a752f44f5ef6f3dd9a64d86d97cd05f2bc2a5
Author: David Paleino <dapal at debian.org>
Date: Tue Oct 4 13:54:05 2011 +0200
Much too verbose :)
diff --git a/debian/rules b/debian/rules
index f7d3afe..f701f98 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,13 +15,13 @@ SCONS_FLAGS += XMLPARSER=libxml2
SCONS_FLAGS += PREFIX=/usr LIB_DIR_NAME=/mapnik/2.0
override_dh_auto_configure:
- scons $(SCONS_FLAGS) CCFLAGS="$(CFLAGS)" configure --debug=explain
+ scons $(SCONS_FLAGS) CCFLAGS="$(CFLAGS)" configure
# dh_auto_configure
override_dh_auto_build:
set -e; \
for py in $(shell pyversions -r); do \
- scons $(SCONS_FLAGS) PYTHON=/usr/bin/$$py --debug=explain ; \
+ scons $(SCONS_FLAGS) PYTHON=/usr/bin/$$py ; \
done
# dh_auto_build
@@ -31,7 +31,7 @@ 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 --debug=explain ; \
+ 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