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
|
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 <julian@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
libfreetype6-dev,
libgd-dev,
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.8
Homepage: http://newcenturycomputers.net/projects/gdmodule.html
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-gd.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-gd.git
Package: python-gd
Architecture: any
Depends: fonts-freefont-ttf, ${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.
|