File: control

package info (click to toggle)
libgeo-ip-perl 1.50-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 936 kB
  • ctags: 926
  • sloc: perl: 6,821; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,077 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
Source: libgeo-ip-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312),
               geoip-database,
               libgeoip-dev,
               perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgeo-ip-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libgeo-ip-perl.git
Homepage: https://metacpan.org/release/Geo-IP
Testsuite: autopkgtest-pkg-perl

Package: libgeo-ip-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: Perl interface to GeoIP library
 Geo::IP is a Perl external module which provides an interface to
 GeoIP library.
 .
 GeoIP is a C library that enables the user to find the country that any
 IP address or hostname originates from.  It uses a file based database
 that simply contains IP blocks as keys, and countries as values.
 This database is managed by the GeoIP library package.