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 <[email protected]> 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.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
