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 <[email protected]> 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 <[email protected]> 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 _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

