summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
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