This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapnik.

commit 1bfc918b47479694628aec66e18761983300d457
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Wed Oct 14 09:09:27 2015 +0200

    Pass -j<N> to build and install commands too.
---
 debian/changelog | 1 +
 debian/rules     | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ae47fcf..219f517 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ mapnik (3.0.7+ds-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Don't install mapnik-render, like nik2img before the rename.
+  * Pass -j<N> to build and install commands too.
 
  -- Bas Couwenberg <sebas...@debian.org>  Wed, 14 Oct 2015 09:01:04 +0200
 
diff --git a/debian/rules b/debian/rules
index 535c333..333b8bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,7 +47,7 @@ debian/stamps/configure-python:
 
 override_dh_auto_build:        debian/stamps/build-python
 debian/stamps/build-python:
-       $(SCONS) -C build-python
+       $(SCONS) $(NJOBS) -C build-python
 
 override_dh_auto_test: debian/stamps/test-python
 debian/stamps/test-python:
@@ -55,7 +55,7 @@ debian/stamps/test-python:
 
 override_dh_auto_install: debian/stamps/install-python
 debian/stamps/install-python:
-       $(SCONS) -C build-python install
+       $(SCONS) $(NJOBS) -C build-python install
 
 override_dh_install:
        # Don't install mapnik-render (previously nik2img), as requested by 
upstream

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/mapnik.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to