Bas Couwenberg pushed to branch master at Debian GIS Project / gdal
Commits: 8c14404f by Bas Couwenberg at 2026-08-05T20:51:31+02:00 Drop KML support, libkml is dead upstream. - - - - - b818f01b by Bas Couwenberg at 2026-08-05T20:52:18+02:00 Update lintian overrides. - - - - - 5 changed files: - debian/changelog - debian/control - debian/libgdal39.lintian-overrides - debian/libgdal39.symbols - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +gdal (3.13.2+dfsg-2) UNRELEASED; urgency=medium + + * Drop KML support, libkml is dead upstream. + * Update lintian overrides. + + -- Bas Couwenberg <[email protected]> Wed, 05 Aug 2026 20:27:29 +0200 + gdal (3.13.2+dfsg-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -33,7 +33,6 @@ Build-Depends: cmake, libjpeg-dev, libjson-c-dev, libjxl-dev, - libkml-dev (>= 1.3.0~rc0-3), liblz4-dev, liblzma-dev, libmariadb-dev-compat, @@ -123,7 +122,6 @@ Depends: libgdal39 (= ${binary:Version}), libjpeg-dev, libjson-c-dev, libjxl-dev, - libkml-dev, libltdl-dev, liblz4-dev, liblzma-dev, ===================================== debian/libgdal39.lintian-overrides ===================================== @@ -1,7 +1,6 @@ # False positive, string not included in source spelling-error-in-binary Accesss Access * spelling-error-in-binary algoorithm algorithm * -spelling-error-in-binary containe contained * spelling-error-in-binary lengH length * # False positive, Lat/Lon ===================================== debian/libgdal39.symbols ===================================== @@ -2243,7 +2243,6 @@ libgdal.so.39 #PACKAGE# #MINVER# RegisterOGRJML@Base 2.0.1 RegisterOGRJSONFG@Base 3.8.0 RegisterOGRKML@Base 1.8.0 - RegisterOGRLIBKML@Base 1.9.0 RegisterOGRLVBAG@Base 3.2.0 RegisterOGRMSSQLSpatial@Base 1.8.0 RegisterOGRMVT@Base 2.3.0 ===================================== debian/rules ===================================== @@ -77,7 +77,6 @@ override_dh_auto_configure: -DGDAL_USE_JSONC=ON \ -DGDAL_USE_JXL=ON \ -DGDAL_USE_LERC_INTERNAL=ON \ - -DGDAL_USE_LIBKML=ON \ -DGDAL_USE_LIBLZMA=ON \ -DGDAL_USE_LZ4=ON \ -DGDAL_USE_MRSID=OFF \ View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/-/compare/74ed257174abefb100eca5223f8f32d1cf63d65c...b818f01bed6db80a1c34c987c1508ad506e4a8f9 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/-/compare/74ed257174abefb100eca5223f8f32d1cf63d65c...b818f01bed6db80a1c34c987c1508ad506e4a8f9 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
