mirror of
https://github.com/lunarmodules/lua-iconv.git
synced 2025-06-23 04:34:33 +02:00
Recreating debian directory according to a patch provided in http://ftp.de.debian.org/debian/pool/main/l/lua-iconv/lua-iconv_6-3.diff.gz
22 lines
804 B
Plaintext
22 lines
804 B
Plaintext
Source: lua-iconv
|
|
Section: interpreters
|
|
Priority: optional
|
|
Maintainer: Jon Bernard <jbernard@debian.org>
|
|
Build-Depends: debhelper (>= 7), liblua5.1-dev, lua5.1, pkg-config
|
|
Standards-Version: 3.8.2
|
|
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://luaforge.net/projects/lua-iconv/
|
|
|
|
Package: liblua5.1-iconv0
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Recommends: lua5.1
|
|
Conflicts: lua-iconv
|
|
Provides: lua-iconv
|
|
Replaces: lua-iconv
|
|
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.
|