debian/0000775000000000000000000000000011670266514007200 5ustar debian/copyright0000664000000000000000000000327311632444464011140 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: python-nosexcover Source: http://pypi.python.org/pypi/nosexcover Files: * Copyright: 2011 Chris Heisel License: BSD Files: debian/* Copyright: 2011 Monty Taylor License: BSD License: BSD 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 of the 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 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/changelog0000664000000000000000000000043711670266503011054 0ustar nosexcover (1.0.7-1ubuntu1) precise; urgency=low * dh_python2 transition -- Chuck Short Thu, 08 Dec 2011 21:06:46 -0500 nosexcover (1.0.7-1) unstable; urgency=low * Initial release. -- Monty Taylor Fri, 09 Sep 2011 08:53:58 -0700 debian/control0000664000000000000000000000150111670266753010605 0ustar Source: nosexcover Section: python Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Monty Taylor Build-Depends: debhelper (>= 7.0.50~), python-nose (>= 1.0.0), python-coverage (>= 3.4), python-all, python-setuptools Standards-Version: 3.9.1 Homepage: http://pypi.python.org/pypi/nosexcover Package: python-nosexcover Architecture: all Depends: ${python:Depends}, python-nose (>= 1.0.0), python-coverage (>= 3.4), ${misc:Depends} Provides: ${python:Provides} Description: Cobertura-style XML reports for nose A companion to the built-in nose.plugins.cover, this plugin will write out an XML coverage report to a file named coverage.xml. . It will honor all the options you pass to the Nose coverage plugin, especially --cover-package. debian/watch0000664000000000000000000000012611632444464010230 0ustar version=3 http://pypi.python.org/packages/source/n/nosexcover/nosexcover-(.+).tar.gz debian/source/0000775000000000000000000000000011632444464010500 5ustar debian/source/format0000664000000000000000000000001411632444464011706 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000071111670266514010257 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2 debian/compat0000664000000000000000000000000211632444464010376 0ustar 7