[geos] 01/03: Do run tests, but don't fail build on troublesome architectures. (closes: #743822)

Bas Couwenberg sebastic at xs4all.nl
Fri Apr 25 22:45:48 UTC 2014


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

sebastic-guest pushed a commit to branch master
in repository geos.

commit f44216e07c7a389f36a7e8738f42d1d957e49909
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Apr 22 22:11:04 2014 +0200

    Do run tests, but don't fail build on troublesome architectures. (closes: #743822)
---
 debian/changelog | 7 +++++++
 debian/rules     | 5 +++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a93ca05..3dd3f07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+geos (3.4.2-5) UNRELEASED; urgency=low
+
+  * Do run tests, but don't fail build on troublesome architectures.
+    (closes: #743822)
+
+ -- Bas Couwenberg <sebastic at xs4all.nl>  Tue, 22 Apr 2014 20:48:42 +0200
+
 geos (3.4.2-4) unstable; urgency=low
 
   * Re-enable parallel builds, wasn't cause of testrunning failures.
diff --git a/debian/rules b/debian/rules
index c72c6b7..e78a127 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,8 +63,9 @@ override_dh_auto_build-indep:
 	$(MAKE) -C doc doxygen-html
 
 override_dh_auto_test:
-ifneq (,$(findstring $(DEB_BUILD_ARCH),"s390x powerpc powerpcspe ppc64"))
-	# Skip tests
+ifneq (,$(findstring $(DEB_BUILD_ARCH),"arm64 s390x powerpc powerpcspe ppc64 ppc64el"))
+	# Ignore test failures on certain ports
+	dh_auto_test || echo "Ignoring test failures"
 else
 	dh_auto_test
 endif

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



More information about the Pkg-grass-devel mailing list