[Git][debian-gis-team/python-shapely][master] 2 commits: Ignore test failures on s390x & ppc64.

Bas Couwenberg gitlab at salsa.debian.org
Tue Nov 19 20:40:22 GMT 2019



Bas Couwenberg pushed to branch master at Debian GIS Project / python-shapely


Commits:
52f07448 by Bas Couwenberg at 2019-11-19T18:12:30Z
Ignore test failures on s390x & ppc64.

- - - - -
6eb451ab by Bas Couwenberg at 2019-11-19T20:31:15Z
Set distribution to unstable.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+python-shapely (1.6.4-5) unstable; urgency=medium
+
+  * Ignore test failures on s390x & ppc64.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Tue, 19 Nov 2019 21:31:06 +0100
+
 python-shapely (1.6.4-4) unstable; urgency=medium
 
   * Update Homepage URL.


=====================================
debian/rules
=====================================
@@ -10,6 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 export PYBUILD_NAME=shapely
 export LC_ALL=C.UTF-8
 
+include /usr/share/dpkg/architecture.mk
 include /usr/share/dpkg/pkg-info.mk
 
 %:
@@ -22,6 +23,15 @@ override_dh_clean:
 	         shapely/vectorized/_vectorized.c \
 	         Shapely.egg-info/*
 
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+ifneq (,$(filter $(DEB_BUILD_ARCH),s390x ppc64))
+	dh_auto_test || echo "Ignoring test failures"
+else
+	dh_auto_test
+endif
+endif
+
 override_dh_python3:
 	dh_python3 -ppython3-shapely
 	dh_numpy3 -ppython3-shapely



View it on GitLab: https://salsa.debian.org/debian-gis-team/python-shapely/compare/58a23896ccdb8ca6d96aaa3a71a04d52809634f1...6eb451abee26fb542237f53dc9f86bf5612617ca

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-shapely/compare/58a23896ccdb8ca6d96aaa3a71a04d52809634f1...6eb451abee26fb542237f53dc9f86bf5612617ca
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20191119/452b2774/attachment-0001.html>


More information about the Pkg-grass-devel mailing list