This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pywps.
commit 86ce7971ac2e311783a37f1a56dc9d641e779fc7 Author: Bas Couwenberg <[email protected]> Date: Fri May 13 20:12:57 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 4bede9a..75d7c70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ pywps (3.2.5-1) UNRELEASED; urgency=medium * Add watch file for GitHub releases. * Add upstream metadata. * Add dh-python to build dependencies. + * Enable parallel builds. -- Bas Couwenberg <[email protected]> Fri, 13 May 2016 19:33:40 +0200 diff --git a/debian/rules b/debian/rules index 1006c91..315bd76 100755 --- a/debian/rules +++ b/debian/rules @@ -10,4 +10,4 @@ #export DH_VERBOSE=1 %: - dh $@ --with python2 --buildsystem=pybuild + dh $@ --with python2 --buildsystem=pybuild --parallel -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pywps.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

