This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository prepair.
commit df8bd482bf5a4a082e68f853c8d8e3e02991470e Author: Bas Couwenberg <[email protected]> Date: Wed Mar 2 20:54:57 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 d521827..af307da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ prepair (0.7-5) UNRELEASED; urgency=medium * Update Vcs-Git URL to use HTTPS. * Bump Standards-Version to 3.9.7, no changes. + * Enable parallel builds. -- Bas Couwenberg <[email protected]> Sat, 06 Feb 2016 02:18:13 +0100 diff --git a/debian/rules b/debian/rules index e52514d..ff3a407 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/prepair.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

