[proj] 01/02: Ignore test failures on more problematic architectures.

Bas Couwenberg sebastic at debian.org
Sat Feb 17 16:59:57 UTC 2018


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

sebastic pushed a commit to branch experimental
in repository proj.

commit 3b39077e29b3757713554ef15b0692cf0aa068b5
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Feb 14 09:53:25 2018 +0100

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

diff --git a/debian/changelog b/debian/changelog
index b9f2d7b..73f4d3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+proj (5.0.0~rc3-1~exp2) UNRELEASED; urgency=medium
+
+  * Ignore test failures on more problematic architectures.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Wed, 14 Feb 2018 09:53:22 +0100
+
 proj (5.0.0~rc3-1~exp1) experimental; urgency=medium
 
   * New upstream release candidate.
diff --git a/debian/rules b/debian/rules
index 1b43b53..8b811a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,7 +58,7 @@ override_dh_auto_build:
 
 override_dh_auto_test:
 # Ignore test failures on problematic architectures only
-ifneq (,$(findstring $(DEB_BUILD_ARCH),"i386 hurd-i386 ia64 powerpc"))
+ifneq (,$(findstring $(DEB_BUILD_ARCH),"arm64 i386 ppc64el s390x hurd-i386 ia64 powerpc ppc64"))
 	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/proj.git



More information about the Pkg-grass-devel mailing list