Bas Couwenberg pushed to branch master at Debian GIS Project / pytroll-schedule
Commits: 5692e543 by Bas Couwenberg at 2022-12-22T12:42:49+01:00 Enable numpy3 dh helper. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pytroll-schedule (0.6.0-6) UNRELEASED; urgency=medium + + * Team upload. + * Enable numpy3 dh helper. + + -- Bas Couwenberg <[email protected]> Thu, 22 Dec 2022 12:42:44 +0100 + pytroll-schedule (0.6.0-5) unstable; urgency=medium * debian/patches: ===================================== debian/control ===================================== @@ -23,16 +23,13 @@ Rules-Requires-Root: no Package: python3-trollsched Architecture: all -Depends: python3-numpy, - python3-pyorbital, +Depends: python3-pyorbital, python3-pyresample, python3-yaml, ${python3:Depends}, ${misc:Depends} -Recommends: trollsched-bin, - ${python3:Recommends} -Suggests: ${python3:Suggests}, - python3-cartopy +Recommends: trollsched-bin +Suggests: python3-cartopy Description: Scheduling satellite passes in Python The package provides a Python library and tools for reception scheduling of polar orbit weather satellites. @@ -44,8 +41,6 @@ Section: utils Depends: python3-trollsched (= ${source:Version}), ${python3:Depends}, ${misc:Depends} -Recommends: ${python3:Recommends} -Suggests: ${python3:Suggests} Description: Scheduling satellite passes in Python - scripts The package provides a Python library and tools for reception scheduling of polar orbit weather satellites. ===================================== debian/rules ===================================== @@ -7,9 +7,12 @@ export PYBUILD_TEST_ARGS=$(CURDIR)/trollsched/tests %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --with python3,numpy3 --buildsystem=pybuild override_dh_auto_clean: dh_auto_clean $(RM) -r *.egg-info + +override_dh_numpy3: + dh_numpy3 -p python3-trollsched View it on GitLab: https://salsa.debian.org/debian-gis-team/pytroll-schedule/-/commit/5692e543a3c443380e9f82882f5a99b940d23a4e -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pytroll-schedule/-/commit/5692e543a3c443380e9f82882f5a99b940d23a4e 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
