This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository postgis.
commit fc96e9dafa392164cb811a6537fa3b69be8439c1 Author: Bas Couwenberg <[email protected]> Date: Sun Jan 10 01:38:52 2016 +0100 Disable tests on arm64, powerpc, ppc64el & s390x. --- debian/changelog | 6 ++++++ debian/rules | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e1b1c17..a67e91f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +postgis (2.2.1+dfsg-1~exp3) UNRELEASED; urgency=medium + + * Disable tests on arm64, powerpc, ppc64el & s390x. + + -- Bas Couwenberg <[email protected]> Sun, 10 Jan 2016 01:38:42 +0100 + postgis (2.2.1+dfsg-1~exp2) experimental; urgency=medium * Rename packages for PostgreSQL 9.5. diff --git a/debian/rules b/debian/rules index d24c549..b641fb2 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,8 @@ endif # Hurd doesn't implement semaphores; skip regress tests # mipsel has persisent buildd issues, skip tests too. # armel has no sfcgal support, and fails interrupt_buffer test. -ifneq (,$(findstring $(DEB_HOST_ARCH),"hurd-i386 mipsel armel")) +# test_lwgeom_split fails on arm64, powerpc, ppc64el & s390x. +ifneq (,$(findstring $(DEB_HOST_ARCH),"hurd-i386 mipsel armel arm64 powerpc ppc64el 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

