[geos] 01/01: Ignore test failures on ia64 too.
Bas Couwenberg
sebastic at debian.org
Mon Mar 5 18:43:22 UTC 2018
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository geos.
commit 57ac679ee2a6b93bcf49513ac0e337960f21980a
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon Mar 5 19:43:08 2018 +0100
Ignore test failures on ia64 too.
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 2ccda00..5430782 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ geos (3.6.2-2) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.1.3, no changes.
* Fix deprecated source override location.
* Update watch file to use HTTPS.
+ * Ignore test failures on ia64 too.
-- Bas Couwenberg <sebastic at debian.org> Sat, 20 Jan 2018 15:51:39 +0100
diff --git a/debian/rules b/debian/rules
index 423d22f..65ac62c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,7 +65,7 @@ override_dh_auto_build-indep:
override_dh_auto_test:
# Ignore test failures on problematic architectures only
-ifneq (,$(findstring $(DEB_BUILD_ARCH),"arm64 armel armhf mips mips64el mipsel ppc64el s390x powerpc ppc64"))
+ifneq (,$(findstring $(DEB_BUILD_ARCH),"arm64 armel armhf mips mips64el mipsel ppc64el s390x 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/geos.git
More information about the Pkg-grass-devel
mailing list