File: control

package info (click to toggle)
libgeo-gdal-ffi-perl 0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 548 kB
  • sloc: perl: 4,364; makefile: 15
file content (42 lines) | stat: -rw-r--r-- 1,642 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: libgeo-gdal-ffi-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-pdl,
               gdal-bin,
               libffi-platypus-perl <!nocheck>,
               libgdal-dev,
               libjson-perl <!nocheck>,
               libpath-tiny-perl <!nocheck>,
               libpkgconfig-perl <!nocheck>,
               libsort-versions-perl <!nocheck>,
               libtest-exception-perl <!nocheck>,
               libtest-simple-perl <!nocheck>,
               libtest-tempdir-tiny-perl <!nocheck>,
               pdl <!nocheck>,
               perl-xs-dev,
               perl:native
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgeo-gdal-ffi-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgeo-gdal-ffi-perl.git
Homepage: https://metacpan.org/release/Geo-GDAL-FFI
Rules-Requires-Root: no

Package: libgeo-gdal-ffi-perl
Architecture: any
Depends: ${gdal:Depends},
         ${misc:Depends},
         ${pdl:Depends},
         ${perl:Depends},
         libffi-platypus-perl,
         libpkgconfig-perl,
         libsort-versions-perl
Description: 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.