Bas Couwenberg pushed to branch master at Debian GIS Project / trollimage
Commits: 44de50d8 by Bas Couwenberg at 2022-12-22T14:04:53+01:00 Enable numpy3 dh helper. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +trollimage (1.19.0-2) UNRELEASED; urgency=medium + + * Team upload. + * Enable numpy3 dh helper. + + -- Bas Couwenberg <[email protected]> Thu, 22 Dec 2022 14:04:50 +0100 + trollimage (1.19.0-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -24,15 +24,12 @@ Rules-Requires-Root: no Package: python3-trollimage Architecture: all -Depends: python3-numpy, - python3-pil, +Depends: python3-pil, ${python3:Depends}, ${misc:Depends} Recommends: python3-dask, python3-rasterio, - python3-xarray, - ${python3:Recommends} -Suggests: ${python3:Suggests} + python3-xarray Description: Pytroll imaging library Trollimage is a collection of modules that assist with basic image management in pytroll packages. ===================================== debian/rules ===================================== @@ -7,7 +7,7 @@ export PYBUILD_NAME=trollimage %: - 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/trollimage/-/commit/44de50d89baf498382fda2eef53ce6e96e6e2f89 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/trollimage/-/commit/44de50d89baf498382fda2eef53ce6e96e6e2f89 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
