File: control

package info (click to toggle)
python-gd 0.52debian-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 140 kB
  • ctags: 151
  • sloc: ansic: 1,605; python: 157; makefile: 50
file content (18 lines) | stat: -rw-r--r-- 696 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: python-gd
Section: python
Priority: extra
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 5.0.37.2), autoconf, python-all-dev (>= 2.3.5-11), libgd2-xpm-dev, libjpeg62-dev, libpng12-dev, zlib1g-dev, libfreetype6-dev, python-support (>= 0.3)
Standards-Version: 3.7.2

Package: python-gd
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Suggests: ttf-bitstream-vera | ttf-freefont
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.