Bas Couwenberg pushed to branch master at Debian GIS Project / pykdtree
Commits: acb017d2 by Bas Couwenberg at 2022-12-22T09:39:59+01:00 Enable numpy3 dh helper. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pykdtree (1.3.6+ds-2) UNRELEASED; urgency=medium + + * Team upload. + * Enable numpy3 dh helper. + + -- Bas Couwenberg <[email protected]> Thu, 22 Dec 2022 09:39:55 +0100 + pykdtree (1.3.6+ds-1) unstable; urgency=medium * New upstream release. ===================================== debian/rules ===================================== @@ -10,17 +10,13 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all export PYBUILD_NAME=pykdtree %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --with python3,numpy3 --buildsystem=pybuild override_dh_auto_configure: dh_auto_configure cython3 pykdtree/kdtree.pyx cd pykdtree && python3 render_template.py -override_dh_python3: - dh_python3 -ppython3-pykdtree - dh_numpy3 -ppython3-pykdtree - override_dh_auto_clean: dh_auto_clean $(RM) -r pykdtree.egg-info View it on GitLab: https://salsa.debian.org/debian-gis-team/pykdtree/-/commit/acb017d266bdfabdc351f9be745b114fb2b5a6f2 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pykdtree/-/commit/acb017d266bdfabdc351f9be745b114fb2b5a6f2 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
