This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository readosm.
commit 38437ac3a45a0902b5b1853aea2aa5947597d9b4 Author: Bas Couwenberg <[email protected]> Date: Sun May 1 03:24:28 2016 +0200 Enable parallel builds. --- debian/changelog | 1 + debian/rules | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 32965d2..5d6cc19 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ readosm (1.0.0e+dfsg-2) UNRELEASED; urgency=medium * Update Vcs-* URLs to use HTTPS. * Bump Standards-Version to 3.9.8, no changes. + * Enable parallel builds. -- Bas Couwenberg <[email protected]> Sun, 01 May 2016 03:23:40 +0200 diff --git a/debian/rules b/debian/rules index 1ec9d83..2a1c3b4 100755 --- a/debian/rules +++ b/debian/rules @@ -5,8 +5,7 @@ #export DH_VERBOSE=1 %: - dh $@ \ - --with autoreconf + dh $@ --with autoreconf --parallel override_dh_auto_build: dh_auto_build -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/readosm.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

