debian/0000755000000000000000000000000012243713614007171 5ustar debian/source/0000755000000000000000000000000012243713614010471 5ustar debian/source/format0000644000000000000000000000001412243713614011677 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000023712243713614010612 0ustar [DEFAULT] upstream-branch = master debian-branch = debian/unstable upstream-tag = %(version)s compression = xz [git-buildpackage] export-dir = ../build-area/ debian/copyright0000644000000000000000000000514612243713614011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: nosehtmloutput Source: git://github.com/cboylan/nose-html-output.git Files: debian/* Copyright: (c) 2013, Thomas Goirand License: Apache-2-and-BSD-3-clauses Files: * Copyright: (c) 2013, Hewlett-Packard Development Company, L.P. (c) 2004-2007, Wai Yip Tung (c) 2012, Clark Boylan License: Apache-2-and-BSD-3-clauses License: Apache-2-and-BSD-3-clauses 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. . Original HTMLTestRunner License: . 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. * Neither the name Wai Yip Tung nor the names of its contributors 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/rules0000755000000000000000000000045312243713614010253 0ustar #!/usr/bin/make -f UPSTREAM_GIT = git://github.com/cboylan/nose-html-output.git -include /usr/share/openstack-pkg-tools/pkgos.make %: dh $@ --buildsystem=python_distutils --with python2 override_dh_clean: dh_clean -O--buildsystem=python_distutils rm -rf nose-*-py*.egg nosehtmloutput.egg-info debian/changelog0000644000000000000000000000111512243713614011041 0ustar python-nosehtmloutput (0.0.4-3) unstable; urgency=low * Added missing build-depends: python-nose (Closes: #730201). * Removed openstack-pkg-tools as build-depends. -- Thomas Goirand Sat, 23 Nov 2013 01:40:27 +0800 python-nosehtmloutput (0.0.4-2) unstable; urgency=low * Cleans nose-*-py*.egg (package can be built twice). -- Thomas Goirand Sun, 28 Jul 2013 15:14:42 +0800 python-nosehtmloutput (0.0.4-1) unstable; urgency=low * Initial release. (Closes: #718041) -- Thomas Goirand Sun, 28 Jul 2013 14:49:57 +0800 debian/control0000644000000000000000000000220212243713614010570 0ustar Source: python-nosehtmloutput Section: python Priority: optional Maintainer: PKG OpenStack Uploaders: Julien Danjou , Thomas Goirand , Mehdi Abaakouk Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python-nose, python-setuptools Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-nosehtmloutput.git Vcs-Git: git://anonscm.debian.org/openstack/python-nosehtmloutput.git Homepage: https://pypi.python.org/pypi/nosehtmloutput Package: python-nosehtmloutput Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: ${misc:Depends}, ${python:Depends} Recommends: ${python:Recommends} Description: plugin to produce test results in html A plugin for nosetests that will write out test results to results.html. The code is adapted from the example html output plugin at: https://github.com/nose-devs/nose/blob/master/examples/html_plugin/htmlplug.py and the pyunit Html test runner at http://tungwaiyip.info/software/HTMLTestRunner.html. debian/compat0000644000000000000000000000000212243713614010367 0ustar 9 debian/watch0000644000000000000000000000013612243713614010222 0ustar version=3 http://pypi.python.org/packages/source/n/nosehtmloutput nosehtmloutput-(.*).tar.gz