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
|
Source: gnome-python
Section: python
Priority: optional
Maintainer: Sebastien Bacher <seb128@debian.org>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@ubuntu.com>, Josselin Mouette <joss@debian.org>, Julian Andres Klode <jak@jak-linux.org>, Loic Minier <lool@dooz.org>
Build-Depends: debhelper (>= 5.0.37.2),
dpatch,
gnome-pkg-tools (>= 0.10),
python-all-dev (>= 2.3.5-11),
python-support (>= 0.7.6),
python-gtk2-dev (>= 2.10.3),
python-pyorbit-dev (>= 2.0.1-4),
libglib2.0-dev (>= 2.6.0),
libgtk2.0-dev (>= 2.6.0),
libgnome2-dev (>= 2.8.0),
libgnomeui-dev (>= 2.8.0),
libgnomecanvas2-dev (>= 2.8.0),
libgnomevfs2-dev (>= 2.14.0),
libgconf2-dev (>= 2.11.1),
libbonobo2-dev (>= 2.8.0),
libbonoboui2-dev (>= 2.8.0),
dpkg-dev (>= 1.13.19)
Standards-Version: 3.7.3
XS-Python-Version: >= 2.2
Homepage: http://www.daa.com.au/~james/software/pygtk/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python/debian/?op=log
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gnome-python/debian
Package: python-gnome2
Architecture: any
Depends: ${python:Depends},
${shlibs:Depends},
${misc:Depends}
Python-Depends: python-gtk2 (>= 2.10.3),
python-pyorbit (>= 2.0.1-4)
Provides: ${python:Provides}
Conflicts: python2.3-gnome2,
python2.4-gnome2
XB-Python-Version: ${python:Versions}
Description: Python bindings for the GNOME desktop environment
This archive contains modules that allow you to write GNOME programs
in Python. This package contains the bindings for the new version 2.0
of that desktop environment.
Package: python-gnome2-dev
Architecture: all
Depends: ${python:Depends},
${misc:Depends},
python-gnome2 (>= ${source:Version}),
python-gtk2-dev (>= 2.10.3),
python-pyorbit-dev (>= 2.0.1-4)
Replaces: python2.2-gnome2 (<< 1.99.16-7),
python2.3-gnome2 (<< 2.12.1-3),
python2.4-gnome2 (<< 2.12.1-3)
Conflicts: python2.2-gnome2 (<< 1.99.16-7),
python2.3-gnome2 (<< 2.12.1-3)
Description: Python bindings for the GNOME desktop environment - development files
This archive contains files that allow you to build wrappers for addon
that interoperate gnome-python.
|