[postgis] 01/01: Skip tests on mipsel too, due to persistent buildd issues.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Mon Feb 9 23:00:23 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository postgis.
commit 5abe7ced268c9d3c5bb0720b7cc8390fb10e938e
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon Feb 9 23:59:48 2015 +0100
Skip tests on mipsel too, due to persistent buildd issues.
---
debian/changelog | 6 ++++++
debian/rules | 5 +++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 87fe96e..050a050 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+postgis (2.1.5+dfsg-1~exp3) UNRELEASED; urgency=medium
+
+ * Skip tests on mipsel too, due to persistent buildd issues.
+
+ -- Bas Couwenberg <sebastic at debian.org> Mon, 09 Feb 2015 23:58:57 +0100
+
postgis (2.1.5+dfsg-1~exp2) experimental; urgency=medium
* Update symbols for liblwgeom-2.1.5.
diff --git a/debian/rules b/debian/rules
index 8d8b741..cb18f08 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@
# This has to be exported to make some magic below work.
export DH_OPTIONS
-DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
@@ -26,7 +26,8 @@ ifneq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
endif
# Hurd doesn't implement semaphores; skip regress tests
-ifeq (hurd,$(DEB_HOST_ARCH_OS))
+# mipsel has persisent buildd issues, skip tests too.
+ifneq (,$(findstring $(DEB_HOST_ARCH),"hurd-i386 mipsel"))
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