debian/0000755000000000000000000000000012162510341007161 5ustar debian/compat0000644000000000000000000000000212162510341010357 0ustar 9 debian/control0000644000000000000000000000224012162510341010562 0ustar Source: python-django-discover-runner Section: python Priority: optional Maintainer: PKG OpenStack Uploaders: Julien Danjou , Thomas Goirand , Ghe Rivero , Mehdi Abaakouk Build-Depends: debhelper (>= 9), python-setuptools, python-all (>= 2.6.6-3~), openstack-pkg-tools Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-django-discover-runner.git;a=summary Vcs-Git: git://anonscm.debian.org/openstack/python-django-discover-runner.git Homepage: https://pypi.python.org/pypi/django-discover-runner Package: python-django-discover-runner Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: ${python:Depends}, ${misc:Depends}, python-django, python-unittest2 Provides: ${python:Provides} Description: alternative Django test runner python-django-discover-runner is an alternative Django "TEST_RUNNER" which uses the unittest2 test discovery from a base path specified in the settings, or any other module or package specified to the "test" management command, including app tests. debian/docs0000644000000000000000000000001012162510341010023 0ustar AUTHORS debian/source/0000755000000000000000000000000012162510341010461 5ustar debian/source/format0000644000000000000000000000001412162510341011667 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000023712162510341010602 0ustar [DEFAULT] upstream-branch = master debian-branch = debian/unstable upstream-tag = %(version)s compression = xz [git-buildpackage] export-dir = ../build-area/ debian/watch0000644000000000000000000000015612162510341010214 0ustar version=3 http://pypi.python.org/packages/source/d/django-discover-runner/django-discover-runner-(.*)\.tar.gz debian/changelog0000644000000000000000000000025212162510341011032 0ustar python-django-discover-runner (1.0-1) unstable; urgency=low * Initial releas (Closes: #714134). -- Thomas Goirand Wed, 26 Jun 2013 14:51:58 +0800 debian/copyright0000644000000000000000000000341112162510341011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-django-discover-runner Source: git://github.com/jezdez/django-discover-runner.git Files: debian/* Copyright: (c) 2013, Thomas Goirand License: BSD-3-clauses Files: * Copyright: (c) 2011-2013, The django-discover-runner authors License: BSD-3-clauses License: BSD-3-clauses Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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. * None of the authors names may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 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 COPYRIGHT OWNER 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/rules0000755000000000000000000000027212162510341010242 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 UPSTREAM_GIT = git://github.com/jezdez/django-discover-runner.git include /usr/share/openstack-pkg-tools/pkgos.make %: dh $@ --with python2