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 64 65 66 67 68 69 70 71 72 73
|
Source: pygobject
Section: python
Priority: optional
Maintainer: Josselin Mouette <joss@debian.org>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Loic Minier <lool@dooz.org>
Build-Depends: debhelper (>= 5),
python-support (>= 0.4),
gnome-pkg-tools (>= 0.10),
cdbs,
quilt,
python2.5-dev (>= 2.5.2-5),
python-all-dev (>= 2.3.5),
libglib2.0-dev (>= 2.8.0),
libffi-dev (>= 3.0.5),
xsltproc,
docbook-xsl,
autotools-dev,
python-all-dbg
Build-Conflicts: python2.3-dev (<< 2.3.5)
XS-Python-Version: >= 2.3
Standards-Version: 3.7.3
Package: python-gobject
Architecture: any
Depends: ${python:Depends},
python2.5 (>= 2.5.2-5),
${shlibs:Depends},
${misc:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Suggests: python-gobject-dbg
Conflicts: python-gtk2 (<< 2.10)
Description: Python bindings for the GObject library
GObject is an abstraction layer that allows to program with an object
paradigm that is compatible with many languages. It is a part of Glib,
the core library used to build GTK+ and GNOME.
.
This package contains the Python bindings for GObject. It is mostly
used by other bindings to map their GObjects to Python objects.
Package: python-gobject-dev
Architecture: all
Depends: ${python:Depends},
${misc:Depends},
python-gobject (>= ${source:Version}),
python2.5-dev (>= 2.5.2-5),
python-dev,
libglib2.0-dev (>= 2.8.0),
libffi-dev (>= 3.0.5)
Conflicts: python-gtk2-dev (<< 2.10), python-gobject-doc
Replaces: python-gobject-doc
Provides: python-gobject-doc
Recommends: docbook-xsl
Description: Development headers for the GObject Python bindings
GObject is an abstraction layer that allows to program with an object
paradigm that is compatible with many languages. It is a part of Glib,
the core library used to build GTK+ and GNOME.
.
This package contains the development headers needed to build
other Python bindings relying on pygobject.
Package: python-gobject-dbg
Priority: extra
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python-dbg, python-gobject (= ${binary:Version})
Conflicts: python-gtk2 (<< 2.10)
Description: Python bindings for the GObject library (debug extension)
GObject is an abstraction layer that allows to program with an object
paradigm that is compatible with many languages. It is a part of Glib,
the core library used to build GTK+ and GNOME.
.
This package contains the Python bindings for GObject. It is mostly
used by other bindings to map their GObjects to Python objects.
|