libgeo-gdal-ffi-perl 0.1-3 source package in Ubuntu

Changelog

libgeo-gdal-ffi-perl (0.1-3) unstable; urgency=medium

  * Team upload.
  * Update gbp.conf to use pristine-tar by default.
  * Add upstream patch to fix FTBFS with GDAL 3.8.0.
    (closes: #1055581)
  * Fix GDAL_ABI oneliner to return only latest package.
  * Add dh-sequence-pdl to build dependencies.
  * Add ${pdl:Depends} to binary dependencies.
  * Use execute_after instead of override in rules file.
  * Enable Salsa CI.
  * Add patch to fix spelling errors.
  * Skip use.t autopkgtest which still fails with use-whitelist.

 -- Bas Couwenberg <email address hidden>  Sun, 12 Nov 2023 21:21:12 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libgeo-gdal-ffi-perl_0.1-3.dsc 2.3 KiB f3d299d0e84c2112dd6a77092326fe946e3683cb1a689fa9528976f7710523d1
libgeo-gdal-ffi-perl_0.1.orig.tar.gz 50.3 KiB 813b7612a225fae071822ca1f8cd169f4ed49a3f310c25ee355fde4e5a4ee81a
libgeo-gdal-ffi-perl_0.1-3.debian.tar.xz 8.1 KiB 1207efb61ec59da2ef2749c1b84101bf1b57700e47ba82fc821602856f1a091a

Available diffs

No changes file available.

Binary packages built by this source

libgeo-gdal-ffi-perl: foreign function interface for GDAL/OGR binding

 Geo::GDAL::FFI is a foreign function interface (FFI) to the GDAL/OGR
 geospatial data access library.
 .
 The FFI interface is based on the C API for GDAL/OGR as defined in version 3.5+
 and replaces the deprecated Geo::GDAL interface based on XS.