~ubuntu-branches/ubuntu/lucid/luasocket/lucid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Enrico Tassi
  • Date: 2009-07-21 00:39:37 UTC
  • Revision ID: james.westby@ubuntu.com-20090721003937-19sshy7mfa45ikaq
Tags: 2.0.2-4
* added patch to hide internal symbols, kudos to Stefan Bühler 
  (Closes: #537049)
* added ${misc:Depends} to Depends:
* bumped standards-version to 3.8.2, no changes were needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Maintainer: Enrico Tassi <gareuselesinge@debian.org>
5
5
Uploaders: Daniel Silverstone <dsilvers@debian.org>
6
6
Build-Depends: debhelper (>= 5), liblua50-dev (>= 5.0.3-2), liblualib50-dev, lua5.1-policy-dev, dpatch, cdbs  (>= 0.4.23-1.1)
7
 
Standards-Version: 3.7.3
 
7
Standards-Version: 3.8.2
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
Homepage: http://www.tecgraf.puc-rio.br/luasocket/
10
11
 
11
12
Package: liblua5.1-socket2
12
13
Architecture: any
13
 
Depends: ${shlibs:Depends}
 
14
Depends: ${misc:Depends}, ${shlibs:Depends}
14
15
Description: TCP/UDP socket library for Lua 5.1
15
16
 Luasocket provides a TCP/UDP socket library for Lua 5.1
16
17
 .
22
23
 
23
24
Package: liblua5.1-socket-dev
24
25
Architecture: any
25
 
Depends: liblua5.1-socket2 (= ${binary:Version})
 
26
Depends: ${misc:Depends}, liblua5.1-socket2 (= ${binary:Version})
26
27
Suggests: liblua-socket-dev
27
28
Section: libdevel
28
29
Description: TCP/UDP socket library for Lua 5.1
31
32
 
32
33
Package: liblua50-socket2
33
34
Architecture: any
34
 
Depends: ${shlibs:Depends}
 
35
Depends: ${misc:Depends}, ${shlibs:Depends}
35
36
Recommends: lua50 (>= 5.0.3-2)
36
37
Replaces: luasocket
37
38
Conflicts: luasocket
48
49
Package: liblua50-socket-dev
49
50
Architecture: any
50
51
Recommends: lua50 (>= 5.0.3-2)
51
 
Depends: liblua50-socket2 (= ${binary:Version}), liblua50-dev
 
52
Depends: ${misc:Depends}, liblua50-socket2 (= ${binary:Version}), liblua50-dev
52
53
Replaces: luasocket-dev
53
54
Conflicts: luasocket-dev
54
55
Provides: luasocket-dev
60
61
 
61
62
Package: luasocket
62
63
Architecture: all
 
64
Depends: ${misc:Depends}
63
65
Description: TCP/UDP socket library for Lua 5.0
64
66
 This is a dummy package for upgrading to liblua50-socket0.
65
67
 
66
68
Package: luasocket-dev
67
69
Architecture: all
 
70
Depends: ${misc:Depends}
68
71
Description: TCP/UDP socket library for Lua 5.0
69
72
 This is a dummy package for upgrading to liblua50-socket-dev.
70
73
 
71
74
Package: liblua-socket-doc
72
75
Architecture: all
73
76
Section: doc
 
77
Depends: ${misc:Depends}
74
78
Description: TCP/UDP socket library for Lua documentation
75
79
 This package contains the documentation of the luasocket library,
76
80
 for both the lua5.1 and lua50 flavours of the library.