summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-06-06 15:18:46 +1200
committerLars Wirzenius <liw@liw.fi>2010-06-06 15:18:46 +1200
commit760f14510663a9910c656c8b9232731645206369 (patch)
treecd4fc62ac39c5466e9c476a9775d8ce0c8c5e6a2 /debian/control
parent7a45765652ee173c1a0b8607c35250bc0684edf1 (diff)
downloadttystatus-760f14510663a9910c656c8b9232731645206369.tar.gz
Add Debian packaging.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..881ecdd
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,14 @@
+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)
+
+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.
+