This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-descartes.
commit 2799b3e49a1c408ff923e05282e4d3248109e0e7 Author: Bas Couwenberg <[email protected]> Date: Sat Feb 20 15:33:42 2016 +0100 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 2843320..98b1de2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ python-descartes (1.0.2-1) UNRELEASED; urgency=medium * New upstream release. * Bump Standards-Version to 3.9.7, no changes. * Update Vcs-* URLs to use HTTPS. + * Enable parallel builds. -- Bas Couwenberg <[email protected]> Sat, 20 Feb 2016 15:29:25 +0100 diff --git a/debian/rules b/debian/rules index bf081ba..caf86e1 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export PYBUILD_NAME=descartes %: - dh $@ --with python2,python3 --buildsystem pybuild + dh $@ --with python2,python3 --buildsystem pybuild --parallel override_dh_auto_test: dh_auto_test || echo "Ignoring test failures" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-descartes.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

