summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-18 19:04:50 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-18 19:04:50 +0100
commitcfebc04146e020c09ddf51fa82d74fc7f3881701 (patch)
tree5b45e2c38f1c3a3ca99337b967b0c980b8be39a2 /debian/control
parentd9ed28cdcf0193d2e4a423c35dbca0e7ae5b3ee5 (diff)
downloadttystatus-cfebc04146e020c09ddf51fa82d74fc7f3881701.tar.gz
* Debian packaging changed to be a non-native package.
* debian/rules and debian/control changed to use dh_python2. * debian/copyright converted to use DEP5.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control12
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index 9534c52..280638a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,15 @@ Source: python-ttystatus
Maintainer: Lars Wirzenius <liw@liw.fi>
Section: python
Priority: optional
-Standards-Version: 3.9.0
-Build-Depends: debhelper (>= 7.3.8), python-support (>= 1.0.3),
- python (>= 2.5), python-coverage-test-runner, python-sphinx
-XS-Python-Version: >= 2.5
+Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 7.3.8), python (>= 2.6.6-3~),
+ python-coverage-test-runner, python-sphinx
+X-Python-Version: >= 2.6
Package: python-ttystatus
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.5)
-XB-Python-Version: ${python:Versions}
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6)
+Homepage: http://liw.fi/ttystatus/
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.