File: control

package info (click to toggle)
python-aalib 0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 80 kB
  • sloc: python: 292; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 888 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
Source: python-aalib
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Stefano Rivera <stefanor@debian.org>
Build-Depends:
 debhelper (>= 7),
 python-all (>= 2.6.5-13~)
Standards-Version: 3.9.2
Homepage: http://jwilk.net/software/python-aalib.html
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-aalib/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-aalib/trunk/
X-Python-Version: >= 2.5

Package: python-aalib
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
 libaa1
Suggests: python-imaging
Description: Python interface to AAlib, an ASCII art library
 AAlib is a portable ASCII art graphics library. Internally, it works like a
 graphics display, but the output is rendered into ASCII text.
 .
 This package makes AAlib accessible in Python.