[Git][debian-gis-team/python-shapely][experimental] Ignore test failures on mips*el.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Tue Oct 19 06:29:52 BST 2021
Bas Couwenberg pushed to branch experimental at Debian GIS Project / python-shapely
Commits:
f651eab3 by Bas Couwenberg at 2021-10-19T07:29:31+02:00
Ignore test failures on mips*el.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+python-shapely (1.8~rc1-1~exp2) UNRELEASED; urgency=medium
+
+ * Ignore test failures on mips*el.
+
+ -- Bas Couwenberg <sebastic at debian.org> Tue, 19 Oct 2021 07:29:20 +0200
+
python-shapely (1.8~rc1-1~exp1) experimental; urgency=medium
* New upstream release candidate.
=====================================
debian/rules
=====================================
@@ -25,7 +25,7 @@ override_dh_clean:
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-ifneq (,$(filter $(DEB_BUILD_ARCH),s390x hppa ppc64))
+ifneq (,$(filter $(DEB_BUILD_ARCH),mips64el mipsel s390x hppa ppc64))
dh_auto_test || echo "Ignoring test failures"
else
dh_auto_test
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-shapely/-/commit/f651eab30d19856b2993c313f804972b70e5a328
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-shapely/-/commit/f651eab30d19856b2993c313f804972b70e5a328
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/20211019/8ddf8363/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list