[tilecache] 02/03: Enable parallel builds.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sun Jan 17 12:21:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository tilecache.
commit f03ad19d08509f4d27d80abccf0b5d0743f041f8
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Jan 17 12:51:31 2016 +0100
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 6292fd0..fb3860a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ tilecache (2.11+ds-2) UNRELEASED; urgency=medium
* Add patch to fix 'unbalanced parenthesis' error.
(closes: #811262)
+ * Enable parallel builds.
-- Bas Couwenberg <sebastic at debian.org> Sun, 17 Jan 2016 12:49:17 +0100
diff --git a/debian/rules b/debian/rules
index bc930e9..a3246a7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
PREFIX := debian/tilecache
%:
- dh $@ --with python2
+ dh $@ --with python2 --parallel
override_dh_auto_clean:
rm -rf TileCache.egg-info/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/tilecache.git
More information about the Pkg-grass-devel
mailing list