This is an automated email from the git hooks/post-receive script. a_valentino-guest pushed a commit to branch master in repository python-mpop.
commit 83b3d8e4a85f60e8643d35116bd1ae289c7208c0 Author: Antonio Valentino <[email protected]> Date: Tue Nov 1 11:37:37 2016 +0100 Enable parallel build --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c40c0a3..d74b4b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ python-mpop (1.3.0-1) UNRELEASED; urgency=medium - fix Format URL * debian/control - standard version bumped to 3.9.8 (no change) + * debian/rules + - enable parallel build [ Bas Couwenberg ] * Override dh_python2 to call dh_numpy too. diff --git a/debian/rules b/debian/rules index a78df37..dda8402 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ PY2VERS = $(shell pyversions -r -v) %: - dh $@ --with python2,sphinxdoc --buildsystem=python_distutils + dh $@ --parallel --with python2,sphinxdoc --buildsystem=python_distutils override_dh_auto_build: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-mpop.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

