Bas Couwenberg pushed to branch master at Debian GIS Project / python-hdf4
Commits: 99168a2a by Bas Couwenberg at 2022-12-22T12:05:53+01:00 Enable numpy3 dh helper. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +python-hdf4 (0.10.5-4) UNRELEASED; urgency=medium + + * Team upload. + * Enable numpy3 dh helper. + + -- Bas Couwenberg <[email protected]> Thu, 22 Dec 2022 12:05:50 +0100 + python-hdf4 (0.10.5-3) unstable; urgency=medium * Fix d/tests/python3 script to use pytest. ===================================== debian/control ===================================== @@ -21,8 +21,7 @@ Homepage: https://github.com/fhs/python-hdf4 Package: python3-hdf4 Architecture: any -Depends: python3-numpy, - ${python3:Depends}, +Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: Python-HDF4: Python interface to the NCSA HDF4 library ===================================== debian/rules ===================================== @@ -8,11 +8,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: - dh $@ --with python3 --buildsystem=pybuild - -override_dh_python3: - dh_python3 - dh_numpy3 + dh $@ --with python3,numpy3 --buildsystem=pybuild override_dh_auto_clean: dh_auto_clean View it on GitLab: https://salsa.debian.org/debian-gis-team/python-hdf4/-/commit/99168a2a35e76ba538f2a9081b8f28aef3f97162 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-hdf4/-/commit/99168a2a35e76ba538f2a9081b8f28aef3f97162 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
