Bas Couwenberg pushed to branch master at Debian GIS Project / python-cartopy
Commits: 16968330 by Bas Couwenberg at 2022-12-22T11:14:35+01:00 Enable numpy3 dh helper. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +python-cartopy (0.21.1+dfsg-2) UNRELEASED; urgency=medium + + * Team upload. + * Enable numpy3 dh helper. + + -- Bas Couwenberg <[email protected]> Thu, 22 Dec 2022 11:04:29 +0100 + python-cartopy (0.21.1+dfsg-1) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -23,7 +23,7 @@ export PYBUILD_TEST_PYTEST = 1 export PYBUILD_TEST_ARGS = --pyargs -v -m "not network and not natural_earth" %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --with python3,numpy3 --buildsystem=pybuild override_dh_clean: dh_clean $(CURDIR)/lib/cartopy/_version.py @@ -60,5 +60,7 @@ override_dh_auto_install: $(RM) -r debian/*/usr/lib/python*/dist-packages/cartopy_test_output override_dh_python3: - dh_python3 - dh_numpy3 + dh_python3 -p python3-cartopy + +override_dh_numpy3: + dh_numpy3 -p python3-cartopy View it on GitLab: https://salsa.debian.org/debian-gis-team/python-cartopy/-/commit/16968330dd3f7d68eb05f1f8557744c0d185c1c1 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-cartopy/-/commit/16968330dd3f7d68eb05f1f8557744c0d185c1c1 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
