summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-06-14 22:04:54 +0100
committerLars Wirzenius <liw@liw.fi>2013-06-14 22:04:54 +0100
commit0676a61b0ee981fe489d3ec1f285a67a1b26aa84 (patch)
tree2665b7dee7eddb0778b6c847ed538968b31cff2a /debian/control
parentfc75c76c35a3a01baebb526ba9f041f96bb103ae (diff)
downloadcmdtest-0676a61b0ee981fe489d3ec1f285a67a1b26aa84.tar.gz
Add build-dep on python-markdown
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 71bb9a2..19a283e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,13 +4,13 @@ Section: python
Priority: optional
Standards-Version: 3.9.3
Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~),
- python-cliapp, python-ttystatus
+ python-cliapp, python-ttystatus, python-markdown
X-Python-Version: >= 2.6
Package: cmdtest
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6), python-cliapp,
- python-ttystatus
+ python-ttystatus, python-markdown
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