summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-12-26 23:11:25 +0000
committerLars Wirzenius <liw@liw.fi>2011-12-26 23:11:25 +0000
commit410ded65cee929b1871b9cf7bfb9545179f5e0a0 (patch)
treec21c8b472aa555e3657b04a87ff4b60ef1b7c7f8 /debian/control
parent07c889ed088339f701b193e5eb1949e3723fe681 (diff)
downloadcmdtest-410ded65cee929b1871b9cf7bfb9545179f5e0a0.tar.gz
update Debian packaging
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control6
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index d8048ab..259dc43 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,14 @@ Maintainer: Lars Wirzenius <liw@liw.fi>
Section: python
Priority: optional
Standards-Version: 3.9.2
-Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~)
+Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~),
+ python-cliapp, python-ttystatus
X-Python-Version: >= 2.6
Package: cmdtest
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6)
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6), python-cliapp,
+ python-ttystatus
Description: blackbox testing of Unix command line programs
cmdtest black box tests Unix command line tools. Roughly, it is given a
a script, its input files, and its expected output files. cmdtest runs