Bas Couwenberg pushed to branch master at Debian GIS Project / gdal
Commits: 11b4f7ed by Bas Couwenberg at 2022-12-21T21:21:46+01:00 Enable numpy3 dh helper. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +gdal (3.6.1+dfsg-2) UNRELEASED; urgency=medium + + * Enable numpy3 dh helper. + + -- Bas Couwenberg <[email protected]> Wed, 21 Dec 2022 21:21:44 +0100 + gdal (3.6.1+dfsg-1) unstable; urgency=medium * New upstream release. ===================================== debian/rules ===================================== @@ -40,7 +40,7 @@ versions: @echo Python versions: $(PYVERS) %: - dh $@ --with python3,pkgkde_symbolshelper --buildsystem cmake + dh $@ --with python3,numpy3,pkgkde_symbolshelper --buildsystem cmake override_dh_auto_clean: for V in $(PYVERS); do \ @@ -136,6 +136,8 @@ override_dh_installdocs: override_dh_python3: dh_python3 -X.info -pgdal-bin -ppython3-gdal --shebang=/usr/bin/python3 + +override_dh_numpy3: dh_numpy3 -pgdal-bin -ppython3-gdal override_dh_makeshlibs: View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/-/commit/11b4f7ed37ea35d3dc155e04ebf7781291b21c25 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/-/commit/11b4f7ed37ea35d3dc155e04ebf7781291b21c25 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
