File: control

package info (click to toggle)
python-gd 0.52debian-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 128 kB
  • ctags: 153
  • sloc: ansic: 1,605; python: 157; makefile: 45
file content (16 lines) | stat: -rw-r--r-- 597 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: python-gd
Section: python
Priority: extra
Maintainer: Ben Pfaff <pfaffben@debian.org>
Build-Depends: debhelper (>= 4.1.67), autoconf, python-dev, python2.3-dev, libgd2-dev, libjpeg62-dev, libpng12-dev, zlib1g-dev, xlibs-dev, libfreetype6-dev
Standards-Version: 3.6.1

Package: python-gd
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}
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.