[osmium-tool] 01/02: Ignore test failures on mips64el.

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


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

sebastic pushed a commit to branch master
in repository osmium-tool.

commit 076ecf851d6d42ba66b853f35670b0119295e175
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Aug 16 21:32:03 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 88cb49d..fa78a62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+osmium-tool (1.7.0-2) UNRELEASED; urgency=medium
+
+  * Ignore test failures on mips64el.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Wed, 16 Aug 2017 21:31:52 +0200
+
 osmium-tool (1.7.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index c71f72c..1477036 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ override_dh_auto_configure:
 
 override_dh_auto_test:
 # Ignore test failures on problematic architectures only
-ifneq (,$(findstring $(DEB_BUILD_ARCH),"mips mipsel"))
+ifneq (,$(findstring $(DEB_BUILD_ARCH),"mips mips64el mipsel"))
 	dh_auto_test || echo "Ignoring test failures"
 else
 	dh_auto_test

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



More information about the Pkg-grass-devel mailing list