Some updates for r3

git-svn-id: file:///var/svn/lua-iconv/trunk@33 9538949d-8f27-0410-946f-ce01ef448559
This commit is contained in:
Alexandre Erwin Ittner
2007-02-08 00:49:58 +00:00
parent 48ca55c30f
commit 2d5eba1ba5
5 changed files with 19 additions and 16 deletions

4
debian/changelog vendored
View File

@@ -1,6 +1,6 @@
lua-iconv (3r3-1) unstable; urgency=low
lua-iconv (0.r3-1) unstable; urgency=low
* Initial release Closes: #nnnn (nnnn is the bug number of your ITP)
* First release in .deb format.
-- Alexandre Erwin Ittner <aittner@netuno.com.br> Wed, 3 Feb 2007 00:20:09 -0200

6
debian/control vendored
View File

@@ -10,6 +10,6 @@ Architecture: any
Depends: ${shlibs:Depends}
Recommends: lua5.1
Description: iconv bindings for the Lua Programming Language
Lua-iconv is a Lua binding to the POSIX 'iconv' library, that converts a
sequence of characters from one codeset into a sequence of corresponding
characters in another codeset.
Lua-iconv is POSIX 'iconv' binding for the Lua Programming Language. It
converts a sequence of characters from one codeset into a sequence of
corresponding characters in another codeset.

4
debian/rules vendored
View File

@@ -8,7 +8,7 @@
#export DH_VERBOSE=1
# This is the debhelper compatability version to use.
export DH_COMPAT=3
export DH_COMPAT=4
LUAPKG=lua5.1
INSTALL_PATH=`pkg-config $(LUAPKG) --variable=INSTALL_CMOD`
@@ -42,7 +42,7 @@ install: build
dh_installdirs
mkdir -p debian/lua-iconv/usr/share/doc/lua-iconv
mkdir -p debian/lua-iconvs/$(INSTALL_PATH)
mkdir -p debian/lua-iconv/$(INSTALL_PATH)
cp iconv.so debian/lua-iconv/$(INSTALL_PATH)
cp README COPYING test_iconv.lua debian/lua-iconv/usr/share/doc/lua-iconv/