~ubuntu-branches/ubuntu/raring/luasocket/raring

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Enrico Tassi
  • Date: 2012-05-04 13:37:45 UTC
  • mfrom: (7.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20120504133745-xvzoczqgcp2jfyaj
Tags: 2.0.2-8
* Upload to unstable
* cleanup dh-lua conf files 

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Enrico Tassi <gareuselesinge@debian.org>
5
5
Uploaders: Daniel Silverstone <dsilvers@debian.org>
6
 
Build-Depends: debhelper (>= 5), liblua50-dev (>= 5.0.3-2), liblualib50-dev, lua5.1-policy-dev (>= 32), quilt (>= 0.40), cdbs  (>= 0.4.23-1.1)
7
 
Standards-Version: 3.9.2
 
6
Build-Depends: debhelper (>= 8), dh-lua
 
7
Standards-Version: 3.9.3
8
8
Vcs-Svn: svn://svn.debian.org/pkg-lua/packages/luasocket
9
9
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-lua/packages/luasocket
10
10
Homepage: http://www.tecgraf.puc-rio.br/luasocket/
11
11
 
 
12
Package: lua-socket
 
13
Architecture: any
 
14
Multi-Arch: same
 
15
Pre-Depends: multiarch-support
 
16
Depends: ${misc:Depends}, ${shlibs:Depends}
 
17
Replaces: liblua5.1-socket2 (<< 2.0.2-7~)
 
18
Breaks: liblua5.1-socket2 (<< 2.0.2-7~)
 
19
Provides: liblua5.1-socket2, ${lua:Provides}
 
20
XB-Lua-Versions: ${lua:Versions}
 
21
Description: TCP/UDP socket library for the Lua language
 
22
 Luasocket provides a TCP/UDP socket library for the Lua language
 
23
 .
 
24
 Also provided are HTTP and SMTP implementations, a simple
 
25
 FTP implementation and some URL parsing functions.
 
26
 .
 
27
 Luasocket supports blocking and non-blocking sockets
 
28
 and also provides a select() interface to the language.
 
29
 
 
30
Package: lua-socket-dev
 
31
Architecture: any
 
32
Multi-Arch: same
 
33
Pre-Depends: multiarch-support
 
34
Depends: ${misc:Depends}, lua-socket (= ${binary:Version})
 
35
Replaces: liblua5.1-socket-dev (<< 2.0.2-7~)
 
36
Breaks: liblua5.1-socket-dev (<< 2.0.2-7~)
 
37
Provides: liblua5.1-socket-dev, ${lua:Provides}
 
38
XB-Lua-Versions: ${lua:Versions}
 
39
Section: libdevel
 
40
Description: TCP/UDP socket library for the Lua language
 
41
 This package provides the development headers and the static
 
42
 libraries for libluasocket.
 
43
 
12
44
Package: liblua5.1-socket2
13
 
Architecture: any
14
 
Multi-Arch: same
15
 
Pre-Depends: multiarch-support
16
 
Depends: ${misc:Depends}, ${shlibs:Depends}
17
 
Description: TCP/UDP socket library for Lua 5.1
18
 
 Luasocket provides a TCP/UDP socket library for Lua 5.1
19
 
 .
20
 
 Also provided are HTTP and SMTP implementations, a simple
21
 
 FTP implementation and some URL parsing functions.
22
 
 .
23
 
 Luasocket supports blocking and non-blocking sockets
24
 
 and also provides a select() interface to the language.
 
45
Section: oldlibs
 
46
Priority: extra
 
47
Architecture: all
 
48
Depends: ${misc:Depends}, lua-socket
 
49
Description: Transitional package for lua-socket
 
50
 This is a transitional package to ease upgrades to the lua-socket
 
51
 package. It can safely be removed.
25
52
 
26
53
Package: liblua5.1-socket-dev
27
 
Architecture: any
28
 
Multi-Arch: same
29
 
Pre-Depends: multiarch-support
30
 
Depends: ${misc:Depends}, liblua5.1-socket2 (= ${binary:Version})
31
 
Suggests: liblua-socket-dev
32
 
Section: libdevel
33
 
Description: TCP/UDP socket library for Lua 5.1
34
 
 This package provides the development headers and the static
35
 
 libraries for libluasocket.
36
 
 
37
 
Package: liblua50-socket2
38
 
Architecture: any
39
 
Depends: ${misc:Depends}, ${shlibs:Depends}
40
 
Recommends: lua50 (>= 5.0.3-2)
41
 
Replaces: luasocket
42
 
Conflicts: luasocket
43
 
Provides: luasocket
44
 
Description: TCP/UDP socket library for Lua 5.0
45
 
 Luasocket provides a TCP/UDP socket library for Lua 5.0
46
 
 .
47
 
 Also provided are HTTP and SMTP implementations, a simple
48
 
 FTP implementation and some URL parsing functions.
49
 
 .
50
 
 Luasocket supports blocking and non-blocking sockets
51
 
 and also provides a select() interface to the language.
52
 
 
53
 
Package: liblua50-socket-dev
54
 
Architecture: any
55
 
Recommends: lua50 (>= 5.0.3-2)
56
 
Depends: ${misc:Depends}, liblua50-socket2 (= ${binary:Version}), liblua50-dev
57
 
Replaces: luasocket-dev
58
 
Conflicts: luasocket-dev
59
 
Provides: luasocket-dev
60
 
Suggests: liblua-socket-dev
61
 
Section: libdevel
62
 
Description: TCP/UDP socket library for Lua 5.0
63
 
 This package provides the development headers and the static
64
 
 libraries for libluasocket.
65
 
 
66
 
Package: luasocket
67
 
Architecture: all
68
 
Depends: ${misc:Depends}
69
 
Description: TCP/UDP socket library for Lua 5.0
70
 
 This is a dummy package for upgrading to liblua50-socket0.
71
 
 
72
 
Package: luasocket-dev
73
 
Architecture: all
74
 
Depends: ${misc:Depends}
75
 
Description: TCP/UDP socket library for Lua 5.0
76
 
 This is a dummy package for upgrading to liblua50-socket-dev.
77
 
 
78
 
Package: liblua-socket-doc
79
 
Architecture: all
80
 
Section: doc
81
 
Depends: ${misc:Depends}
82
 
Description: TCP/UDP socket library for Lua documentation
83
 
 This package contains the documentation of the luasocket library,
84
 
 for both the lua5.1 and lua50 flavours of the library.
85
 
 .
86
 
 Luasocket provides a TCP/UDP socket library for Lua
87
 
 .
88
 
 Also provided are HTTP and SMTP implementations, a simple
89
 
 FTP implementation and some URL parsing functions.
90
 
 .
91
 
 Luasocket supports blocking and non-blocking sockets
92
 
 and also provides a select() interface to the language.
 
54
Section: oldlibs
 
55
Priority: extra
 
56
Architecture: all
 
57
Depends: ${misc:Depends}, lua-socket-dev
 
58
Description: Transitional package for lua-socket-dev
 
59
 This is a transitional package to ease upgrades to the lua-socket-dev
 
60
 package. It can safely be removed.
 
61