Bas Couwenberg pushed to branch master at Debian GIS Project / glymur
Commits: b1a7561d by Bas Couwenberg at 2022-12-22T06:54:25+01:00 Enable numpy3 dh helper. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +glymur (0.12.1-2) UNRELEASED; urgency=medium + + * Team upload. + * Enable numpy3 dh helper. + + -- Bas Couwenberg <[email protected]> Thu, 22 Dec 2022 06:54:16 +0100 + glymur (0.12.1-1) unstable; urgency=medium * New upstream release. ===================================== debian/rules ===================================== @@ -9,7 +9,7 @@ export PYBUILD_TEST_ARGS=\ $(CURDIR)/tests %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --with python3,numpy3 --buildsystem=pybuild override_dh_auto_clean: dh_auto_clean View it on GitLab: https://salsa.debian.org/debian-gis-team/glymur/-/commit/b1a7561d5215fb02938b04a725b1daa87213494b -- View it on GitLab: https://salsa.debian.org/debian-gis-team/glymur/-/commit/b1a7561d5215fb02938b04a725b1daa87213494b 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
