[postgis] 01/01: Skip tests on powerpc, not a release architecture.

Bas Couwenberg sebastic at debian.org
Fri Oct 6 17:45:28 UTC 2017


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

sebastic pushed a commit to branch master
in repository postgis.

commit 0b55a5c4542d6e3e03ad09d846600353ffd79103
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Oct 6 19:44:56 2017 +0200

    Skip tests on powerpc, not a release architecture.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f81e410..2c9c3f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ postgis (2.4.0+dfsg-2) UNRELEASED; urgency=medium
 
   * Drop postgresql-contrib-10 from Recommends, no longer a separate package
     and provided by postgresql-10 now.
+  * Skip tests on powerpc, not a release architecture.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 01 Oct 2017 15:22:15 +0200
 
diff --git a/debian/rules b/debian/rules
index 17f80d4..661fdaf 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 s390x"))
+ifneq (,$(findstring $(DEB_BUILD_ARCH),"hurd-i386 mipsel armel hppa kfreebsd-i386 mips64el ppc64 alpha sparc64 s390x powerpc"))
 	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