This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch master in repository geos.
commit d908477e02ab8801263f36958c1db7086d06e12b Author: Bas Couwenberg <[email protected]> Date: Wed Mar 19 12:19:43 2014 +0100 Re-enable parallel builds, wasn't cause of testrunning failures. --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6903864..30817f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +geos (3.4.2-4) UNRELEASED; urgency=low + + * Re-enable parallel builds, wasn't cause of testrunning failures. + + -- Bas Couwenberg <[email protected]> Wed, 19 Mar 2014 12:19:17 +0100 + geos (3.4.2-3) unstable; urgency=medium * Add patch to include cmath in unit tests to have isnan() defined. diff --git a/debian/rules b/debian/rules index 9e0c038..360d211 100755 --- a/debian/rules +++ b/debian/rules @@ -32,7 +32,7 @@ debian/control: @sed -e 's/@VERSION@/$(VER)/' debian/control.in >$@ %: - dh $@ --with autoreconf + dh $@ --with autoreconf --parallel override_dh_clean: dh_clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/geos.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

