[Git][debian-gis-team/gdal][experimental] 2 commits: Add patch to fix compatibility with GCC 13.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Wed Nov 8 19:52:31 GMT 2023



Bas Couwenberg pushed to branch experimental at Debian GIS Project / gdal


Commits:
aa5ff670 by Bas Couwenberg at 2023-11-08T20:42:52+01:00
Add patch to fix compatibility with GCC 13.

- - - - -
e8826a24 by Bas Couwenberg at 2023-11-08T20:42:52+01:00
Set distribution to experimental.

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/gcc-13.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+gdal (3.8.0~rc1+dfsg-1~exp2) experimental; urgency=medium
+
+  * Add patch to fix compatibility with GCC 13.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Wed, 08 Nov 2023 20:33:43 +0100
+
 gdal (3.8.0~rc1+dfsg-1~exp1) experimental; urgency=medium
 
   * New upstream release candidate.


=====================================
debian/patches/gcc-13.patch
=====================================
@@ -0,0 +1,15 @@
+Description: Include <cstdint> for uint64_t.
+ Per: http://gcc.gnu.org/gcc-13/porting_to.html
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: https://github.com/OSGeo/gdal/pull/8682
+
+--- a/port/cpl_json.h
++++ b/port/cpl_json.h
+@@ -31,6 +31,7 @@
+ #include "cpl_progress.h"
+ #include "cpl_string.h"
+ 
++#include <cstdint>
+ #include <string>
+ #include <vector>
+ 


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 repack.patch
+gcc-13.patch



View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/-/compare/88aeeec0ace15015179c772fad55f6b15d3f5ba4...e8826a246e1f1c296db385efc721d3334dd8a9a7

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/-/compare/88aeeec0ace15015179c772fad55f6b15d3f5ba4...e8826a246e1f1c296db385efc721d3334dd8a9a7
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/20231108/d24cba90/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list