summaryrefslogtreecommitdiff
path: root/debian/control
blob: 57795892d2cce5267ad018ae0001621ecdeff2de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: python-ttystatus
Maintainer: Lars Wirzenius <liw@liw.fi>
Section: python
Priority: optional
Standards-Version: 3.8.4
Build-Depends: debhelper (>= 7.3.8), python-support (>= 1.0.3), 
    python (>= 2.5), extrautils

Package: python-ttystatus
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.5)
Description: terminal progress bar and status output for Python
 The ttystatus Python library provides a simple widget-based way to show
 progress and current status in command line programs.