[Git][debian-gis-team/python-shapely][master] 2 commits: Use -Wno-error=incompatible-pointer-types to fix FTBFS with GCC 14. (closes: #1075423)
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Wed Jul 24 19:33:56 BST 2024
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 <sebastic at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20240724/318b53c2/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list