[libosmium] 01/03: Ignore test failures on sparc64.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Feb 16 22:21:02 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 a3efea326037bd622feaa88035e1079584c015f9
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Feb 16 23:06:40 2016 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 40d153b..06c5bdc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libosmium (2.6.0-2) UNRELEASED; urgency=medium
+
+  * Ignore test failures on sparc64.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Tue, 16 Feb 2016 23:05:43 +0100
+
 libosmium (2.6.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index b36f417..5d040f0 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"))
+ifneq (,$(findstring $(DEB_BUILD_ARCH),"ppc64 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