File: control

package info (click to toggle)
libgeo-converter-wkt2kml-perl 0.0.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 148 kB
  • sloc: perl: 139; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,381 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
Source: libgeo-converter-wkt2kml-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),
               perl
Build-Depends-Indep: libtest-base-perl <!nocheck>,
                     libversion-perl <!nocheck>,
                     libxml-parser-perl <!nocheck>,
                     libxml-simple-perl <!nocheck>,
                     libmodule-build-perl <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgeo-converter-wkt2kml-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgeo-converter-wkt2kml-perl.git
Homepage: https://metacpan.org/release/Geo-Converter-WKT2KML
Rules-Requires-Root: no

Package: libgeo-converter-wkt2kml-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libtest-base-perl,
         libversion-perl,
         libxml-parser-perl,
         libxml-simple-perl
Description: a package to convert between WKT and KML standards
 Geo::Converter::WKT2KML provides two functions, wkt2kml and kml2wkt.
 These are convert geometry formats WKT (Well-Known Text) and KML 
 each other. While the WKT spec is completely implemented, the KML
 spec is not completely interpreted.