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
|
Source: lua-iconv
Section: interpreters
Priority: optional
Maintainer: Jon Bernard <jbernard@debian.org>
Build-Depends: debhelper (>= 8.1.3), dh-lua, pkg-config
Standards-Version: 3.9.3
Vcs-Svn: svn://svn.debian.org/pkg-lua/packages/lua-iconv
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-lua/packages/lua-iconv
Homepage: http://ittner.github.com/lua-iconv/
Package: lua-iconv
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: lua5.1
Replaces: liblua5.1-iconv0 (<< 6-4~)
Breaks: liblua5.1-iconv0 (<< 6-4~)
Provides: liblua5.1-iconv0, ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: iconv bindings for the Lua programming language
This package provides POSIX 'iconv' bindings for the Lua programming language.
It converts a sequence of characters from one codeset into a sequence of
corresponding characters in another codeset.
Package: lua-iconv-dev
Architecture: any
Depends: lua-iconv (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
XB-Lua-Versions: ${lua:Versions}
Description: iconv bindings for Lua - development files
This package contains the development files of the Lua iconv
library bindings, useful to create a statically linked binary (like a
C application or a standalone Lua interpreter).
Package: liblua5.1-iconv0
Section: oldlibs
Priority: extra
Architecture: all
Depends: ${misc:Depends}, lua-iconv
Description: Transitional package for lua-iconv
This is a transitional package to ease upgrades to the lua-iconv
package. It can safely be removed.
|