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 <[email protected]> Sat, 07 May 2022 09:54:25 +0200 + -- Bas Couwenberg <[email protected]> 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 <[email protected]> +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.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
