File: control

package info (click to toggle)
lua-sql 2.2.0~rc1-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 648 kB
  • ctags: 545
  • sloc: ansic: 3,456; java: 123; makefile: 63; xml: 38; sh: 15
file content (69 lines) | stat: -rw-r--r-- 2,660 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
Source: lua-sql
Section: interpreters
Priority: optional
Maintainer: Enrico Tassi <gareuselesinge@debian.org>
Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, libmysqlclient15-dev, libsqlite3-dev, lua5.1-policy-dev (>= 10), libpq-dev
Standards-Version: 3.7.3
Vcs-Svn: svn://svn.debian.org/pkg-lua/packages/lua-sql
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-lua/packages/lua-sql
Homepage: http://www.luaforge.net/projects/luasql

Package: liblua5.1-sql-sqlite3-2
Architecture: any
Depends: ${shlibs:Depends}
Replaces: liblua5.1-sql-sqlite2
Conflicts: liblua5.1-sql-sqlite2
Provides: liblua5.1-sql-sqlite2
Description: luasql library for the lua language version 5.1
 This package contains the luasql library (sqlite3 backend).

Package: liblua5.1-sql-sqlite3-dev
Architecture: any
Depends: liblua5.1-sql-sqlite3-2 (= ${binary:Version})
Replaces: liblua5.1-sql-sqlite-dev
Conflicts: liblua5.1-sql-sqlite-dev
Provides: liblua5.1-sql-sqlite-dev
Section: libdevel
Description: luasql development files for the lua language version 5.1
 This package contains the development files of the luasql library (sqlite
 backend), useful to create a statically linked binary (like a C application or
 a standalone lua interpreter).

Package: liblua5.1-sql-postgres-2
Architecture: any
Depends: ${shlibs:Depends}
Description: luasql library for the lua language version 5.1
 This package contains the luasql library (PostgreSQL backend).

Package: liblua5.1-sql-postgres-dev
Architecture: any
Section: libdevel
Depends: liblua5.1-sql-postgres-2 (= ${binary:Version})
Description: luasql development files for the lua language version 5.1
 This package contains the development files of the luasql library (PostgreSQL
 backend), useful to create a statically linked binary (like a C application or
 a standalone lua interpreter).

Package: liblua5.1-sql-mysql-2
Architecture: any
Depends: ${shlibs:Depends}
Replaces: liblua5.1-sql-mysql2
Conflicts: liblua5.1-sql-mysql2
Provides: liblua5.1-sql-mysql2
Description: luasql library for the lua language version 5.1
 This package contains the luasql library (MySQL backend).

Package: liblua5.1-sql-mysql-dev
Architecture: any
Section: libdevel
Depends: liblua5.1-sql-mysql-2 (= ${binary:Version})
Description: luasql development files for the lua language version 5.1
 This package contains the development files of the luasql library (MySQL
 backend), useful to create a statically linked binary (like a C application or
 a standalone lua interpreter).

Package: liblua5.1-sql-doc
Architecture: all
Section: doc
Description: luasql documentation
 This package contains the documentation of the luasql library.