[Git][debian-gis-team/pykdtree][master] Enable numpy3 dh helper.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Thu Dec 22 08:45:59 GMT 2022
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 <sebastic at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20221222/e3943c86/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list