This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository node-rbush.
commit c0e072c4e5d0af624a6d8090f47cdf5b71213c32 Author: Bas Couwenberg <[email protected]> Date: Thu Dec 17 04:11:12 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 794cf40..54ee517 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ node-rbush (1.4.2-1) UNRELEASED; urgency=medium * New upstream release. + * Enable parallel builds. -- Bas Couwenberg <[email protected]> Thu, 17 Dec 2015 04:09:52 +0100 diff --git a/debian/rules b/debian/rules index 0c06312..c27badd 100755 --- a/debian/rules +++ b/debian/rules @@ -5,5 +5,5 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ --parallel -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/node-rbush.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

