[pyspatialite] 04/07: Enable parallel builds.
Bas Couwenberg
sebastic at xs4all.nl
Sat Mar 22 15:12:51 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to branch master
in repository pyspatialite.
commit d73e999e3cf9128ffdfcccf2b6ccf8a9a71795ac
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Mar 22 15:43:03 2014 +0100
Enable parallel builds.
---
debian/changelog | 1 +
debian/rules | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 0c42045..9cdc75d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ pyspatialite (3.0.1-6) UNRELEASED; urgency=low
* Mangle upstream version in watch file to handle with -alpha release.
* Update watch file and Homepage for upstream move to GitHub.
* Refresh patches.
+ * Enable parallel builds.
-- Bas Couwenberg <sebastic at xs4all.nl> Sat, 22 Mar 2014 14:58:53 +0100
diff --git a/debian/rules b/debian/rules
index b333fc1..37925e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,8 @@ PS := $(CURDIR)/debian/python-pyspatialite
%:
dh $@ \
- --with python2
+ --with python2 \
+ --parallel
override_dh_auto_install:
dh_auto_install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyspatialite.git
More information about the Pkg-grass-devel
mailing list