This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-snuggs.
commit 2ccbbd96f788c7e1fb818717f5f421713d0180fe Author: Bas Couwenberg <[email protected]> Date: Sun Feb 21 12:20:23 2016 +0100 Enable parallel builds. --- debian/changelog | 1 + debian/rules | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 42c3bcb..f6e4003 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ python-snuggs (1.3.1-2) UNRELEASED; urgency=medium * Bump Standards-Version to 3.9.7, no changes. * Add test_snuggs.py to test command. (closes: #815396) + * Enable parallel builds. -- Bas Couwenberg <[email protected]> Sun, 21 Feb 2016 11:43:26 +0100 diff --git a/debian/rules b/debian/rules index 00d1f69..2461ce9 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,5 @@ export PYBUILD_TEST_PYTEST=1 export PYBUILD_TEST_ARGS=$(CURDIR)/test_snuggs.py %: - dh $@ --with python2,python3 --buildsystem pybuild - + dh $@ --with python2,python3 --buildsystem pybuild --parallel -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-snuggs.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

