Source: luasocket
Section: interpreters
Priority: optional
Maintainer: Enrico Tassi <gareuselesinge@debian.org>
Uploaders: Daniel Silverstone <dsilvers@debian.org>
Build-Depends: debhelper (>= 8), dh-lua
Standards-Version: 3.9.3
Vcs-Svn: svn://svn.debian.org/pkg-lua/packages/luasocket
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-lua/packages/luasocket
Homepage: http://www.tecgraf.puc-rio.br/luasocket/

Package: lua-socket
Architecture: any
Multi-Arch: same
Pre-Depends: multiarch-support
Depends: ${misc:Depends}, ${shlibs:Depends}
Replaces: liblua5.1-socket2 (<< 2.0.2-7~)
Breaks: liblua5.1-socket2 (<< 2.0.2-7~)
Provides: liblua5.1-socket2, ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: TCP/UDP socket library for the Lua language
 Luasocket provides a TCP/UDP socket library for the Lua language
 .
 Also provided are HTTP and SMTP implementations, a simple
 FTP implementation and some URL parsing functions.
 .
 Luasocket supports blocking and non-blocking sockets
 and also provides a select() interface to the language.

Package: lua-socket-dev
Architecture: any
Multi-Arch: same
Pre-Depends: multiarch-support
Depends: ${misc:Depends}, lua-socket (= ${binary:Version})
Replaces: liblua5.1-socket-dev (<< 2.0.2-7~)
Breaks: liblua5.1-socket-dev (<< 2.0.2-7~)
Provides: liblua5.1-socket-dev, ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Section: libdevel
Description: TCP/UDP socket library for the Lua language
 This package provides the development headers and the static
 libraries for libluasocket.

Package: liblua5.1-socket2
Section: oldlibs
Priority: extra
Architecture: all
Depends: ${misc:Depends}, lua-socket
Description: Transitional package for lua-socket
 This is a transitional package to ease upgrades to the lua-socket
 package. It can safely be removed.

Package: liblua5.1-socket-dev
Section: oldlibs
Priority: extra
Architecture: all
Depends: ${misc:Depends}, lua-socket-dev
Description: Transitional package for lua-socket-dev
 This is a transitional package to ease upgrades to the lua-socket-dev
 package. It can safely be removed.

