File: control

package info (click to toggle)
geoip-database 20170512-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 143,368 kB
  • ctags: 1
  • sloc: sh: 31; makefile: 29
file content (36 lines) | stat: -rw-r--r-- 1,374 bytes parent folder | download | duplicates (3)
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
Source: geoip-database
Section: net
Priority: optional
Homepage: http://www.maxmind.com/
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Build-Depends: debhelper (>= 9),
 geoip-bin (>= 1.6.7-2~),
 libgeoip-dev (>= 1.6.7-2~)
Standards-Version: 3.9.8

Package: geoip-database
Architecture: all
Depends: ${misc:Depends}
Recommends: libgeoip1
Breaks: libgeoip1 (<< 1.4.5.dfsg)
Description: IP lookup command line tools that use the GeoIP library (country database)
 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 database simply contains IP blocks as keys, and countries as values and
 it should be more complete and accurate than using reverse DNS lookups.
 .
 This package contains the free GeoLiteCountry database.

Package: geoip-database-extra
Architecture: all
Depends: ${misc:Depends}
Recommends: libgeoip1
Description: IP lookup command line tools that use the GeoIP library (ASN/city database)
 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 database simply contains IP blocks as keys, and countries as values and
 it should be more complete and accurate than using reverse DNS lookups.
 .
 This package contains the free GeoLite City and ASN database.