summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-12-24 11:42:37 +0000
committerLars Wirzenius <liw@liw.fi>2011-12-24 11:42:37 +0000
commit160b5aaf6643481a5fd19dfeca04253ed5eba796 (patch)
tree13d67d59f4a4ecca2cc3f54cbf47ed04f70de783
parent21b98d7dbb548cad9cd8783c10665718bdcb3444 (diff)
downloadcmdtest-160b5aaf6643481a5fd19dfeca04253ed5eba796.tar.gz
update packaging for ITP
-rw-r--r--debian/changelog3
-rw-r--r--debian/control7
2 files changed, 7 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index d5dfe4c..962f4b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
cmdtest (0.0-1) squeeze; urgency=low
- * Initial packaging. This is not intended to be uploaded to Debian, so
- no closing of an ITP bug.
+ * Initial packaging. (Close: #653015)
-- Lars Wirzenius <liw@liw.fi> Sat, 08 May 2010 11:10:24 +1200
diff --git a/debian/control b/debian/control
index cb3c6b7..d8048ab 100644
--- a/debian/control
+++ b/debian/control
@@ -10,5 +10,10 @@ Package: cmdtest
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6)
Description: blackbox testing of Unix command line programs
- This will be filled in later.
+ 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
+ the script, and checks the output is as expected.
+ .
+ cmdtest is aimed specifically at testing non-interactive Unix command
+ line programs, and tries to make that as easy as possible.
Homepage: http://liw.fi/cmdtest/