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 <[email protected]> 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 <[email protected]> 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 _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

