This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository mapnik.
commit 7d7dfe6d9bbb62fe8816145b14a85c6d94c644fd Author: Bas Couwenberg <[email protected]> Date: Wed Oct 14 22:42:35 2015 +0200 Fix typo in NJOBS variable for non parallel builds on arm64 & armel. --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 58a0395..230180a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mapnik (3.0.7+ds-4) UNRELEASED; urgency=medium + + * Fix typo in NJOBS variable for non parallel builds on arm64 & armel. + + -- Bas Couwenberg <[email protected]> Wed, 14 Oct 2015 22:40:05 +0200 + mapnik (3.0.7+ds-3) unstable; urgency=medium * Fix disabling of parallel builds on arm64 & armel. diff --git a/debian/rules b/debian/rules index 5381a00..88769f7 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) # Disable parallel builds for problematic architectures ifneq (,$(findstring $(DEB_HOST_ARCH),"arm64 armel")) - NJBOS = -j1 + NJOBS = -j1 endif # scons flags -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapnik.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

