Bas Couwenberg pushed to branch master at Debian GIS Project / grass
Commits: 67fbafae by Bas Couwenberg at 2022-12-22T07:09:10+01:00 Enable numpy3 dh helper. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +grass (8.2.0-4) UNRELEASED; urgency=medium + + * Enable numpy3 dh helper. + + -- Bas Couwenberg <[email protected]> Thu, 22 Dec 2022 07:09:07 +0100 + grass (8.2.0-3) unstable; urgency=medium * Add patch to use GRASS version for non-git builds. ===================================== debian/rules ===================================== @@ -36,7 +36,7 @@ templates: done %: - dh $@ --with python3 + dh $@ --with python3,numpy3 override_dh_clean: dh_clean debian/grass-gui.image-file-in-usr-lib.list @@ -227,6 +227,8 @@ override_dh_python3: dh_python3 -pgrass-core /usr/lib/$(BASE_NAME)/scripts/ dh_python3 -pgrass-gui /usr/lib/$(BASE_NAME)/gui/ dh_python3 -pgrass-dev /usr/lib/$(BASE_NAME)/utils/ + +override_dh_numpy3: dh_numpy3 -pgrass-core -pgrass-gui override_dh_shlibdeps: View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/-/commit/67fbafae2e66251d305c43411e03ecbe75453388 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/-/commit/67fbafae2e66251d305c43411e03ecbe75453388 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
