Source: mapnik Version: 0.7.1-4 Severity: serious Justification: Policy 4.6 Tags: patch
mapnik doesn't trap errors correctly in debian/rules. See the attached patch and the log a build that should have failed:
https://buildd.debian.org/status/fetch.php?pkg=mapnik&arch=mips&ver=0.7.1-4&stamp=1304426331 (grep for "Segmentation fault") -- Jakub Wilk
diff -Nru mapnik-0.7.1/debian/rules mapnik-0.7.1/debian/rules --- mapnik-0.7.1/debian/rules 2010-11-15 16:04:57.000000000 +0100 +++ mapnik-0.7.1/debian/rules 2011-05-05 00:39:40.000000000 +0200 @@ -25,6 +25,7 @@ dh_auto_configure override_dh_auto_build: + set -e; \ for py in $(shell pyversions -r); do \ scons $(SCONS_FLAGS) PYTHON=/usr/bin/$$py ; \ done
_______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel