mirror of
https://github.com/lunarmodules/lua-iconv.git
synced 2025-09-01 08:42:04 +02:00
Some updates for r3
git-svn-id: file:///var/svn/lua-iconv/trunk@33 9538949d-8f27-0410-946f-ce01ef448559
This commit is contained in:
4
debian/changelog
vendored
4
debian/changelog
vendored
@@ -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
6
debian/control
vendored
@@ -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
4
debian/rules
vendored
@@ -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/
|
||||
|
Reference in New Issue
Block a user