mirror of
https://github.com/lunarmodules/lua-iconv.git
synced 2025-06-22 20:24:36 +02:00
Update package information for version 7 and Lua 5.2
This commit is contained in:
parent
1fc031875f
commit
8bf1e80355
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
lua-iconv (6-3) unstable; urgency=low
|
||||||
|
|
||||||
* debian/control: Conflicts, Provides, and Replaces lua-iconv
|
* debian/control: Conflicts, Provides, and Replaces lua-iconv
|
||||||
|
12
debian/control
vendored
12
debian/control
vendored
@ -2,16 +2,16 @@ Source: lua-iconv
|
|||||||
Section: interpreters
|
Section: interpreters
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Jon Bernard <jbernard@debian.org>
|
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
|
Standards-Version: 3.8.2
|
||||||
Vcs-Svn: svn://svn.debian.org/pkg-lua/packages/lua-iconv
|
Vcs-Git: https://github.com/ittner/lua-iconv.git
|
||||||
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-lua/packages/lua-iconv
|
Vcs-Browser: https://github.com/ittner/lua-iconv.git
|
||||||
Homepage: http://luaforge.net/projects/lua-iconv/
|
Homepage: http://ittner.github.com/lua-iconv/
|
||||||
|
|
||||||
Package: liblua5.1-iconv0
|
Package: liblua5.2-iconv0
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Recommends: lua5.1
|
Recommends: lua5.2
|
||||||
Conflicts: lua-iconv
|
Conflicts: lua-iconv
|
||||||
Provides: lua-iconv
|
Provides: lua-iconv
|
||||||
Replaces: lua-iconv
|
Replaces: lua-iconv
|
||||||
|
2
debian/watch
vendored
2
debian/watch
vendored
@ -1,2 +0,0 @@
|
|||||||
version=3
|
|
||||||
http://luaforge.net/frs/?group_id=131 /frs/download.php/\d+/lua-iconv-([\d\.]*).tar.gz
|
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
PACKAGE=lua-iconv
|
PACKAGE=lua-iconv
|
||||||
VERSION=6
|
VERSION=7
|
||||||
|
|
||||||
DIRNAME=$PACKAGE-$VERSION
|
DIRNAME=$PACKAGE-$VERSION
|
||||||
TGZNAME=$DIRNAME.tar.gz
|
TGZNAME=$DIRNAME.tar.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user