debian/0000775000000000000000000000000012265777421007205 5ustar debian/changelog0000664000000000000000000000524212265777414011064 0ustar python-fixtures (0.3.14-1ubuntu2) trusty; urgency=medium * d/control: Build-Depend on python3-all. -- Barry Warsaw Thu, 16 Jan 2014 10:47:08 -0500 python-fixtures (0.3.14-1ubuntu1) trusty; urgency=low * Drop not-needed python-support build-depends. -- Dmitrijs Ledkovs Tue, 12 Nov 2013 15:37:41 +0000 python-fixtures (0.3.14-1) unstable; urgency=low * New upstream release. * Switched to dh short style instead of CDBS. * Added support for Python 3. * Added a debian/gbp.conf, and some VCS fields. * Now running the nose tests. -- Thomas Goirand Sat, 07 Sep 2013 10:46:53 +0800 python-fixtures (0.3.12-0.2) unstable; urgency=low * Uploading to unstable. -- Thomas Goirand Sat, 11 May 2013 04:54:53 +0000 python-fixtures (0.3.12-0.1) experimental; urgency=low * Non-maintainer upload (with current maintainer approval). * Uploading to experimental. * New upstream release. * Now using compat and debhelper 9. * Using parsable format 1.0 for debian/copyright. * Now using source format 3.0 (quilt). * Build-depends on python (>= 2.6.6-3~), remove python-dev build-depends. * Standard-Version is now 3.9.4 (no change but the above). * Added a debian/watch file. * Disabled test suite as it fails. * Added a homepage field. * Removes /usr/share/cdbs/1/rules/simple-patchsys.mk since it's now deprecated. -- Thomas Goirand Fri, 15 Feb 2013 05:23:19 +0000 python-fixtures (0.3.6-1.1) unstable; urgency=low * Non-maintainer upload. * Fix "FTBFS: AttributeError: 'BrokenFixture' object has no attribute 'items'": add patch from Emanuele Aina (add missing calls to getDetails()). (Closes: #665018) -- gregor herrmann Fri, 06 Jul 2012 16:48:36 -0600 python-fixtures (0.3.6-1) unstable; urgency=low * New upstream release. * Runtime dependency on testtools due to upstream change. -- Robert Collins Thu, 23 Jun 2011 20:40:06 +1200 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 debian/rules0000775000000000000000000000124712265777357010301 0ustar #!/usr/bin/make -f PYTHONS:=$(shell pyversions -vr) PYTHON3S:=$(shell py3versions -vr) %: dh $@ --buildsystem=python_distutils --with python2,python3 override_dh_auto_install: set -e && for pyvers in $(PYTHONS); do \ python$$pyvers setup.py install --install-layout=deb \ --root $(CURDIR)/debian/python-fixtures; \ done set -e && for pyvers in $(PYTHON3S); do \ python$$pyvers setup.py install --install-layout=deb \ --root $(CURDIR)/debian/python3-fixtures; \ done override_dh_clean: dh_clean -O--buildsystem=python_distutils find . -iname '*.pyc' -delete ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) override_dh_auto_test: nosetests || true endif debian/compat0000664000000000000000000000000212265777357010413 0ustar 9 debian/gbp.conf0000664000000000000000000000031412265777357010632 0ustar [DEFAULT] upstream-branch = upstream-unstable debian-branch = debian-unstable pristine-tar = True [git-buildpackage] export-dir = ../build-area/ tarball-dir = ../tarballs/ [git-import-orig] dch = False debian/copyright0000664000000000000000000000516712265777357011161 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: fixtures Upstream-Contact: Robert Collins Source: http://pypi.python.org/pypi/fixtures Files: debian/* Copyright: (c) 2010-2012, Robert Collins (c) 2013, Thomas Goirand License: Apache-2.0-or-BSD Files: * Copyright: (c) 2010-2013, Robert Collins License: Apache-2.0-or-BSD License: Apache-2.0-or-BSD 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 the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the full text of the Apache license can be found in /usr/share/common-licenses/Apache-2.0. . BSD License: . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. Neither the name of Robert Collins nor the names of Subunit contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY ROBERT COLLINS AND SUBUNIT CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/control0000664000000000000000000000411612265777367010623 0ustar Source: python-fixtures Section: python Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Robert Collins Uploaders: Thomas Goirand Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), python-setuptools, python3-all, python3-setuptools Build-Depends-Indep: python-docutils, python-nose, python-testtools (>= 0.9.11), python3-testtools Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-fixtures.git Vcs-Git: git://anonscm.debian.org/openstack/python-fixtures.git Homepage: http://pypi.python.org/pypi/fixtures Package: python-fixtures Architecture: all Depends: python-testtools (>= 0.9.11), ${misc:Depends}, ${python:Depends} Description: PyUnit extension for defining test fixtures outside of test cases - Python 2.x 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. This is extremely useful for testing and general resource management. . Fixtures ships with the base class, unittest glue and a number of precanned concrete fixtures. . This package provides the Python 2.x module. Package: python3-fixtures Architecture: all Depends: python3-testtools (>= 0.9.11), ${misc:Depends}, ${python3:Depends} Description: PyUnit extension for defining test fixtures outside of test cases - Python 3.x 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. This is extremely useful for testing and general resource management. . Fixtures ships with the base class, unittest glue and a number of precanned concrete fixtures. . This package provides the Python 3.x module. debian/source/0000775000000000000000000000000012265777421010505 5ustar debian/source/format0000664000000000000000000000001412265777357011723 0ustar 3.0 (quilt) debian/watch0000664000000000000000000000011312265777357010241 0ustar version=3 http://pypi.python.org/packages/f/fixtures/fixtures-(.*)\.tar.gz