--- lua-iconv-6.orig/debian/changelog +++ lua-iconv-6/debian/changelog @@ -0,0 +1,22 @@ +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 --- lua-iconv-6.orig/debian/compat +++ lua-iconv-6/debian/compat @@ -0,0 +1 @@ +7 --- lua-iconv-6.orig/debian/control +++ lua-iconv-6/debian/control @@ -0,0 +1,21 @@ +Source: lua-iconv +Section: interpreters +Priority: optional +Maintainer: Jon Bernard +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. --- lua-iconv-6.orig/debian/copyright +++ lua-iconv-6/debian/copyright @@ -0,0 +1,42 @@ +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'. --- lua-iconv-6.orig/debian/docs +++ lua-iconv-6/debian/docs @@ -0,0 +1 @@ +README --- lua-iconv-6.orig/debian/examples +++ lua-iconv-6/debian/examples @@ -0,0 +1 @@ +test_iconv.lua --- lua-iconv-6.orig/debian/rules +++ lua-iconv-6/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --- lua-iconv-6.orig/debian/watch +++ lua-iconv-6/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://luaforge.net/frs/?group_id=131 /frs/download.php/\d+/lua-iconv-([\d\.]*).tar.gz