[Git][debian-gis-team/proj][experimental] Ignore test failures on problematic architectures only.

Sebastiaan Couwenberg gitlab at salsa.debian.org
Fri Feb 9 13:42:23 UTC 2018


Sebastiaan Couwenberg pushed to branch experimental at Debian GIS Project / proj


Commits:
a9b14055 by Bas Couwenberg at 2018-02-09T14:41:38+01:00
Ignore test failures on problematic architectures only.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+proj (5.0.0~rc2-1~exp3) UNRELEASED; urgency=medium
+
+  * Ignore test failures on problematic architectures only.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Fri, 09 Feb 2018 14:40:43 +0100
+
 proj (5.0.0~rc2-1~exp2) experimental; urgency=medium
 
   * Add patch to avoid numerical differences on non-amd64 architectures.


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -56,6 +56,14 @@ override_dh_auto_build:
 	dh_auto_build -Sant -Djniwrap -- do_javah jar_it do_make_help
 	dh_auto_build
 
+override_dh_auto_test:
+# Ignore test failures on problematic architectures only
+ifneq (,$(findstring $(DEB_BUILD_ARCH),"i386 hurd-i386 ia64 powerpc"))
+	dh_auto_test || echo "Ignoring test failures"
+else
+	dh_auto_test
+endif
+
 override_dh_auto_install:
 	dh_auto_install
 	



View it on GitLab: https://salsa.debian.org/debian-gis-team/proj/commit/a9b14055bf05bd4a01755261d963ec99d9c5b545

---
View it on GitLab: https://salsa.debian.org/debian-gis-team/proj/commit/a9b14055bf05bd4a01755261d963ec99d9c5b545
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-grass-devel/attachments/20180209/d3de8ead/attachment-0001.html>


More information about the Pkg-grass-devel mailing list