[mapnik] 01/02: Fix typo in NJOBS variable for non parallel builds on arm64 & armel.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Wed Oct 14 21:13:55 UTC 2015


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 <sebastic at xs4all.nl>
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 <sebastic at debian.org>  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



More information about the Pkg-grass-devel mailing list