[Git][debian-gis-team/gdal][experimental] 2 commits: Add upstream patch to fix FTBFS on 32-bit architectures.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Sun May 8 20:57:55 BST 2022



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


Commits:
d876c667 by Bas Couwenberg at 2022-05-08T21:11:14+02:00
Add upstream patch to fix FTBFS on 32-bit architectures.

- - - - -
ecddefbb by Bas Couwenberg at 2022-05-08T21:13:53+02:00
Set distribution to experimental.

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/0001-PCIDSK-fix-build-on-32-bit-architectures-on-Debian-f.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,10 +1,11 @@
-gdal (3.5.0~rc1+dfsg-1~exp2) UNRELEASED; urgency=medium
+gdal (3.5.0~rc1+dfsg-1~exp2) experimental; urgency=medium
 
   * Use pkgkde-symbolshelper instead of gdal-symbols.pl.
   * Drop obsolete README.source and TODO files.
   * Update symbols for amd64.
+  * Add upstream patch to fix FTBFS on 32-bit architectures.
 
- -- Bas Couwenberg <sebastic at debian.org>  Sat, 07 May 2022 09:54:25 +0200
+ -- Bas Couwenberg <sebastic at debian.org>  Sun, 08 May 2022 21:13:11 +0200
 
 gdal (3.5.0~rc1+dfsg-1~exp1) experimental; urgency=medium
 


=====================================
debian/patches/0001-PCIDSK-fix-build-on-32-bit-architectures-on-Debian-f.patch
=====================================
@@ -0,0 +1,15 @@
+Description: PCIDSK: fix build on 32-bit architectures on Debian (fixes #5694)
+Author: Even Rouault <even.rouault at spatialys.com>
+Origin: https://github.com/OSGeo/gdal/commit/145aa367e07cd210a954af1eac2d3378a18deb61
+Bug: https://github.com/OSGeo/gdal/issues/5694
+
+--- a/frmts/pcidsk/sdk/blockdir/asciitiledir.cpp
++++ b/frmts/pcidsk/sdk/blockdir/asciitiledir.cpp
+@@ -36,6 +36,7 @@
+ #include <cstring>
+ #include <cstdio>
+ #include <algorithm>
++#include <limits>
+ #include <set>
+ 
+ using namespace PCIDSK;


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 repack.patch
 spelling-errors.patch
+0001-PCIDSK-fix-build-on-32-bit-architectures-on-Debian-f.patch



View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/-/compare/c935220d4057d95cbc171fcf3a628c9c295ae75c...ecddefbbbb37be54986e0a703768b97cb64f8199

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/-/compare/c935220d4057d95cbc171fcf3a628c9c295ae75c...ecddefbbbb37be54986e0a703768b97cb64f8199
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/20220508/0e6be5dc/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list