diff -Nru mapnik-3.0.8+ds/debian/changelog mapnik-3.0.8+ds/debian/changelog --- mapnik-3.0.8+ds/debian/changelog 2015-10-24 12:07:03.000000000 +0000 +++ mapnik-3.0.8+ds/debian/changelog 2015-11-08 09:25:44.000000000 +0000 @@ -1,3 +1,9 @@ +mapnik (3.0.8+ds-1+rpi1) stretch-staging; urgency=medium + + * Disable paralell builds on armhf, we seem to have a resource exhaustion issue. + + -- Peter Michael Green Sun, 08 Nov 2015 00:23:35 +0000 + mapnik (3.0.8+ds-1) unstable; urgency=medium * New upstream release. diff -Nru mapnik-3.0.8+ds/debian/rules mapnik-3.0.8+ds/debian/rules --- mapnik-3.0.8+ds/debian/rules 2015-10-24 11:51:18.000000000 +0000 +++ mapnik-3.0.8+ds/debian/rules 2015-11-08 09:25:31.000000000 +0000 @@ -12,7 +12,7 @@ DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) # Disable parallel builds for problematic architectures -ifneq (,$(findstring $(DEB_HOST_ARCH),"arm64 armel")) +ifneq (,$(findstring $(DEB_HOST_ARCH),"arm64 armel armhf")) NJOBS = -j1 endif