This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository osmctools.
commit 3b6eb70a9f380942c04173f35e69824a976813dd Author: Bas Couwenberg <[email protected]> Date: Mon Feb 15 07:10:39 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 2f87dd5..f7afdcc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ osmctools (0.6-1) UNRELEASED; urgency=medium * Drop patches, applied upstream. * Update Vcs-* URLs to use HTTPS. * Bump Standards-Version to 3.9.7, no changes. + * Enable parallel builds. -- Bas Couwenberg <[email protected]> Mon, 15 Feb 2016 06:58:02 +0100 diff --git a/debian/rules b/debian/rules index e341f4e..cb3d949 100755 --- a/debian/rules +++ b/debian/rules @@ -14,5 +14,5 @@ PKD = $(abspath $(dir $(MAKEFILE_LIST))) PKG = $(word 2,$(shell dpkg-parsechangelog -l$(PKD)/changelog | grep ^Source)) %: - dh $@ --with autoreconf + dh $@ --with autoreconf --parallel -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmctools.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

