File: control

package info (click to toggle)
lua-gtk 0.9%2B20100528-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,176 kB
  • ctags: 1,934
  • sloc: ansic: 9,571; sh: 373; makefile: 241
file content (35 lines) | stat: -rw-r--r-- 2,088 bytes parent folder | download
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
Source: lua-gtk
Section: interpreters
Priority: optional
Maintainer: Enrico Tassi <gareuselesinge@debian.org>
Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), libgtk2.0-dev, liblua5.1-bitop0, liblua5.1-expat0, libcmph-dev (>= 0.7-3), gccxml, libcmph-tools, luadoc, libtool, lua5.1, liblua5.1-0-dev, libffi-dev, xvfb, xmacro, dpatch, x11-apps, xfonts-base, libgtksourceview2.0-dev, libclutter-1.0-dev, libgconf2-dev, libgtkspell-dev, libxml2-dev, libpango1.0-dev, libgtkhtml3.14-dev, libgtkglext1-dev, libgnet-dev, graphviz, liblua5.1-filesystem-dev
Standards-Version: 3.8.3
Vcs-Svn: svn://svn.debian.org/pkg-lua/packages/lua-gtk
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-lua/packages/lua-gtk
Homepage: http://lua-gtk.luaforge.net/

Package: liblua5.1-gnome-0
Architecture: i386 amd64 armel kfreebsd-i386 kfreebsd-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}, libcairo2, libatk1.0-0, libgconf2-4, libgtk2.0-0, libglib2.0-0, libgtksourceview2.0-0, libgtkspell0, libxml2, libpango1.0-0, libclutter-1.0-0, libgtkhtml3.14-19, libgtkglext1, libgnet2.0-0 
Recommends: liblua5.1-socket2
Replaces: liblua5.1-gtk-0, liblua5.1-gtk-1
Conflicts: liblua5.1-gtk-0, liblua5.1-gtk-1
Description: GNOME bindings for the Lua language version 5.1
 This package contains the Lua bindings for the GNOME libraries, including 
 Gtk, GDK, GLib, Pango, Atk, Libxml2, Cairo, Clutter, 
 GtkSourceView, Gio, GNet, GtkGLExt, Gtkspell and GConf. 
 .
 The API is almost identical to the C API, but in an object oriented fashion.
 The library takes care of memory management, which makes it much easier to
 use.

Package: liblua5.1-gnome-dev
Section: libdevel
Architecture: i386 amd64 armel kfreebsd-i386 kfreebsd-amd64
Depends: liblua5.1-gnome-0 (= ${binary:Version}), ${misc:Depends}
Description: GNOME development files for the Lua language version 5.1
 This package contains the development files of the gtk lua5.1 bindings,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).
 .
 Documentation and some examples are also shipped within this package.