[python-affine] 05/10: Enable parallel builds.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Apr 8 21:10:47 UTC 2016


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

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

commit c5d626fbddaea6e12b3c0cf4d7d4c7401b04b4da
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Apr 8 22:50:29 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 058ddbf..f451681 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ python-affine (1.3.0-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Update Vcs-Git URL to use HTTPS.
+  * Enable parallel builds.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 08 Apr 2016 22:40:02 +0200
 
diff --git a/debian/rules b/debian/rules
index e9299c3..054c13e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 export PYBUILD_NAME=affine
 
 %:
-	dh $@ --with python2,python3 --buildsystem pybuild
+	dh $@ --with python2,python3 --buildsystem pybuild --parallel
 
 override_dh_auto_test:
 	PYBUILD_SYSTEM=custom \

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



More information about the Pkg-grass-devel mailing list