--- python-fixtures-0.3.5.orig/.testr.conf +++ python-fixtures-0.3.5/.testr.conf @@ -0,0 +1,2 @@ +[DEFAULT] +test_command=PYTHONPATH=lib python -m subunit.run fixtures.test_suite --- python-fixtures-0.3.5.orig/debian/rules +++ python-fixtures-0.3.5/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM=pysupport +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +clean:: + -rm -rf build + -rm tests.log + find . -name "*.pyc" -print0 | xargs -0 rm -f + +# In the event of +common-post-build-indep:: + PYTHONPATH=lib python -m testtools.run fixtures.test_suite --- python-fixtures-0.3.5.orig/debian/compat +++ python-fixtures-0.3.5/debian/compat @@ -0,0 +1 @@ +5 --- python-fixtures-0.3.5.orig/debian/control +++ python-fixtures-0.3.5/debian/control @@ -0,0 +1,21 @@ +Source: python-fixtures +Section: python +Priority: optional +Maintainer: Robert Collins +Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.49), + python-all-dev (>= 2.3.5-11) +Build-Depends-Indep: python-docutils, python-support (>= 0.5.3), + python-testtools (>= 0.9.4) +Standards-Version: 3.8.3 + +Package: python-fixtures +Architecture: all +Depends: ${python:Depends}, ${misc:Depends} +Description: PyUnit extension for defining test fixtures outside of test cases + A PyUnit extension for defining test fixtures outside of test cases. Each + fixture encapsulates creating, reusing and freeing some state - be that a + temporary directory on disk, SQL server connection, or just a particular + object graph. + . + Fixtures ships with the base class, unittest glue and a number of precanned + concrete fixtures. --- python-fixtures-0.3.5.orig/debian/copyright +++ python-fixtures-0.3.5/debian/copyright @@ -0,0 +1,22 @@ +This package was originally debianized by Robert Collins + on Sep 13 2010. + +It was downloaded from http://launchpad.net/python-fixtures/. + +Upstream Authors: Robert Collins + +Copyright 2010 Robert Collins. + +Licensed under either the Apache License, Version 2.0 or the BSD 3-clause +license at the users choice. A copy of both licenses are available in the +project source as Apache-2.0 and BSD. You may not use this file except in +compliance with one of these two licences. + +Unless required by applicable law or agreed to in writing, software +distributed under these licenses is distributed on an "AS IS" BASIS, WITHOUT +WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +license you chose for the specific language governing permissions and +limitations under that license. + +On Debian systems, the full text of these licenses can be found in +/usr/share/common-licenses/Apache-2.0 and /usr/share/common-licenses/BSD. --- python-fixtures-0.3.5.orig/debian/pyversions +++ python-fixtures-0.3.5/debian/pyversions @@ -0,0 +1 @@ +2.4- --- python-fixtures-0.3.5.orig/debian/changelog +++ python-fixtures-0.3.5/debian/changelog @@ -0,0 +1,30 @@ +python-fixtures (0.3.5-1~bazaar1~lucid1) lucid; urgency=medium + + * Rebuild in PPA for lucid. + + -- Max Bowsher Sat, 18 Dec 2010 14:03:15 +0000 + +python-fixtures (0.3.5-1) unstable; urgency=low + + * First debian upload. Closes: #602685 + * New upstream release. + + -- Robert Collins Sun, 07 Nov 2010 19:50:46 +1300 + +python-fixtures (0.3.4-1) unstable; urgency=low + + * New upstream release. + + -- Robert Collins Tue, 26 Oct 2010 09:31:20 +1300 + +python-fixtures (0.3-1) unstable; urgency=low + + * New upstream release. + + -- Robert Collins Sat, 18 Sep 2010 15:07:46 +1200 + +python-fixtures (0.2-1) unstable; urgency=low + + * New upstream release. + + -- Robert Collins Sun, 12 Sep 2010 10:53:42 +1200 --- python-fixtures-0.3.5.orig/debian/pycompat +++ python-fixtures-0.3.5/debian/pycompat @@ -0,0 +1 @@ +2