From 8bf1e803558ab391477310c03d055fddebada43d Mon Sep 17 00:00:00 2001 From: Alexandre Erwin Ittner Date: Sun, 6 May 2012 22:47:54 -0300 Subject: [PATCH] Update package information for version 7 and Lua 5.2 --- debian/changelog | 6 ++++++ debian/control | 12 ++++++------ debian/watch | 2 -- maketargz.sh | 2 +- 4 files changed, 13 insertions(+), 9 deletions(-) delete mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog index e5c4844..a4c8756 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lua-iconv (7-1) unstable; urgency=low + + * Update package for lua-iconv 7 + Lua-5.2 + + -- Alexandre Erwin Ittner Sun, 06 May 2012 22:35:22 -0300 + lua-iconv (6-3) unstable; urgency=low * debian/control: Conflicts, Provides, and Replaces lua-iconv diff --git a/debian/control b/debian/control index a3e3ee3..75b14bb 100644 --- a/debian/control +++ b/debian/control @@ -2,16 +2,16 @@ Source: lua-iconv Section: interpreters Priority: optional Maintainer: Jon Bernard -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 diff --git a/debian/watch b/debian/watch deleted file mode 100644 index 6350386..0000000 --- a/debian/watch +++ /dev/null @@ -1,2 +0,0 @@ -version=3 -http://luaforge.net/frs/?group_id=131 /frs/download.php/\d+/lua-iconv-([\d\.]*).tar.gz diff --git a/maketargz.sh b/maketargz.sh index 68fb0f5..0ecbafa 100755 --- a/maketargz.sh +++ b/maketargz.sh @@ -1,7 +1,7 @@ #!/bin/sh PACKAGE=lua-iconv -VERSION=6 +VERSION=7 DIRNAME=$PACKAGE-$VERSION TGZNAME=$DIRNAME.tar.gz