Bas Couwenberg pushed to branch master at Debian GIS Project / python-shapely
Commits: c220807b by Bas Couwenberg at 2024-07-24T19:50:31+02:00 Use -Wno-error=incompatible-pointer-types to fix FTBFS with GCC 14. (closes: #1075423) - - - - - 2d6be37d by Bas Couwenberg at 2024-07-24T19:56:11+02:00 Set distribution to unstable. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +python-shapely (2.0.5-2) unstable; urgency=medium + + * Use -Wno-error=incompatible-pointer-types to fix FTBFS with GCC 14. + (closes: #1075423) + + -- Bas Couwenberg <[email protected]> Wed, 24 Jul 2024 19:56:01 +0200 + python-shapely (2.0.5-1) unstable; urgency=medium * New upstream release. ===================================== debian/rules ===================================== @@ -7,6 +7,8 @@ # Enable hardening build flags export DEB_BUILD_MAINT_OPTIONS=hardening=+all +export DEB_CFLAGS_MAINT_APPEND=-Wno-error=incompatible-pointer-types + export PYBUILD_NAME=shapely ifeq ($(PYBUILD_AUTOPKGTEST),1) export PYBUILD_TEST_ARGS=-vv --pyargs ${PYBUILD_NAME} View it on GitLab: https://salsa.debian.org/debian-gis-team/python-shapely/-/compare/a4020d530ba382355cb57b2f70447a0e07b02d26...2d6be37d075f890a17cc5f1ce2a08d640f67fb76 -- This project does not include diff previews in email notifications. View it on GitLab: https://salsa.debian.org/debian-gis-team/python-shapely/-/compare/a4020d530ba382355cb57b2f70447a0e07b02d26...2d6be37d075f890a17cc5f1ce2a08d640f67fb76 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
