--- cmdtest-0.10.orig/debian/changelog +++ cmdtest-0.10/debian/changelog @@ -0,0 +1,77 @@ +cmdtest (0.10-1) unstable; urgency=low + + * New upstream release. + + -- Lars Wirzenius Sat, 05 Oct 2013 15:07:43 +0100 + +cmdtest (0.9-1) unstable; urgency=low + + * New upstream release. + + -- Lars Wirzenius Tue, 23 Jul 2013 21:56:29 +0100 + +cmdtest (0.8.3-1) unstable; urgency=low + + * New upstream. + + -- Lars Wirzenius Fri, 21 Jun 2013 22:26:37 +0100 + +cmdtest (0.8.2-1) unstable; urgency=low + + * New upstream release. + + -- Lars Wirzenius Fri, 21 Jun 2013 20:33:43 +0100 + +cmdtest (0.8.1-1) unstable; urgency=low + + * New upstream release. + + -- Lars Wirzenius Thu, 20 Jun 2013 21:36:05 +0100 + +cmdtest (0.8-1) unstable; urgency=low + + * New upstream version. + + -- Lars Wirzenius Wed, 19 Jun 2013 21:00:17 +0100 + +cmdtest (0.7-1) unstable; urgency=low + + * New upstream version. + + -- Lars Wirzenius Sat, 15 Jun 2013 12:57:47 +0100 + +cmdtest (0.6-1) unstable; urgency=low + + * New upstream release. + + -- Lars Wirzenius Thu, 14 Mar 2013 08:22:46 +0000 + +cmdtest (0.5-1) unstable; urgency=low + + * New upstream release. + + -- Lars Wirzenius Sat, 29 Sep 2012 17:59:02 +0100 + +cmdtest (0.4-1) unstable; urgency=low + + * debian/control: Bumped Standards-Version. No other changed needed. + + -- Lars Wirzenius Sun, 08 Apr 2012 07:57:55 +0100 + +cmdtest (0.3-1) unstable; urgency=low + + * New upstream release. + + -- Lars Wirzenius Fri, 24 Feb 2012 14:03:51 +0000 + +cmdtest (0.2-1) unstable; urgency=low + + * New upstream version. + + -- Lars Wirzenius Sat, 18 Feb 2012 11:24:56 +0000 + +cmdtest (0.1-1) unstable; urgency=low + + * Initial packaging. (Close: #653015) + + -- Lars Wirzenius Sun, 01 Jan 2012 18:50:26 +0000 --- cmdtest-0.10.orig/debian/compat +++ cmdtest-0.10/debian/compat @@ -0,0 +1 @@ +7 --- cmdtest-0.10.orig/debian/control +++ cmdtest-0.10/debian/control @@ -0,0 +1,23 @@ +Source: cmdtest +Maintainer: Lars Wirzenius +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-markdown +X-Python-Version: >= 2.6 + +Package: cmdtest +Architecture: all +Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6), python-cliapp, + 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 + 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. + . + Also included is a "scenario testing" tool, yarn. +Homepage: http://liw.fi/cmdtest/ --- cmdtest-0.10.orig/debian/copyright +++ cmdtest-0.10/debian/copyright @@ -0,0 +1,23 @@ +Format: http://dep.debian.net/deps/dep5/ +Upstream-Name: cmdtest +Upstream-Contact: Lars Wirzenius +Source: https://gitorious.org/cmdtest/cmdtest + +Files: * +Copyright: 2011, Lars Wirzenius +License: GPL-3+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On a Debian system, you can find a copy of GPL version 3 at + /usr/share/common-licenses/GPL-3 . --- cmdtest-0.10.orig/debian/rules +++ cmdtest-0.10/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +%: + dh $@ --with=python2 --buildsystem=python_distutils + --- cmdtest-0.10.orig/debian/source/format +++ cmdtest-0.10/debian/source/format @@ -0,0 +1 @@ +1.0