debian/0000755000000000000000000000000011544133053007165 5ustar debian/compat0000644000000000000000000000000211544133051010361 0ustar 7 debian/changelog0000644000000000000000000000054211544133051011036 0ustar 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/watch0000644000000000000000000000013411544133051010212 0ustar version=3 http://githubredir.debian.net/github/danielfm/unittest-xml-reporting /(.*).tar.gz debian/rules0000755000000000000000000000073611544133051010251 0ustar #!/usr/bin/make -f get-orig-source: set -ex; \ PKG=python-xmlrunner; VER=1.2; \ git clone git://github.com/danielfm/unittest-xml-reporting.git $$PKG; \ DATE=`cd $$PKG && git show --pretty=format:"%cD" HEAD | head -n1`; \ SUFFIX=`date -d "$$DATE" +%Y%m%d%H%M`; \ rm -rf $$PKG/.git; \ tar cfz $${PKG}_$$VER+git$${SUFFIX}.orig.tar.gz $$PKG; \ rm -rf $$PKG %: dh $@ debian/copyright0000644000000000000000000000331011544133051011113 0ustar Author: Daniel Fernandes Martins Download: https://github.com/danielfm/unittest-xml-reporting Files: * Copyright: © 2008-2011 Daniel Fernandes Martins License: LGPL-3 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'. Files: debian/* Copyright: © 2011 Chris Lamb License: GPL-3+ 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 program 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 . debian/source/0000755000000000000000000000000011544133051010463 5ustar debian/source/format0000644000000000000000000000001411544133051011671 0ustar 3.0 (quilt) debian/control0000644000000000000000000000162111544133051010566 0ustar Source: python-xmlrunner Section: python Priority: optional Maintainer: Chris Lamb Build-Depends: debhelper (>= 7.0.50~), python-support, python-setuptools Standards-Version: 3.9.1 Homepage: https://github.com/danielfm/unittest-xml-reporting Vcs-Git: git://github.com/lamby/pkg-python-xmlrunner.git Vcs-Browser: https://github.com/lamby/pkg-python-xmlrunner Package: python-xmlrunner Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: Python test runner that produces machine-readable results 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.