| 1 |
Source: pygtksourceview
|
| 2 |
Section: python
|
| 3 |
Priority: optional
|
| 4 |
Maintainer: Josselin Mouette <joss@debian.org>
|
| 5 |
Uploaders: @GNOME_TEAM@
|
| 6 |
Build-Depends: debhelper (>= 5),
|
| 7 |
python-support (>= 0.4),
|
| 8 |
gnome-pkg-tools (>= 0.10),
|
| 9 |
python-all-dev (>= 2.5),
|
| 10 |
python-gobject-dev (>= 2.15.2),
|
| 11 |
python-gtk2-dev (>= 2.8.0),
|
| 12 |
libgtksourceview2.0-dev (>= 2.3.0),
|
| 13 |
xsltproc,
|
| 14 |
docbook-xsl,
|
| 15 |
gtk-doc-tools (>= 1.4),
|
| 16 |
autotools-dev,
|
| 17 |
python-gtk2-doc
|
| 18 |
Standards-Version: 3.8.1
|
| 19 |
|
| 20 |
Package: python-gtksourceview2
|
| 21 |
Architecture: any
|
| 22 |
Depends: ${python:Depends},
|
| 23 |
${shlibs:Depends},
|
| 24 |
${misc:Depends}
|
| 25 |
Python-Depends: python-gobject (>= 2.15.2), python-gtk2 (>= 2.8.0)
|
| 26 |
Provides: ${python:Provides}
|
| 27 |
XB-Python-Version: ${python:Versions}
|
| 28 |
Suggests: libgtksourceview2.0-dev (>= 2.3.0)
|
| 29 |
Description: Python bindings for the GtkSourceView widget
|
| 30 |
GtkSourceView is a text widget that extends the standard GTK+ 2.x text
|
| 31 |
widget GtkTextView. It improves GtkTextView by implementing syntax
|
| 32 |
highlighting and other features typical of a source editor.
|
| 33 |
.
|
| 34 |
This package contains the Python bindings for GtkSourceView, and allows
|
| 35 |
to write Python programs that use the GtkSourceView widget.
|