debian/0000775000000000000000000000000012272462764007204 5ustar debian/rules0000775000000000000000000000130112143347107010245 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 PYTHONS:=$(shell pyversions -vr) PYTHON3S:=$(shell py3versions -vr) UPSTREAM_GIT = git://github.com/testing-cabal/extras.git include /usr/share/openstack-pkg-tools/pkgos.make %: 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-extras; \ done set -e && for pyvers in $(PYTHON3S); do \ python$$pyvers setup.py install --install-layout=deb \ --root $(CURDIR)/debian/python3-extras; \ done ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) override_dh_auto_test: make check endif debian/CHANGELOG0000664000000000000000000000225712143347107010412 0ustar commit 7d5ea56d1f22af33f6182e84b1f55ccc84fbb5cf Author: Robert Collins Date: Thu Dec 13 21:32:30 2012 +1300 Release 0.0.2, removing Makefile cruft. commit a21a427fc3629e4bcb208618b3de3772a6e67d41 Author: Robert Collins Date: Sat Oct 27 22:43:39 2012 +1300 Open 0.0.2. commit 7705fda3e07b6c1500cfb3284b8f6896a2f3d6f4 Author: Robert Collins Date: Sat Oct 27 22:41:36 2012 +1300 Release 0.0.1. commit 01f6a7eefb57684912575664f1f695cadb392dcb Author: Robert Collins Date: Sat Oct 27 22:32:34 2012 +1300 Note the functions in the README, for discoverability. commit 71ce70c32d950309031aa2e65e75b5efef73e57e Author: Robert Collins Date: Sat Oct 27 22:30:45 2012 +1300 Drop README.md. commit f8e93227207a1eddef02cb306651074172f64188 Author: Robert Collins Date: Sat Oct 27 22:27:55 2012 +1300 Initial extraction of code from testtools. commit 87a05a447f982e4ddc954fb2c72fa59637c4bd58 Author: rbtcollins Date: Sat Oct 27 01:24:34 2012 -0700 Initial commit debian/copyright0000664000000000000000000000264212143347107011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-extras Source: http://pypi.python.org/pypi/extras Files: debian/* Copyright: (c) 2012, Thomas Goirand License: MIT Files: * Copyright: (c) 2012, Robert Collins (c) 2012, Jonathan Lange (c) 2012, Martin Pool License: MIT License: MIT 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. debian/changelog0000664000000000000000000000147312272462764011063 0ustar python-extras (0.0.3-2ubuntu1) trusty; urgency=medium * Python3-extras should not depend on python 2 versions of testtols. -- Dimitri John Ledkov Thu, 30 Jan 2014 14:47:16 +0000 python-extras (0.0.3-2) unstable; urgency=low * Uploading to unstable. -- Thomas Goirand Sat, 11 May 2013 04:49:39 +0000 python-extras (0.0.3-1) experimental; urgency=low * New upstream release. * Updated homepage: so it doesn't include the package version. * Added "make check" test suite. * Added a new python3-extras binary package for Python 3 support. -- Thomas Goirand Thu, 14 Mar 2013 20:01:12 +0800 python-extras (0.0.2-1) experimental; urgency=low * Initial release (Closes: #695833). -- Thomas Goirand Thu, 13 Dec 2012 06:31:35 +0000 debian/watch0000664000000000000000000000011712143347107010222 0ustar version=3 https://github.com/testing-cabal/extras/tags .*/(\d[\d\.]+)\.tar\.gz debian/gbp.conf0000664000000000000000000000027712143347107010617 0ustar [DEFAULT] upstream-branch = master debian-branch = debian/experimental upstream-tag = %(version)s compression = xz [git-buildpackage] export-dir = ../build-area/ #cleaner = ./setup.py clean debian/source/0000775000000000000000000000000012143347107010472 5ustar debian/source/format0000664000000000000000000000001412143347107011700 0ustar 3.0 (quilt) debian/control0000664000000000000000000000300412272463064010576 0ustar Source: python-extras Section: python Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: PKG OpenStack Uploaders: Thomas Goirand Build-Depends: debhelper (>= 9), openstack-pkg-tools, python3-all, python3-setuptools, python-all (>= 2.6.6-3~), python-setuptools, Build-Depends-Indep: python-testtools Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-extras.git Vcs-Git: git://anonscm.debian.org/openstack/python-extras.git Homepage: http://pypi.python.org/pypi/extras Package: python-extras Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: ${python:Depends}, ${misc:Depends}, python-testtools Description: extensions to the Python standard library (Python 2.x) Extras is a set of extensions to the Python standard library, originally written to make the code within testtools cleaner, but now split out for general use outside of a testing context. . This package contains the libraries for Python 2.x. Package: python3-extras Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: ${python3:Depends}, ${misc:Depends}, python3-testtools Description: extensions to the Python standard library (Python 3.x) Extras is a set of extensions to the Python standard library, originally written to make the code within testtools cleaner, but now split out for general use outside of a testing context. . This package contains the libraries for Python 3.x. debian/compat0000664000000000000000000000000212143347107010370 0ustar 9