--- python-testtools-0.9.2.orig/debian/rules +++ python-testtools-0.9.2/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +DEB_PYTHON_SYSTEM = pycentral +include /usr/share/cdbs/1/class/python-distutils.mk --- python-testtools-0.9.2.orig/debian/changelog +++ python-testtools-0.9.2/debian/changelog @@ -0,0 +1,26 @@ +python-testtools (0.9.2-1) unstable; urgency=low + + * New upstream release. + * Include the manual in the package. + + -- Robert Collins Wed, 16 Dec 2009 10:10:03 +1100 + +python-testtools (0.9.0-1) unstable; urgency=low + + * New upstream release. + + -- Robert Collins Sun, 22 Nov 2009 14:31:14 +1100 + +python-testtools (0.1~r16-1) unstable; urgency=low + + * Add to Debian. Closes: #547479 + * Change Maintainer to me. + + -- Robert Collins Sun, 20 Sep 2009 16:45:45 +1000 + +python-testtools (0.1~r16-0ubuntu1) karmic; urgency=low + + * Initial release (LP: #359308) + * This is r16 from lp:~statik/testtools/add-manifest + + -- Elliot Murphy (personal) Wed, 08 Apr 2009 15:07:49 -0400 --- python-testtools-0.9.2.orig/debian/python-testtools.docs +++ python-testtools-0.9.2/debian/python-testtools.docs @@ -0,0 +1 @@ +MANUAL --- python-testtools-0.9.2.orig/debian/pycompat +++ python-testtools-0.9.2/debian/pycompat @@ -0,0 +1 @@ +2 --- python-testtools-0.9.2.orig/debian/compat +++ python-testtools-0.9.2/debian/compat @@ -0,0 +1 @@ +6 --- python-testtools-0.9.2.orig/debian/copyright +++ python-testtools-0.9.2/debian/copyright @@ -0,0 +1,24 @@ +This is python-testtools, packaged for Ubuntu by Elliot Murphy. +Now packaged for Debian by Robert Collins + +Homepage is https://launchpad.net/testtools + +Copyright (c) 2008 Jonathan M. Lange + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. --- python-testtools-0.9.2.orig/debian/control +++ python-testtools-0.9.2/debian/control @@ -0,0 +1,28 @@ +Source: python-testtools +Maintainer: Robert Collins +Section: python +Priority: optional +Standards-Version: 3.8.1 +Build-Depends-Indep: + python-central (>= 0.6.7) +Build-Depends: + cdbs (>= 0.4.51), + debhelper (>= 6.0.4), + python (>= 2.5) +XS-Python-Version: all +Homepage: https://launchpad.net/testtools + +Package: python-testtools +Architecture: all +XB-Python-Version: ${python:Versions} +Depends: ${python:Depends}, + ${misc:Depends}, + python-pkg-resources +Provides: ${python:Provides} +Description: Extensions to the Python unittest library + testtools (formerly pyunit3k) is a set of extensions to the Python standard + library's unit testing framework. These extensions have been derived from + years of experience with unit testing in Python and come from many different + sources. It's hoped that these extensions will make their way into the + standard library eventually. Also included are backports from Python trunk of + unittest features that are not otherwise available to existing unittest users.