[geos] 02/03: Disable parallel builds, can cause xmltester failures.

Bas Couwenberg sebastic at xs4all.nl
Wed Mar 19 08:30:19 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository geos.

commit 50787967e26f3f6e70f871047a7f64731e5a48fd
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Mar 19 09:15:05 2014 +0100

    Disable parallel builds, can cause xmltester failures.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c67ac26..91ff864 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 geos (3.4.2-3) UNRELEASED; urgency=medium
 
   * Add patch to include cmath in unit tests to have isnan() defined.
+  * Disable parallel builds, can cause xmltester failures.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Wed, 19 Mar 2014 09:02:21 +0100
 
diff --git a/debian/rules b/debian/rules
index 360d211..9e0c038 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ debian/control:
 	@sed -e 's/@VERSION@/$(VER)/' debian/control.in >$@
 
 %:
-	dh $@ --with autoreconf --parallel
+	dh $@ --with autoreconf
 
 override_dh_clean:
 	dh_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/geos.git



More information about the Pkg-grass-devel mailing list