File: control

package info (click to toggle)
geoip-database-contrib 1.19
  • links: PTS, VCS
  • area: contrib
  • in suites: stretch
  • size: 152 kB
  • sloc: sh: 155; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,451 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
Source: geoip-database-contrib
Section: contrib/net
Priority: optional
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Uploaders: Ludovico Cavedon <cavedon@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.8
Homepage: https://www.maxmind.com/en/geoip2-services-and-databases
Vcs-Git: https://anonscm.debian.org/collab-maint/geoip-database-contrib.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/geoip-database-contrib.git

Package: geoip-database-contrib
Architecture: all
Depends: wget,
 ucf (>= 0.28),
 ${misc:Depends}
Suggests: cron-daemon
Provides: geoip-database, geoip-database-extra
Replaces: geoip-database, geoip-database-extra
Conflicts: geoip-database, geoip-database-extra
Description: GeoLite binary database (downloader)
 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.
 .
 This package contains a script that downloads the latest version of the binary
 flavor of the four MaxMind GeoLite databases (Country, IPv6 Country, City, and
 ASN).
 .
 These databases simply contain IP blocks as keys, and countries/cities/ASNs as
 values, which should be more complete and accurate than using reverse DNS
 lookups.
 .
 The MaxMind database itself is made available under a DFSG-compatible license.
 However, it is distributed directly in binary format and the source code for
 generating it is not provided.