[Pkg-javascript-commits] [node-mapnik] 05/17: Enable parallel builds.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Tue May 10 18:16:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository node-mapnik.
commit fea8ceb4b066b4060330383392d312a2b580c595
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun May 8 23:20:52 2016 +0200
Enable parallel builds.
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 572b6cb..9bd3f03 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ node-mapnik (3.5.12+dfsg-1) UNRELEASED; urgency=medium
* Add mapnik-utils to (build) dependencies for shapeindex.
* Build-Depends node-pre-gyp.
* Bump minimum required mapnik-vector-tile version to 1.1.2.
+ * Enable parallel builds.
-- Bas Couwenberg <sebastic at debian.org> Sun, 08 May 2016 23:17:36 +0200
diff --git a/debian/rules b/debian/rules
index a13e37d..ba9a5ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh $@ --parallel
override_dh_auto_configure:
node-pre-gyp configure
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-mapnik.git
More information about the Pkg-javascript-commits
mailing list