This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository mkgmap.
commit 400be9153aa6fc87426464f1a3e11981c3effa8c Author: Bas Couwenberg <[email protected]> Date: Fri Oct 2 12:51:17 2015 +0200 Enable parallel builds. --- debian/changelog | 1 + debian/rules | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f0ef4ac..dc2ccf1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ mkgmap (0.0.0+svn3643-1) UNRELEASED; urgency=medium * New upstream SVN snapshot. + * Enable parallel builds. -- Bas Couwenberg <[email protected]> Fri, 02 Oct 2015 12:47:34 +0200 diff --git a/debian/rules b/debian/rules index 05b703b..3723e23 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,8 @@ JAVA_HOME=/usr/lib/jvm/default-java %: - dh $@ --with javahelper + dh $@ --with javahelper --parallel override_dh_auto_build: ant + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mkgmap.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

