[python-pyproj] 11/34: Enable parallel builds.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Mar 1 03:37:00 UTC 2015


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

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

commit b928fc1b2ce06f1165e1fa6750b2c628d7d63a44
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Apr 6 14:53:42 2014 +0200

    Enable parallel builds.
---
 debian/changelog | 1 +
 debian/rules     | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 92efa29..ead2a33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ python-pyproj (1.9.3-1) UNRELEASED; urgency=medium
   * Restructure control file with cme.
   * Bump debhelper compatibility to 9.
   * Use canonical Vcs-* URLs.
+  * Enable parallel builds.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Sun, 06 Apr 2014 14:23:45 +0200
 
diff --git a/debian/rules b/debian/rules
index e1a2c00..b679ce7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,4 +11,7 @@ override_dh_auto_install:
 
 %:
 	dh $@ \
-		--with python2,python3 --buildsystem=pybuild
+		--with python2,python3 \
+		--buildsystem=pybuild \
+		--parallel
+

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



More information about the Pkg-grass-devel mailing list