[python-shapely] 06/14: Enable parallel builds.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon Mar 28 11:57:00 UTC 2016


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

sebastic pushed a commit to branch master
in repository python-shapely.

commit 5ad4ac53561e3859e58cc5a4f10e492338987db8
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Mar 28 11:38:30 2016 +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 d6e668b..fe9b600 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ python-shapely (1.5.14-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Update Vcs-Git URL to use HTTPS.
   * Bump Standards-Version to 3.9.7, no changes.
+  * Enable parallel builds.
 
  -- Bas Couwenberg <sebastic at debian.org>  Mon, 28 Mar 2016 11:37:31 +0200
 
diff --git a/debian/rules b/debian/rules
index 9b10617..ab3cb7f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export PYBUILD_NAME=shapely
 export LC_ALL=C.UTF-8
 
 %:
-	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild --parallel
 
 override_dh_clean:
 	dh_clean VERSION.txt \

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



More information about the Pkg-grass-devel mailing list