1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: python-gd
Section: python
Priority: extra
Maintainer: Julián Moreno Patiño <darkjunix@gmail.com>
Build-Depends: debhelper (>= 7.0.8), autoconf, python-all-dev, libgd2-xpm-dev (>= 2.0.23), libjpeg62-dev, libpng12-dev, zlib1g-dev, libfreetype6-dev, python-support, quilt (>= 0.46-7~)
XS-Python-Version: all
Standards-Version: 3.8.3
Homepage: http://newcenturycomputers.net/projects/gdmodule.html
Package: python-gd
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, ttf-freefont
Replaces: python2.4-gd, python2.5-gd
Conflicts: python2.4-gd (<< 0.56+dfsg-1), python2.5-gd (<< 0.56+dfsg-1)
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python module wrapper for libgd
Provides PNG, JPEG, and XPM creation and manipulation routines
through the libgd library.
.
Also allows use of TrueType fonts in images created.
|