[Git][debian-gis-team/python-geotiepoints][master] Enable numpy3 dh helper.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Thu Dec 22 11:05:24 GMT 2022



Bas Couwenberg pushed to branch master at Debian GIS Project / python-geotiepoints


Commits:
94eb2b54 by Bas Couwenberg at 2022-12-22T11:56:40+01:00
Enable numpy3 dh helper.

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+python-geotiepoints (1.5.1-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Enable numpy3 dh helper.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Thu, 22 Dec 2022 11:56:36 +0100
+
 python-geotiepoints (1.5.1-1) unstable; urgency=medium
 
   * New upstream release.


=====================================
debian/control
=====================================
@@ -26,16 +26,13 @@ Homepage: https://github.com/pytroll/python-geotiepoints
 Package: python3-geotiepoints
 Architecture: any
 Depends: python3-dask,
-         python3-numpy,
          python3-pandas,
          python3-scipy,
          python3-xarray,
          ${python3:Depends},
          ${shlibs:Depends},
          ${misc:Depends}
-Recommends: python3-h5py,
-            ${python3:Recommends}
-Suggests: ${python3:Suggests}
+Recommends: python3-h5py
 Description: Interpolation of geographic tiepoints in Python
  Python-geotiepoints is a Python module that interpolates (and extrapolates
  if needed) geographical tiepoints into a larger geographical grid.


=====================================
debian/rules
=====================================
@@ -9,7 +9,7 @@ export PYBUILD_NAME=geotiepoints
 export PYTHONPATH=$(CURDIR)
 
 %:
-	dh $@ --with python3 --buildsystem=pybuild
+	dh $@ --with python3,numpy3 --buildsystem=pybuild
 
 override_dh_auto_build:
 	dh_auto_build
@@ -19,7 +19,3 @@ override_dh_auto_clean:
 	$(RM) geotiepoints/multilinear*.so
 	$(RM) -r python_geotiepoints.egg-info
 	$(RM) geotiepoints/multilinear_cython.c
-
-override_dh_python3:
-	dh_python3
-	dh_numpy3



View it on GitLab: https://salsa.debian.org/debian-gis-team/python-geotiepoints/-/commit/94eb2b540380d7d856a9ee5b22a76c362def9d31

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-geotiepoints/-/commit/94eb2b540380d7d856a9ee5b22a76c362def9d31
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/16d2f27b/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list