debian/0000755000000000000000000000000012213321036007157 5ustar debian/compat0000644000000000000000000000000212213321036010355 0ustar 9 debian/control0000644000000000000000000000334712213321036010571 0ustar Source: python-nose-testconfig 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 Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-nose-testconfig.git Vcs-Git: git://anonscm.debian.org/openstack/python-nose-testconfig.git Homepage: https://pypi.python.org/pypi/nose-testconfig Package: python-nose-testconfig Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: ${misc:Depends}, ${python:Depends} Recommends: ${python:Recommends} Description: test configuration plugin for nosetests nose-testconfig is a plugin to the nose test framework which provides a faculty for passing test-specific (or test-run specific) configuration data to the tests being executed. . Currently configuration files in the following formats are supported: * YAML (via python-yaml) * INI (via ConfigParser) * Pure Python (via Exec) * JSON . The plugin is meant to be flexible, ergo the support of exec'ing arbitrary Python files as configuration files with no checks. The default format is assumed to be ConfigParser ini-style format. . The plugin provides a method of overriding certain parameters from the command line (assuming that the main "config" object is a dict) and can easily have additional parsers added to it. . A configuration file may not be provided. In this case, the config object is an emtpy dict. Any command line "overriding" parameters will be added to the dict. debian/source/0000755000000000000000000000000012213321036010457 5ustar debian/source/format0000644000000000000000000000001412213321036011665 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000031412213321036010574 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/watch0000644000000000000000000000013712213321036010211 0ustar version=3 http://pypi.python.org/packages/source/n/nose-testconfig nose-testconfig-(.*).tar.gz debian/changelog0000644000000000000000000000024412213321036011031 0ustar python-nose-testconfig (0.9-1) unstable; urgency=low * Initial release. (Closes: #722238) -- Thomas Goirand Mon, 09 Sep 2013 18:12:59 +0800 debian/copyright0000644000000000000000000000251112213321036011111 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: nose-testconfig Source: Files: debian/* Copyright: (c) 2013, Thomas Goirand License: Apache-2 Files: * Copyright: (c) 2013, Jesse Noller (c) 2013, Kumar McMillan (c) 2013, Christopher Hesse (c) 2013, Erik Schweller (c) 2013, Alexandre Conrad (c) 2013, Doug Hellmann (c) 2013, Greg Jednaszewski License: Apache-2 License: Apache-2 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/rules0000755000000000000000000000017712213321036010244 0ustar #!/usr/bin/make -f include /usr/share/openstack-pkg-tools/pkgos.make %: dh $@ --buildsystem=python_distutils --with python2