From af92453ad2b01a4a378da2ff09c31d371c70305e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 11 Sep 2011 19:01:12 +0100 Subject: Add preliminary Debian packaging. --- debian/control | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..cb3c6b7 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: cmdtest +Maintainer: Lars Wirzenius +Section: python +Priority: optional +Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~) +X-Python-Version: >= 2.6 + +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. +Homepage: http://liw.fi/cmdtest/ -- cgit v1.2.1