File: control

package info (click to toggle)
lua-geoip 0.1.2%2Bgit20160613-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 192 kB
  • ctags: 79
  • sloc: ansic: 751; makefile: 10; sh: 10
file content (47 lines) | stat: -rw-r--r-- 1,622 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
Source: lua-geoip
Section: interpreters
Priority: optional
Maintainer: Sophie Brun <sophie@freexian.com>
Build-Depends: debhelper (>=9),
               pkg-config,
               dh-lua (>=24),
               liblua5.1-0-dev,
               libgeoip-dev,
# for the tests:
               lua-socket,
               geoip-database,
               geoip-database-extra,
Standards-Version: 3.9.8
Homepage: https://github.com/agladysh/lua-geoip
Vcs-Git: https://anonscm.debian.org/git/pkg-lua/lua-geoip.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lua/lua-geoip.git

Package: lua-geoip-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: lua-geoip (= ${binary:Version}), ${misc:Depends}
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: Development files for lua-geoip library
 This package contains the development files of the lua-geoip library, useful
 to create a statically linked binary (like a C application or a standalone Lua
 interpreter)..
 .
 Documentation is also shipped within this package.

Package: lua-geoip
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
         ${misc:Depends},
         geoip-database,
         geoip-database-extra
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: GeoIP library bindings for the Lua language
 This package contains bindings for the GeoIP library for the Lua language. It
 allows one to find the country and the city that any IP address or hostname
 originates from. It uses a file based database, not reverse DNS lookups.