Bas Couwenberg pushed to branch master at Debian GIS Project / xarray-sentinel
Commits: 6bc08e66 by Bas Couwenberg at 2022-12-22T14:12:48+01:00 Enable numpy3 dh helper. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +xarray-sentinel (0.9.5+ds-2) UNRELEASED; urgency=medium + + * Team upload. + * Enable numpy3 dh helper. + + -- Bas Couwenberg <[email protected]> Thu, 22 Dec 2022 14:12:44 +0100 + xarray-sentinel (0.9.5+ds-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -30,8 +30,8 @@ Homepage: https://github.com/bopen/xarray-sentinel Package: python3-xarray-sentinel Architecture: all -Depends: ${misc:Depends}, - ${python3:Depends} +Depends: ${python3:Depends}, + ${misc:Depends} Recommends: python3-dask, python3-netcdf4, python3-shapely, ===================================== debian/rules ===================================== @@ -13,7 +13,7 @@ $(CURDIR)/tests export SETUPTOOLS_SCM_PRETEND_VERSION=$(DEB_VERSION_UPSTREAM:+ds=) %: - 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/xarray-sentinel/-/commit/6bc08e664879a2f6afc30b23404eceb8dc5b36c2 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/xarray-sentinel/-/commit/6bc08e664879a2f6afc30b23404eceb8dc5b36c2 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
