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

Bas Couwenberg sebastic at debian.org
Sun Sep 4 15:13:44 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 fef6df338487333e0d41cb6fc3502d424ab17dca
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Sep 4 17:13:29 2016 +0200

    Skip tests on sparc64, not a release architecture.
---
 debian/changelog | 6 ++++++
 debian/rules     | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3599609..43fe9aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+postgis (2.2.2+dfsg-5) UNRELEASED; urgency=medium
+
+  * Skip tests on sparc64, not a release architecture.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sun, 04 Sep 2016 17:13:13 +0200
+
 postgis (2.2.2+dfsg-4) unstable; urgency=medium
 
   * Don't include desktop file & application icons in scripts package.
diff --git a/debian/rules b/debian/rules
index c41a9f6..a14b95a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,11 +33,11 @@ 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.
-# kfreebsd-i386 & mips64el are not a release architectures.
+# kfreebsd-i386, mips64el & sparc64 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
 # alpha has issues with the sfcgal support
-ifneq (,$(findstring $(DEB_HOST_ARCH),"hurd-i386 mipsel armel hppa kfreebsd-i386 mips64el ppc64 alpha"))
+ifneq (,$(findstring $(DEB_HOST_ARCH),"hurd-i386 mipsel armel hppa kfreebsd-i386 mips64el ppc64 alpha sparc64"))
 	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