Bas Couwenberg pushed to branch master at Debian GIS Project / python-shapely
Commits: 528ec1e5 by Bas Couwenberg at 2025-12-15T22:08:02+01:00 Annotate build dependencies with nocheck. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -4,6 +4,7 @@ python-shapely (2.1.2-2) UNRELEASED; urgency=medium * Use test-build-validate-cleanup instead of test-build-twice. * Drop mips*el from autopkgtest-pkg-pybuild.conf. * Drop -Wno-error=incompatible-pointer-types. + * Annotate build dependencies with nocheck. -- Bas Couwenberg <[email protected]> Wed, 01 Oct 2025 08:52:01 +0200 ===================================== debian/control ===================================== @@ -12,9 +12,9 @@ Build-Depends: debhelper-compat (= 13), pybuild-plugin-pyproject, python3-all, python3-all-dev, - python3-matplotlib, + python3-matplotlib <!nocheck>, python3-numpy, - python3-pytest, + python3-pytest <!nocheck>, python3-setuptools, cython3 Standards-Version: 4.7.2 ===================================== debian/rules ===================================== @@ -22,10 +22,8 @@ include /usr/share/dpkg/architecture.mk dh $@ --buildsystem=pybuild override_dh_auto_test: -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) ifneq (,$(filter $(DEB_BUILD_ARCH),hppa)) dh_auto_test || echo "Ignoring test failures" else dh_auto_test endif -endif View it on GitLab: https://salsa.debian.org/debian-gis-team/python-shapely/-/commit/528ec1e571daa33276c2aff939000b5843e5550f -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-shapely/-/commit/528ec1e571daa33276c2aff939000b5843e5550f 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
