Bas Couwenberg pushed to branch master at Debian GIS Project / netcdf4-python
Commits: 02b10114 by Bas Couwenberg at 2022-12-22T08:43:39+01:00 Fix typo in changelog. - - - - - 7c4cfc36 by Bas Couwenberg at 2022-12-22T08:43:51+01:00 Enable numpy3 dh helper. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,7 +1,8 @@ netcdf4-python (1.6.2-2) UNRELEASED; urgency=medium * Add Rules-Requires-Root to control file. - * Use path to not set RPATH in libraries. + * Use patch to not set RPATH in libraries. + * Enable numpy3 dh helper. -- Bas Couwenberg <[email protected]> Mon, 28 Nov 2022 14:23:50 +0100 ===================================== debian/rules ===================================== @@ -14,13 +14,9 @@ export USE_NCCONFIG=1 %: dh $@ \ - --with python3 \ + --with python3,numpy3 \ --buildsystem=pybuild override_dh_auto_test: PYBUILD_SYSTEM=custom \ PYBUILD_TEST_ARGS="cd test && NO_NET=1 NO_PLUGINS=1 {interpreter} run_all.py" dh_auto_test || echo "Ignoring test failures" - -override_dh_python3: - dh_python3 -ppython3-netcdf4 - dh_numpy3 -ppython3-netcdf4 View it on GitLab: https://salsa.debian.org/debian-gis-team/netcdf4-python/-/compare/90bd4aab819eef0d873914a3156999e5d219237d...7c4cfc365f12ca1b1f72ce037466a75ffc97d63c -- View it on GitLab: https://salsa.debian.org/debian-gis-team/netcdf4-python/-/compare/90bd4aab819eef0d873914a3156999e5d219237d...7c4cfc365f12ca1b1f72ce037466a75ffc97d63c 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
