[SCM] mapnik branch, master, updated. debian/0.7.1-4-1-g2002dcd
David Paleino
dapal at debian.org
Thu May 5 07:27:09 UTC 2011
The following commit has been merged in the master branch:
commit 2002dcd01819de48678dd41d195153312a041813
Author: David Paleino <dapal at debian.org>
Date: Thu May 5 09:25:55 2011 +0200
Correctly trap errors in debian/rules, thanks to Jakub Wilk (Closes: #625667)
diff --git a/debian/changelog b/debian/changelog
index ceeba20..d072f53 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mapnik (0.7.1-5) UNRELEASED; urgency=low
+
+ * Correctly trap errors in debian/rules, thanks to Jakub Wilk
+ (Closes: #625667)
+
+ -- David Paleino <dapal at debian.org> Thu, 05 May 2011 09:25:24 +0200
+
mapnik (0.7.1-4) unstable; urgency=low
* 04-port_to_new_boost.patch fixes FTBFS with newer Boost::Filesystem,
diff --git a/debian/rules b/debian/rules
index 067d3c2..b8c089c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,7 @@ override_dh_auto_configure:
dh_auto_configure
override_dh_auto_build:
+ set -e; \
for py in $(shell pyversions -r); do \
scons $(SCONS_FLAGS) PYTHON=/usr/bin/$$py ; \
done
--
C++/Python toolkit for developing GIS applications
More information about the Pkg-grass-devel
mailing list