[proj] 01/01: Don't ignore test failures for arm64, ppc64el, s390x & ppc64.

Bas Couwenberg sebastic at debian.org
Sat Feb 24 16:35:39 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 a33d4f7fbd7adb5eaaac71f17b9dae47319464df
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Feb 24 17:35:27 2018 +0100

    Don't ignore test failures for arm64, ppc64el, s390x & ppc64.
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f94b5cf..7869f13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+proj (5.0.0~rc5-1~exp3) UNRELEASED; urgency=medium
+
+  * Don't ignore test failures for arm64, ppc64el, s390x & ppc64.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sat, 24 Feb 2018 17:35:10 +0100
+
 proj (5.0.0~rc5-1~exp2) experimental; urgency=medium
 
   * Add patch by Charles Karney to relax some of the tests in geodtest.
diff --git a/debian/rules b/debian/rules
index 8b811a4..1b43b53 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),"arm64 i386 ppc64el s390x hurd-i386 ia64 powerpc ppc64"))
+ifneq (,$(findstring $(DEB_BUILD_ARCH),"i386 hurd-i386 ia64 powerpc"))
 	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