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 56 57 58 59 60 61 62 63
|
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: pyclutter-gtk
Section: python
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Josselin Mouette <joss@debian.org>, Laurent Bigonville <bigon@debian.org>
Build-Depends: debhelper (>= 5),
quilt,
gnome-pkg-tools,
python-support,
python-all-dev (>= 2.5),
python-gtk2-dev (>= 2.8.0),
python-clutter-dev,
libclutter-1.0-dev,
libclutter-gtk-0.10-dev (>= 0.10.2)
Standards-Version: 3.8.4
XS-Python-Version: >= 2.5
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/pyclutter-gtk/
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/pyclutter-gtk/
Homepage: http://www.clutter-project.org/
Package: python-clutter-gtk
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends},
python-gtk2 (>= 2.8.0),
python-clutter
XB-Python-Version: ${python:Versions}
Description: Python bindings for Clutter-Gtk
Clutter-Gtk is a library which allows the embedding of a Clutter canvas
(or "stage") into a GTK+ application. PyClutter-Gtk provides Python
bindings for the Clutter-Gtk library.
.
This package contains the Python bindings.
Package: python-clutter-gtk-dev
Architecture: any
Depends: python-clutter-gtk (= ${binary:Version}),
${misc:Depends}
Description: Python bindings for Clutter-Gtk - development files
Clutter-Gtk is a library which allows the embedding of a Clutter canvas
(or "stage") into a GTK+ application. PyClutter-Gtk provides Python
bindings for the Clutter-Gtk library.
.
This package contains the development files for the Python bindings.
Package: python-clutter-gtk-dbg
Architecture: any
Section: debug
Priority: extra
Depends: python-clutter-gtk (= ${binary:Version}),
${misc:Depends}
Description: Python bindings for Clutter-Gtk - debugging symbols
Clutter-Gtk is a library which allows the embedding of a Clutter canvas
(or "stage") into a GTK+ application. PyClutter-Gtk provides Python
bindings for the Clutter-Gtk library.
.
This package contains the debug symbols for the Python bindings.
|