This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pprepair.
commit 7ea8f4b177d63ad8bf93a466061ea23715b39fbc Author: Bas Couwenberg <[email protected]> Date: Wed Mar 2 20:54:26 2016 +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 b5b3c92..895a529 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ pprepair (0.0~20151110-28dca91-1) UNRELEASED; urgency=medium * Drop gdal-2.0.patch, applied upstream. * Update Vcs-Git URL to use HTTPS. * Bump Standards-Version to 3.9.7, no changes. + * Enable parallel builds. -- Bas Couwenberg <[email protected]> Wed, 02 Mar 2016 20:49:19 +0100 diff --git a/debian/rules b/debian/rules index 6a28d20..e22f533 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ BUILD_DATE=$(shell dpkg-parsechangelog | sed -ne 's/^Date: //p' | LC_ALL=C date MANPAGES:=$(wildcard debian/man/*.*.xml) %: - dh $@ + dh $@ --parallel override_dh_clean: dh_clean debian/man/*.1 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pprepair.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

