From 410ded65cee929b1871b9cf7bfb9545179f5e0a0 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 26 Dec 2011 23:11:25 +0000 Subject: update Debian packaging --- debian/control | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'debian/control') 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 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 -- cgit v1.2.1