debian/0000755000000000000000000000000012153140510007156 5ustar debian/changelog0000644000000000000000000000177712153136127011055 0ustar unittest-xml-reporting (1.5.0-1) unstable; urgency=low * New upstream release (Closes: #708654) * Adopt python-xmlrunner: - rename source package to match upstream - debhelper compat level 8 - bring under the Debian Python Modules Team - standards version 3.9.4 - use dh_python2 - update debian/copyright * Activate tests (they are empty at the moment, but ready for when upstream adds some) -- Jonathan Wiltshire Mon, 03 Jun 2013 16:55:01 +0100 python-xmlrunner (1.2-2) UNRELEASED; urgency=low * Bump Standards-Version to 3.9.2. -- Chris Lamb Sat, 18 Jun 2011 14:48:40 +0100 python-xmlrunner (1.2-1) unstable; urgency=low * New upstream release. * Bump base version number in get-orig-source target. -- Chris Lamb Mon, 28 Mar 2011 17:23:37 +0100 python-xmlrunner (1.0.3+git201103162341-1) unstable; urgency=low * Initial release. -- Chris Lamb Thu, 24 Mar 2011 17:34:09 +0000 debian/watch0000644000000000000000000000013412153123316010212 0ustar version=3 http://githubredir.debian.net/github/danielfm/unittest-xml-reporting /(.*).tar.gz debian/patches/0000755000000000000000000000000012153136347010622 5ustar debian/patches/series0000644000000000000000000000000012153136214012016 0ustar debian/copyright0000644000000000000000000000371012153132365011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: unittest-xml-reporting Source: https://github.com/danielfm/unittest-xml-reporting Files: * Copyright: Daniel Fernandes Martins License: LGPL-3.0 Files: debian/* Copyright: © 2011 Chris Lamb © 013 Tiger Computing License: GPL-3.0+ License: LGPL-3.0 This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-3'. License: GPL-3.0+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". debian/control0000644000000000000000000000216512153137557010606 0ustar Source: unittest-xml-reporting Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Jonathan Wiltshire Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6.6-3~), python-setuptools, Standards-Version: 3.9.3 X-Python-Version: >= 2.6 Homepage: https://github.com/danielfm/unittest-xml-reporting Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/unittext-xml-reporting Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/unittest-xml-reporting Package: python-xmlrunner Architecture: all Depends: ${python:Depends}, ${misc:Depends} Recommends: python-unittest2 Description: PyUnit-based test runner with JUnit like XML reporting unittest-xml-reporting is a Python "unittest" test runner that saves test results to machine-readble XML files that can be consumed by a wide range of development tools such as build systems, IDEs and continuous integration servers (such as Hudson/Jenkins). . It also includes an adaptor so that it can be used in conjunction with the Django web development framework. debian/compat0000644000000000000000000000000212145435513010367 0ustar 8 debian/rules0000755000000000000000000000040312153136526010247 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 override_dh_auto_test: python setup.py test override_dh_auto_clean: rm -rf src/unittest_xml_reporting.egg-info dh_auto_clean %: dh $@ --with python2 debian/docs0000644000000000000000000000002012145437555010044 0ustar README.markdown debian/source/0000755000000000000000000000000012145437461010475 5ustar debian/source/format0000644000000000000000000000001412145435237011702 0ustar 3.0 (quilt) debian/unittest-xml-reporting.doc-base0000644000000000000000000000051212145441325015250 0ustar Document: unittest-xml-reporting Title: Debian unittest-xml-reporting/python-xmlrunner Manual Author: Daniel Fernandes Martins Abstract: This manual describes what unittest-xml-reporting is and how it can be used as part of a Python test suite Section: python Format: text Files: /usr/share/doc/python-xmlrunner/README.markdown