Bas Couwenberg pushed to branch master at Debian GIS Project / python-shapely
Commits: fd9a6a36 by Bas Couwenberg at 2023-07-18T12:32:55+02:00 Only ignore test failures on mips*el. - - - - - 3 changed files: - debian/changelog - debian/rules - debian/tests/autopkgtest-pkg-pybuild.conf Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +python-shapely (2.0.1-3) UNRELEASED; urgency=medium + + * Only ignore test failures on mips*el. + + -- Bas Couwenberg <[email protected]> Tue, 18 Jul 2023 12:32:36 +0200 + python-shapely (2.0.1-2) unstable; urgency=medium * Use autopkgtest-pkg-pybuild testsuite. ===================================== debian/rules ===================================== @@ -17,7 +17,7 @@ include /usr/share/dpkg/architecture.mk override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) -ifneq (,$(filter $(DEB_BUILD_ARCH),mips64el mipsel s390x hppa ppc64)) +ifneq (,$(filter $(DEB_BUILD_ARCH),mips64el mipsel)) dh_auto_test || echo "Ignoring test failures" else dh_auto_test ===================================== debian/tests/autopkgtest-pkg-pybuild.conf ===================================== @@ -1 +1 @@ -architecture=!mips64el !mipsel !s390x +architecture=!mips64el !mipsel View it on GitLab: https://salsa.debian.org/debian-gis-team/python-shapely/-/commit/fd9a6a36be597bacdf2103148acc212067a12c26 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-shapely/-/commit/fd9a6a36be597bacdf2103148acc212067a12c26 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
