[postgis] 02/04: Disable tests on armel, no sfcgal support and fails interrupt_buffer test.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Dec 20 00:29:52 UTC 2015


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

sebastic pushed a commit to branch master
in repository postgis.

commit cd6e6decd07277352a8ce3bf4f440729be20d385
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Dec 20 00:08:42 2015 +0100

    Disable tests on armel, no sfcgal support and fails interrupt_buffer test.
---
 debian/changelog | 1 +
 debian/rules     | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3df60e6..71d247f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 postgis (2.2.0+dfsg-2) UNRELEASED; urgency=medium
 
   * Don't build depend on sfcgal on armel, cgal not available.
+  * Disable tests on armel, no sfcgal support and fails interrupt_buffer test.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 19 Dec 2015 23:25:58 +0100
 
diff --git a/debian/rules b/debian/rules
index 42e9a93..d6c105b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,8 @@ endif
 
 # Hurd doesn't implement semaphores; skip regress tests
 # mipsel has persisent buildd issues, skip tests too.
-ifneq (,$(findstring $(DEB_HOST_ARCH),"hurd-i386 mipsel"))
+# armel has no sfcgal support, and fails interrupt_buffer test.
+ifneq (,$(findstring $(DEB_HOST_ARCH),"hurd-i386 mipsel armel"))
 	CHECK =
 endif
 

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



More information about the Pkg-grass-devel mailing list