[openstreetmap-carto] 09/09: Enable parallel builds.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Aug 30 15:21:10 UTC 2015


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

sebastic pushed a commit to branch master
in repository openstreetmap-carto.

commit a54f0612324ca54a70dd85f2012e36a270443965
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Aug 30 17:06:45 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 5f835ce..f90c8a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ openstreetmap-carto (2.34.0-1) UNRELEASED; urgency=medium
     - Add common version mangling
     - Improve filename mangling
     - Support other tar extensions
+  * Enable parallel builds.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 30 Aug 2015 17:01:36 +0200
 
diff --git a/debian/rules b/debian/rules
index 20e53f3..aecb240 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ 
+	dh $@ --parallel
 
 override_dh_auto_build:
 	carto project.mml > style.xml

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



More information about the Pkg-grass-devel mailing list