Bas Couwenberg pushed to branch master at Debian GIS Project / sarsen
Commits: 325cde9d by Bas Couwenberg at 2022-12-22T13:10:32+01:00 Enable numpy3 dh helper. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +sarsen (0.9.3+ds-2) UNRELEASED; urgency=medium + + * Team upload. + * Enable numpy3 dh helper. + + -- Bas Couwenberg <[email protected]> Thu, 22 Dec 2022 13:10:29 +0100 + sarsen (0.9.3+ds-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -28,8 +28,8 @@ Homepage: https://github.com/bopen/sarsen Package: python3-sarsen Architecture: all -Depends: ${misc:Depends}, - ${python3:Depends} +Depends: ${python3:Depends}, + ${misc:Depends} Description: Algorithms and utilities for Synthetic Aperture Radar (SAR) sensors Enables cloud-native SAR processing via Xarray and Dask. . @@ -58,9 +58,9 @@ Description: Algorithms and utilities for Synthetic Aperture Radar (SAR) sensors Package: sarsen Architecture: all Section: utils -Depends: ${misc:Depends}, +Depends: python3-sarsen (= ${source:Version}), ${python3:Depends}, - python3-sarsen (= ${source:Version}) + ${misc:Depends} Description: Algorithms and utilities for Synthetic Aperture Radar (SAR) sensors -- scripts Enables cloud-native SAR processing via Xarray and Dask. . ===================================== debian/rules ===================================== @@ -4,9 +4,12 @@ export GITHUB_ACTIONS=true %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --with python3,numpy3 --buildsystem=pybuild override_dh_auto_clean: dh_auto_clean $(RM) -r *.egg-info $(RM) sarsen/version.py + +override_dh_numpy3: + dh_numpy3 -p python3-sarsen View it on GitLab: https://salsa.debian.org/debian-gis-team/sarsen/-/commit/325cde9d1ec5e23bfb1a19fdc97d465ab8393ad2 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/sarsen/-/commit/325cde9d1ec5e23bfb1a19fdc97d465ab8393ad2 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
