File: control

package info (click to toggle)
libgeo-converter-wkt2kml-perl 0.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 148 kB
  • sloc: perl: 139; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,177 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
Source: libgeo-converter-wkt2kml-perl
Standards-Version: 4.7.2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Francesco Paolo Lovergine <frankie@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
 debhelper-compat (= 13),
 perl,
 libmodule-build-perl,
Build-Depends-Indep:
 libtest-base-perl <!nocheck>,
 libversion-perl <!nocheck>,
 libxml-parser-perl <!nocheck>,
 libxml-simple-perl <!nocheck>,
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

Package: libgeo-converter-wkt2kml-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libversion-perl,
 libxml-parser-perl,
 libxml-simple-perl,
Description: module 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.