Bas Couwenberg pushed to branch master at Debian GIS Project / pyorbital
Commits: ef8fbc92 by Bas Couwenberg at 2022-12-22T10:13:26+01:00 Enable numpy3 dh helper. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,7 +1,11 @@ pyorbital (1.7.3-2) UNRELEASED; urgency=medium + [ Antonio Valentino ] * Improve d/python3-pyorbital.lintian-overrides formatting. + [ Bas Couwenberg ] + * Enable numpy3 dh helper. + -- Antonio Valentino <[email protected]> Wed, 13 Jul 2022 07:48:38 +0200 pyorbital (1.7.3-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -21,8 +21,7 @@ Homepage: https://github.com/pytroll/pyorbital Package: python3-pyorbital Architecture: all -Depends: python3-numpy, - python3-requests, +Depends: python3-requests, python3-scipy, ${python3:Depends}, ${misc:Depends} ===================================== debian/rules ===================================== @@ -9,7 +9,7 @@ export PYBUILD_NAME=pyorbital %: - dh $@ --with python3,sphinxdoc --buildsystem=pybuild + dh $@ --with python3,numpy3,sphinxdoc --buildsystem=pybuild override_dh_auto_build: export http_proxy=127.0.0.1:9 @@ -28,4 +28,7 @@ override_dh_auto_install: override_dh_python3: dh_python3 -ppython3-pyorbital + + +override_dh_numpy3: dh_numpy3 -ppython3-pyorbital View it on GitLab: https://salsa.debian.org/debian-gis-team/pyorbital/-/commit/ef8fbc9294dcd4466db4210955fe3a3c03e834dd -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyorbital/-/commit/ef8fbc9294dcd4466db4210955fe3a3c03e834dd 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
