File: control

package info (click to toggle)
libnginx-mod-http-geoip2 1%3A3.4-3
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 132 kB
  • sloc: ansic: 1,185; sh: 53; makefile: 7
file content (44 lines) | stat: -rw-r--r-- 1,629 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
Source: libnginx-mod-http-geoip2
Section: httpd
Priority: optional
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Uploaders: Jan Mojžíš <jan.mojzis@gmail.com>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-nginx,
               libmaxminddb-dev,
               libnginx-mod-stream (<<1.22.1.1~),
               libnginx-mod-stream (>=1.22.1),
               nginx-abi-1.22.1-7,
Standards-Version: 4.6.2
Homepage: https://github.com/leev/ngx_http_geoip2_module
Vcs-Git: https://salsa.debian.org/nginx-team/libnginx-mod-http-geoip2.git
Vcs-Browser: https://salsa.debian.org/nginx-team/libnginx-mod-http-geoip2
Rules-Requires-Root: no

Package: libnginx-mod-http-geoip2
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${shlibs:Depends},
Recommends: nginx,
Description: GeoIP2 HTTP module for Nginx
 The ngx_http_geoip2 module creates variables with values depending on the
 client IP address, using the precompiled MaxMind GeoIP2 databases.
 .
 Those variables include country, region, city, latitude, longitude, postal
 code, etc.

Package: libnginx-mod-stream-geoip2
Architecture: any
Multi-Arch: foreign
Depends: libnginx-mod-stream (<<1.22.1.1~),
         libnginx-mod-stream (>=1.22.1),
         ${misc:Depends},
         ${shlibs:Depends},
Recommends: nginx,
Description: GeoIP2 Stream module for Nginx
 The ngx_stream_geoip2 module creates variables with values depending on the
 client IP address, using the precompiled MaxMind GeoIP2 databases.
 .
 Those variables include country, region, city, latitude, longitude, postal
 code, etc.