File: control

package info (click to toggle)
python-gd 0.59-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 456 kB
  • ctags: 425
  • sloc: ansic: 1,655; python: 183; makefile: 6
file content (44 lines) | stat: -rw-r--r-- 1,401 bytes parent folder | download
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.