File: control

package info (click to toggle)
geoip 1.6.9-4
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,044 kB
  • ctags: 702
  • sloc: ansic: 17,024; cpp: 1,528; perl: 200; makefile: 97; sh: 27; awk: 13
file content (79 lines) | stat: -rw-r--r-- 2,683 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Source: geoip
Section: net
Priority: optional
Homepage: http://www.maxmind.com/
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Build-Depends: debhelper (>= 9),
 chrpath,
 zlib1g-dev,
 autotools-dev,
 dh-autoreconf,
 libtool
Standards-Version: 3.9.8

Package: libgeoip1
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
 ${shlibs:Depends}
Recommends: geoip-database
Suggests: geoip-bin
Multi-Arch: same
Description: non-DNS IP-to-country resolver 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.
 .
 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 shared library.

Package: libgeoip-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
 libgeoip1 (= ${binary:Version}),
 geoip-bin (= ${binary:Version})
Description: Development files for the 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.
 .
 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 development files.

Package: geoip-bin
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
 ${shlibs:Depends}
Replaces: libgeoip1 (<= 1.4.4.dfsg-2)
Multi-Arch: foreign
Description: IP lookup command line tools that use the 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.
 .
 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 command line utilities to resolve the IP numbers
 using the GeoIP library.

Package: geoip-dbg
Section: debug
Architecture: any
Priority: extra
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
 geoip-bin (= ${binary:Version}) | libgeoip1 (= ${binary:Version})
Description: debugging symbols for the GeoIP packages
 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 debugging symbols for the libgeoip1 and geoip-bin
 package.