[libosmium] 01/02: Ignore test failures on mips & mipsel.

Bas Couwenberg sebastic at debian.org
Wed Aug 16 20:28:21 UTC 2017


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

sebastic pushed a commit to branch master
in repository libosmium.

commit 76577f23cd0fdf228f82c6923e4e57d746888926
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Aug 16 21:31:12 2017 +0200

    Ignore test failures on mips & mipsel.
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7476ad8..a77dbe7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libosmium (2.13.0-3) UNRELEASED; urgency=medium
+
+  * Ignore test failures on mips & mipsel.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Wed, 16 Aug 2017 21:30:58 +0200
+
 libosmium (2.13.0-2) unstable; urgency=medium
 
   * Add upstream patch to fix broken test on 32 bit platforms.
diff --git a/debian/rules b/debian/rules
index a499697..f661267 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ override_dh_auto_build-indep:
 
 override_dh_auto_test-arch:
 # Ignore test failures on problematic architectures only
-ifneq (,$(findstring $(DEB_BUILD_ARCH),"arm64 ppc64 ppc64el sparc64"))
+ifneq (,$(findstring $(DEB_BUILD_ARCH),"arm64 mips mipsel ppc64 ppc64el sparc64"))
 	(cd build && ctest -V || echo "Ignoring test failures")
 else
 	(cd build && ctest -V)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libosmium.git



More information about the Pkg-grass-devel mailing list