debian/0000755000000000000000000000000012257013433007166 5ustar debian/source/0000755000000000000000000000000012257013433010466 5ustar debian/source/format0000644000000000000000000000001412257013433011674 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000024012257013433010601 0ustar [DEFAULT] upstream-branch = master debian-branch = debian/unstable upstream-tag = v%(version)s compression = xz [git-buildpackage] export-dir = ../build-area/ debian/copyright0000644000000000000000000000200112257013433011112 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-json-patch Source: git://github.com/openstack/oslo-config.git Files: debian/* Copyright: (c) 2012, Thomas Goirand License: Apache-2.0 Files: * Copyright: (c) 2013, Jason Kölker License: Apache-2.0 License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . 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-based systems the full text of the Apache version 2.0 license can be found in `/usr/share/common-licenses/Apache-2.0'. debian/rules0000755000000000000000000000123312257013433010245 0ustar #!/usr/bin/make -f PYTHONS:=$(shell pyversions -vr) PYTHON3S:=$(shell py3versions -vr) UPSTREAM_GIT = git://github.com/openstack-dev/openstack-nose.git include /usr/share/openstack-pkg-tools/pkgos.make export OSLO_PACKAGE_VERSION=$(VERSION) %: 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-openstack.nose-plugin; \ done set -e && for pyvers in $(PYTHON3S); do \ python$$pyvers setup.py install --install-layout=deb \ --root $(CURDIR)/debian/python3-openstack.nose-plugin; \ done debian/changelog0000644000000000000000000000075712257013433011051 0ustar openstack-nose (0.11-1) unstable; urgency=medium * New upstream release. -- Thomas Goirand Thu, 26 Dec 2013 19:46:02 +0800 openstack-nose (0.3-2) unstable; urgency=low * Added Replaces: + Breaks: python-openstack-common (Closes: #722882). -- Thomas Goirand Thu, 26 Sep 2013 13:48:35 +0800 openstack-nose (0.3-1) unstable; urgency=low * Initial release (Closes: #717784). -- Thomas Goirand Thu, 25 Jul 2013 13:15:08 +0800 debian/control0000644000000000000000000000301112257013433010564 0ustar Source: openstack-nose Section: python Priority: optional Maintainer: PKG OpenStack Uploaders: Julien Danjou , Thomas Goirand , Mehdi Abaakouk Build-Depends: debhelper (>= 9), openstack-pkg-tools, python-all (>= 2.6.6-3~), python-setuptools, python3-all, python3-setuptools Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/openstack-nose.git Vcs-Git: git://anonscm.debian.org/openstack/openstack-nose.git Homepage: https://github.com/openstack-dev/openstack-nose Package: python-openstack.nose-plugin Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: ${misc:Depends}, ${python:Depends} Replaces: python-openstack-common Breaks: python-openstack-common Description: nosetests output to mimic the output of openstack's run_tests.py - Python 2.x This package provides a nose plugin that allow's nosetests output to mimic the output of openstack's run_tests.py. . This package provides the module for Python 2.x. Package: python3-openstack.nose-plugin Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: ${misc:Depends}, ${python3:Depends} Description: nosetests output to mimic the output of openstack's run_tests.py - Python 3.x This package provides a nose plugin that allow's nosetests output to mimic the output of openstack's run_tests.py. . This package provides the module for Python 3.x. debian/compat0000644000000000000000000000000212257013433010364 0ustar 9 debian/watch0000644000000000000000000000016612257013433010222 0ustar version=3 opts="uversionmangle=s/^s//" \ https://github.com/openstack-dev/openstack-nose/tags .*/(\d[\d\.]+)\.tar\.gz