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
|
Source: python-gd
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Julián Moreno Patiño <darkjunix@gmail.com>
Build-Depends: debhelper (>= 8),
libfreetype6-dev,
libgd2-xpm-dev (>= 2.0.23),
libgif-dev,
libjpeg-dev,
libpng-dev,
libx11-dev,
python-all-dbg (>= 2.6.6-3~),
python-all-dev (>= 2.6.6-3~),
zlib1g-dev
X-Python-Version: >= 2.5
Standards-Version: 3.9.2
Homepage: http://newcenturycomputers.net/projects/gdmodule.html
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-gd/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-gd/trunk/
Package: python-gd
Architecture: any
Depends: ttf-freefont, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Suggests: python-gd-dbg
Description: Python module wrapper for libgd
Provides PNG, JPEG, GIF and XPM creation and manipulation routines
through the libgd library.
.
Also allows use of TrueType fonts in images created.
Package: python-gd-dbg
Section: debug
Architecture: any
Depends: python-gd (= ${binary:Version}),
${misc:Depends},
${python:Depends},
${shlibs:Depends}
Description: Python module wrapper for libgd (debug extension)
Provides PNG, JPEG, and XPM creation and manipulation routines
through the libgd library.
.
This package contains the extension built for the Python debug interpreter.
|