Bas Couwenberg pushed to branch master at Debian GIS Project / geos

Commits:
57ac679e by Bas Couwenberg at 2018-03-05T19:43:08+01:00
Ignore test failures on ia64 too.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- 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 <sebas...@debian.org>  Sat, 20 Jan 2018 15:51:39 +0100
 


=====================================
debian/rules
=====================================
--- 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



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/geos/commit/57ac679ee2a6b93bcf49513ac0e337960f21980a

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/geos/commit/57ac679ee2a6b93bcf49513ac0e337960f21980a
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to