Bas Couwenberg pushed to branch master at Debian GIS Project / pyepr
Commits: 7605f12d by Bas Couwenberg at 2022-12-22T09:23:30+01:00 Enable numpy3 dh helper. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pyepr (1.1.3-3) UNRELEASED; urgency=medium + + * Team upload. + * Enable numpy3 dh helper. + + -- Bas Couwenberg <[email protected]> Thu, 22 Dec 2022 09:23:26 +0100 + pyepr (1.1.3-2) unstable; urgency=medium [ Bas Couwenberg ] ===================================== debian/control ===================================== @@ -25,10 +25,9 @@ Homepage: https://avalentino.github.io/pyepr Package: python3-epr Architecture: any Multi-Arch: same -Depends: ${misc:Depends}, - ${python3:Depends}, +Depends: ${python3:Depends}, ${shlibs:Depends}, - python3-numpy + ${misc:Depends} Suggests: python-epr-doc Description: Python ENVISAT Product Reader API (Python 3) PyEPR provides Python bindings for the ENVISAT Product Reader C API ===================================== debian/rules ===================================== @@ -19,11 +19,14 @@ endif %: - dh $@ --with python3,sphinxdoc --buildsystem=pybuild + dh $@ --with python3,numpy3,sphinxdoc --buildsystem=pybuild override_dh_python3: dh_python3 -N python-epr-doc + + +override_dh_numpy3: dh_numpy3 -N python-epr-doc View it on GitLab: https://salsa.debian.org/debian-gis-team/pyepr/-/commit/7605f12da287ff0c17c56da910622cfc14fd84bf -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyepr/-/commit/7605f12da287ff0c17c56da910622cfc14fd84bf 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
