Bas Couwenberg pushed to branch master at Debian GIS Project / pyninjotiff
Commits: 2505c1d2 by Bas Couwenberg at 2022-12-22T10:12:28+01:00 Enable numpy3 dh helper. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pyninjotiff (0.4.0-3) UNRELEASED; urgency=medium + + * Team upload. + * Enable numpy3 dh helper. + + -- Bas Couwenberg <[email protected]> Thu, 22 Dec 2022 10:01:47 +0100 + pyninjotiff (0.4.0-2) unstable; urgency=medium [ Bas Couwenberg ] ===================================== debian/control ===================================== @@ -28,15 +28,12 @@ Package: python3-pyninjotiff Architecture: all Depends: python3-dask, python3-matplotlib, - python3-numpy, python3-pyproj, python3-pyresample, python3-six, python3-xarray, ${python3:Depends}, ${misc:Depends} -Recommends: ${python3:Recommends} -Suggests: ${python3:Suggests} Description: Python library for writing NinJo-compatible TIFF files A small Python library for writing TIFF files that are compatible with NinJo. ===================================== debian/rules ===================================== @@ -10,7 +10,7 @@ rm -rf "{destdir}"/usr/lib/python3*/*-packages/pyninjotiff/*ninjotif*example*; \ chmod -x "{destdir}"/usr/lib/python3*/*-packages/pyninjotiff/ninjotiff.py %: - 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/pyninjotiff/-/commit/2505c1d2e91f123eba128ddb97da704e89830170 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyninjotiff/-/commit/2505c1d2e91f123eba128ddb97da704e89830170 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
