[mapnik-vector-tile] 05/05: Enable parallel builds.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Sep 12 19:50:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository mapnik-vector-tile.
commit 34c4c40ea1eeabbce5f983d1549428f534ef70ae
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Sep 12 21:34:08 2015 +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 478384c..6c6a12f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ mapnik-vector-tile (0.10.0+dfsg-1) UNRELEASED; urgency=medium
* Ignore test failures to not fail the entire build.
* Don't install mapnik3x_compatibilty.hpp, no longer included upstream.
* Include all .cpp & .ipp files as examples.
+ * Enable parallel builds.
-- Bas Couwenberg <sebastic at debian.org> Fri, 11 Sep 2015 23:04:17 +0200
diff --git a/debian/rules b/debian/rules
index 12d9e3a..e172128 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh $@ --parallel
override_dh_auto_clean:
rm -f deps/gyp/gyp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapnik-vector-tile.git
More information about the Pkg-grass-devel
mailing list