1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: lua-expat
Section: interpreters
Priority: optional
Maintainer: Enrico Tassi <gareuselesinge@debian.org>
Build-Depends: debhelper (>= 8.1.3), dh-lua (>= 12), libexpat1-dev
Standards-Version: 3.9.3
Vcs-Svn: svn://svn.debian.org/pkg-lua/packages/lua-expat
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-lua/packages/lua-expat
Homepage: http://matthewwild.co.uk/projects/luaexpat/
Package: lua-expat
Architecture: any
Multi-Arch: same
Pre-Depends: multiarch-support
Depends: ${misc:Depends}, ${shlibs:Depends}
Provides: liblua5.1-expat0, ${lua:Provides}
Replaces: liblua5.1-expat0 (<< 1.2.0-4~)
Breaks: liblua5.1-expat0 (<< 1.2.0-4~)
XB-Lua-Versions: ${lua:Versions}
Description: libexpat bindings for the Lua language
This package contains the bindings for the expat library.
Package: lua-expat-dev
Architecture: any
Multi-Arch: same
Pre-Depends: multiarch-support
Depends: ${misc:Depends}, lua-expat (= ${binary:Version})
Replaces: liblua5.1-expat-dev (<< 1.2.0-4~)
Breaks: liblua5.1-expat-dev (<< 1.2.0-4~)
Provides: liblua5.1-expat-dev, ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Section: libdevel
Description: libexpat development files for the Lua language
This package contains the development files of the libexpat Lua bindings,
useful to create a statically linked binary (like a C application or a
standalone Lua interpreter).
Documentation is also shipped within this package.
Package: liblua5.1-expat0
Section: oldlibs
Priority: extra
Architecture: all
Depends: ${misc:Depends}, lua-expat
Description: Transitional package for lua-expat
This is a transitional package to ease upgrades to the lua-expat
package. It can safely be removed.
Package: liblua5.1-expat-dev
Section: oldlibs
Priority: extra
Architecture: all
Depends: ${misc:Depends}, lua-expat-dev
Description: Transitional package for lua-expat-dev
This is a transitional package to ease upgrades to the lua-expat-dev
package. It can safely be removed.
|