[postgis] 01/01: Skip tests on alpha, has issues with sfcgal support.
Bas Couwenberg
sebastic at debian.org
Fri Jul 1 19:54:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository postgis.
commit 9825c1708d26a9bafab62912e3754d2ed2d94801
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Jul 1 21:54:01 2016 +0200
Skip tests on alpha, has issues with sfcgal support.
---
debian/changelog | 1 +
debian/rules | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index fc42cc4..b1a6a66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
postgis (2.2.2+dfsg-4) UNRELEASED; urgency=medium
* Don't include desktop file & application icons in scripts package.
+ * Skip tests on alpha, has issues with sfcgal support.
-- Bas Couwenberg <sebastic at debian.org> Sat, 25 Jun 2016 00:08:50 +0200
diff --git a/debian/rules b/debian/rules
index 2b7a7b4..331830d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,8 @@ endif
# kfreebsd-i386 & mips64el are not a release architectures.
# hppa (and mips*) fails the tickets and wkb tests because of different NaN representations.
# ppc64 fails to change owner and permissions of the virtualenv
-ifneq (,$(findstring $(DEB_HOST_ARCH),"hurd-i386 mipsel armel hppa kfreebsd-i386 mips64el ppc64"))
+# alpha has issues with the sfcgal support
+ifneq (,$(findstring $(DEB_HOST_ARCH),"hurd-i386 mipsel armel hppa kfreebsd-i386 mips64el ppc64 alpha"))
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