Update package information for version 7 and Lua 5.2

This commit is contained in:
Alexandre Erwin Ittner 2012-05-06 22:47:54 -03:00
parent 1fc031875f
commit 8bf1e80355
4 changed files with 13 additions and 9 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
lua-iconv (7-1) unstable; urgency=low
* Update package for lua-iconv 7 + Lua-5.2
-- Alexandre Erwin Ittner <alexandre@ittner.com.br> Sun, 06 May 2012 22:35:22 -0300
lua-iconv (6-3) unstable; urgency=low
* debian/control: Conflicts, Provides, and Replaces lua-iconv

12
debian/control vendored
View File

@ -2,16 +2,16 @@ Source: lua-iconv
Section: interpreters
Priority: optional
Maintainer: Jon Bernard <jbernard@debian.org>
Build-Depends: debhelper (>= 7), liblua5.1-dev, lua5.1, pkg-config
Build-Depends: debhelper (>= 7), liblua5.2-dev, lua5.2, 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/
Vcs-Git: https://github.com/ittner/lua-iconv.git
Vcs-Browser: https://github.com/ittner/lua-iconv.git
Homepage: http://ittner.github.com/lua-iconv/
Package: liblua5.1-iconv0
Package: liblua5.2-iconv0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: lua5.1
Recommends: lua5.2
Conflicts: lua-iconv
Provides: lua-iconv
Replaces: lua-iconv

2
debian/watch vendored
View File

@ -1,2 +0,0 @@
version=3
http://luaforge.net/frs/?group_id=131 /frs/download.php/\d+/lua-iconv-([\d\.]*).tar.gz

View File

@ -1,7 +1,7 @@
#!/bin/sh
PACKAGE=lua-iconv
VERSION=6
VERSION=7
DIRNAME=$PACKAGE-$VERSION
TGZNAME=$DIRNAME.tar.gz