summaryrefslogtreecommitdiff
path: root/debian
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
parent07c889ed088339f701b193e5eb1949e3723fe681 (diff)
downloadcmdtest-410ded65cee929b1871b9cf7bfb9545179f5e0a0.tar.gz
update Debian packaging
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control6
-rw-r--r--debian/copyright2
3 files changed, 6 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 962f4b7..c703543 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-cmdtest (0.0-1) squeeze; urgency=low
+cmdtest (0.0-1) unstable; urgency=low
* Initial packaging. (Close: #653015)
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
diff --git a/debian/copyright b/debian/copyright
index 3d2dc48..df11f0d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
Format: http://dep.debian.net/deps/dep5/
Upstream-Name: cmdtest
Upstream-Contact: Lars Wirzenius <liw@liw.fi>
-Source: http://code.liw.fi/NAME/bzr/trunk/
+Source: https://gitorious.org/cmdtest/cmdtest
Files: *
Copyright: 2011, Lars Wirzenius