summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-07-05 20:25:08 +1200
committerLars Wirzenius <liw@liw.fi>2010-07-05 20:25:08 +1200
commit097c7085412d78f65ac1221a8af6c17820c62361 (patch)
tree7e2c2f8e9984e62c798584867c608074d19b784c /debian/control
parente1ba71eb6f3552a5c628656a650b170e78a6c6c2 (diff)
downloadttystatus-097c7085412d78f65ac1221a8af6c17820c62361.tar.gz
Add Python-Version headers.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 5779589..62f5801 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,12 @@ Priority: optional
Standards-Version: 3.8.4
Build-Depends: debhelper (>= 7.3.8), python-support (>= 1.0.3),
python (>= 2.5), extrautils
-
+XS-Python-Version: >= 2.5
+
Package: python-ttystatus
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.5)
+XB-Python-Version: ${python:Versions}
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.