Bas Couwenberg pushed to branch master at Debian GIS Project / python-shapely
Commits: c74ac196 by Bas Couwenberg at 2023-10-13T06:59:53+02:00 Fix autopkgtest failure. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +python-shapely (2.0.2-2) UNRELEASED; urgency=medium + + * Fix autopkgtest failure. + + -- Bas Couwenberg <[email protected]> Fri, 13 Oct 2023 06:59:45 +0200 + python-shapely (2.0.2-1) unstable; urgency=medium * New upstream release. ===================================== debian/rules ===================================== @@ -8,6 +8,11 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all export PYBUILD_NAME=shapely +ifeq ($(PYBUILD_AUTOPKGTEST),1) +export PYBUILD_BEFORE_TEST=cp -rv shapely/ {build_dir} +export PYBUILD_TEST_ARGS=-vv shapely/tests +endif + export LC_ALL=C.UTF-8 include /usr/share/dpkg/architecture.mk View it on GitLab: https://salsa.debian.org/debian-gis-team/python-shapely/-/commit/c74ac1962537c63ca1945a83c7a45a4480d6303c -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-shapely/-/commit/c74ac1962537c63ca1945a83c7a45a4480d6303c 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
