This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch experimental in repository spatialite.
commit 6b4b1eacce3bcafa5a63d77f492637692217acbd Author: Bas Couwenberg <[email protected]> Date: Tue Dec 15 21:40:04 2015 +0100 Enable parallel builds, disable parallel test execution. --- debian/changelog | 1 + debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 773f093..4adc5b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ spatialite (4.4.0~rc0-1) UNRELEASED; urgency=medium * New upstream release candidate. * Drop patches, applied upstream. * Update copyright file, drop files section for asprintf4win.h. + * Enable parallel builds, disable parallel test execution. -- Bas Couwenberg <[email protected]> Tue, 15 Dec 2015 20:43:30 +0100 diff --git a/debian/rules b/debian/rules index 3d75e1a..75d5dd0 100755 --- a/debian/rules +++ b/debian/rules @@ -25,7 +25,7 @@ endif export VERBOSE=1 %: - dh $@ --with autoreconf + dh $@ --with autoreconf --parallel versions: @echo "Spatialite full version: $(FULL_VERSION)" @@ -46,7 +46,7 @@ override_dh_auto_test: cp test/*.sqlite debian/backup/ cp test/sql_stmt_tests/*.sqlite debian/backup/stmt/ - dh_auto_test || echo "Ignoring test failures" + dh_auto_test --max-parallel=1 || echo "Ignoring test failures" cp debian/backup/stmt/*.sqlite test/sql_stmt_tests/ cp debian/backup/*.sqlite test/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/spatialite.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

