[postgis] 01/01: Skip tests on s390x, has issues with rounding.
Bas Couwenberg
sebastic at debian.org
Thu Sep 28 06:03:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch experimental
in repository postgis.
commit e3e56cf1b24637766708bd163207b1a15f76e343
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Thu Sep 28 08:02:48 2017 +0200
Skip tests on s390x, has issues with rounding.
---
debian/changelog | 6 ++++++
debian/rules | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 85a07e2..1a84942 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+postgis (2.4.0~rc3+dfsg-1~exp2) UNRELEASED; urgency=medium
+
+ * Skip tests on s390x, has issues with rounding.
+
+ -- Bas Couwenberg <sebastic at debian.org> Thu, 28 Sep 2017 08:01:22 +0200
+
postgis (2.4.0~rc3+dfsg-1~exp1) experimental; urgency=medium
* New upstream release candidate.
diff --git a/debian/rules b/debian/rules
index 3edcf6e..17f80d4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,7 +58,7 @@ endif
# hppa (and mips*) fails the tickets and wkb tests because of different NaN representations.
# ppc64 fails to change owner and permissions of the virtualenv
# alpha has issues with the sfcgal support
-ifneq (,$(findstring $(DEB_BUILD_ARCH),"hurd-i386 mipsel armel hppa kfreebsd-i386 mips64el ppc64 alpha sparc64"))
+ifneq (,$(findstring $(DEB_BUILD_ARCH),"hurd-i386 mipsel armel hppa kfreebsd-i386 mips64el ppc64 alpha sparc64 s390x"))
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