Bas Couwenberg pushed to branch master at Debian GIS Project / pykdtree
Commits: 748fca56 by Bas Couwenberg at 2023-08-30T18:22:57+02:00 Switch to dh-sequence-*. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,7 @@ pykdtree (1.3.7+ds-2) UNRELEASED; urgency=medium * Team upload. * Remove generated files in clean target. + * Switch to dh-sequence-*. -- Bas Couwenberg <[email protected]> Sun, 13 Aug 2023 10:29:11 +0200 ===================================== debian/control ===================================== @@ -7,6 +7,8 @@ Rules-Requires-Root: no Testsuite: autopkgtest-pkg-python Build-Depends: debhelper-compat (= 13), dh-python, + dh-sequence-numpy3, + dh-sequence-python3, cython3, python3-all-dev, python3-mako, ===================================== debian/rules ===================================== @@ -10,7 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all export PYBUILD_NAME=pykdtree %: - dh $@ --with python3,numpy3 --buildsystem=pybuild + dh $@ --buildsystem=pybuild execute_after_dh_auto_configure: cython3 pykdtree/kdtree.pyx View it on GitLab: https://salsa.debian.org/debian-gis-team/pykdtree/-/commit/748fca56b15c89523d8c919d25cb35de94143904 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pykdtree/-/commit/748fca56b15c89523d8c919d25cb35de94143904 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
