This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch experimental in repository spatialite-tools.
commit c88f48bcbda3b1c73d5b06cc0de375cdce21712f Author: Bas Couwenberg <[email protected]> Date: Thu Dec 17 02:48:11 2015 +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 0e2c797..35228a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ spatialite-tools (4.4.0~rc0-1) UNRELEASED; urgency=medium * New upstream release candidate. + * Enable parallel builds. -- Bas Couwenberg <[email protected]> Thu, 17 Dec 2015 02:45:01 +0100 diff --git a/debian/rules b/debian/rules index e1b3d4a..461d1a7 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,7 @@ MANPAGES := $(wildcard debian/man/*.*.xml) DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) %: - dh $@ --with autoreconf + dh $@ --with autoreconf --parallel versions: @echo "Spatialite full version: $(FULL_VERSION)" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/spatialite-tools.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

