debian/0000755000000000000000000000000012055205731007166 5ustar debian/docs0000644000000000000000000000000712055205675010045 0ustar README debian/lua5.2.dh-lua.conf0000777000000000000000000000000012055205675015245 2lua5.1.dh-lua.confustar debian/copyright0000644000000000000000000000326712055205675011140 0ustar This package was debianized by Jon Bernard on Sun, 02 Aug 2009 13:50:50 -0400. It was downloaded from http://luaforge.net/frs/?group_id=131&release_id=1440 Upstream Author: Alexandre Erwin Ittner Copyright: Copyright (C) 2005-09 Alexandre Erwin Ittner License: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHOR OR COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. If you use this package in a product, an acknowledgment in the product documentation would be greatly appreciated (but it is not required). The Debian packaging is: Copyright (C) 2009 Jon Bernard and is licensed under the GPL version 3, see `/usr/share/common-licenses/GPL-3'. debian/examples0000644000000000000000000000001712055205675010734 0ustar test_iconv.lua debian/control0000644000000000000000000000304612055205675010603 0ustar Source: lua-iconv Section: interpreters Priority: optional Maintainer: Jon Bernard 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. debian/watch0000644000000000000000000000011712055205675010225 0ustar version=3 http://githubredir.debian.net/github/ittner/lua-iconv .*-(.*).tar.gz debian/gbp.conf0000644000000000000000000000003012055205675010605 0ustar [git-dch] id-length = 0 debian/compat0000644000000000000000000000000212055205675010373 0ustar 7 debian/changelog0000644000000000000000000000336112055205675011052 0ustar lua-iconv (7-2) unstable; urgency=low * Add debian/gbp.conf * Update watch file -- Jon Bernard Tue, 27 Nov 2012 13:51:14 -0500 lua-iconv (7-1) unstable; urgency=low * New upstream version 7 * control: update homepage url * copyright: update upstream author email address * Build packages for both lua 5.1 and 5.2 -- Jon Bernard Mon, 28 May 2012 16:15:06 -0400 lua-iconv (6-6) unstable; urgency=low * Bump Standards-Version to 3.9.3, no changes necessary * Use dh-lua * Rename package according to new Lua policy -- Jon Bernard Sat, 05 May 2012 20:10:19 -0400 lua-iconv (6-5) unstable; urgency=low * Update watchfile to look on github for new releases -- Jon Bernard Wed, 05 Oct 2011 20:42:34 -0400 lua-iconv (6-4) unstable; urgency=low * Add support for multiarch * Bump Standards-Version to 3.9.2, no changes necessary * Add debian source format, 3.0 (quilt) -- Jon Bernard Sat, 27 Aug 2011 19:35:51 -0400 lua-iconv (6-3) unstable; urgency=low * debian/control: Conflicts, Provides, and Replaces lua-iconv (Closes: #557052) -- Jon Bernard Fri, 20 Nov 2009 18:58:12 -0600 lua-iconv (6-2) unstable; urgency=low * debian/control: update package name to conform to lua standard (Closes: #544958) * debian/control: add Vcs fields * debian/control: update package description * debian/watch: look for new upstream releases on luaforge (Closes: #544960) -- Jon Bernard Wed, 28 Oct 2009 11:58:00 -0400 lua-iconv (6-1) unstable; urgency=low * Initial release (Closes: #540298) -- Jon Bernard Sun, 02 Aug 2009 13:50:50 -0400 debian/rules0000755000000000000000000000007312055205675010255 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=lua --with lua debian/source/0000755000000000000000000000000012055205675010475 5ustar debian/source/format0000644000000000000000000000001412055205675011703 0ustar 3.0 (quilt) debian/lua5.1.dh-lua.conf0000644000000000000000000000007512055205675012224 0ustar PKG_NAME=iconv CLIB_OBJS=luaiconv.lo LUA_TEST=test_iconv.lua