[osm-tile-server] 35/70: Enable parallel builds.
Ruben Undheim
rubund-guest at moszumanska.debian.org
Tue Nov 3 23:13:05 UTC 2015
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch master
in repository osm-tile-server.
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/osm-tile-server.git
More information about the Pkg-grass-devel
mailing list