[libosmium] 01/02: Ignore test failures on arm64 & ppc64el.

Bas Couwenberg sebastic at debian.org
Thu Aug 4 23:12:52 UTC 2016


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

sebastic pushed a commit to branch master
in repository libosmium.

commit 1a31f7005972954d9560d68f74a915cdfd01fd47
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Aug 4 23:33:41 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 31cf4de..0961212 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libosmium (2.8.0-2) UNRELEASED; urgency=medium
+
+  * Ignore test failures on arm64 & ppc64el.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Thu, 04 Aug 2016 23:33:38 +0200
+
 libosmium (2.8.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 5d040f0..02fdceb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ override_dh_auto_build-indep:
 
 override_dh_auto_test-arch:
 # Ignore test failures on problematic architectures only
-ifneq (,$(findstring $(DEB_BUILD_ARCH),"ppc64 sparc64"))
+ifneq (,$(findstring $(DEB_BUILD_ARCH),"arm64 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