The following commit has been merged in the master branch:
commit a84a752f44f5ef6f3dd9a64d86d97cd05f2bc2a5
Author: David Paleino <[email protected]>
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
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel