debian/0000755000000000000000000000000012302376251007167 5ustar debian/pyjunitxml.install0000644000000000000000000000006312207310001012762 0ustar debian/tmp/usr/lib/* debian/tmp/usr/share/pyshared debian/copyright0000644000000000000000000000152212207315054011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Robert Collins Source: http://launchpad.net/pyjunitxml/ Files: * Copyright: Copyright (c) 2009 Robert Collins License: LGPL-3 PyJUnitXML is Copyright (c) 2009 Robert Collins, and distributed under the GNU Library General Public Licence version 3 (LGPL-3). Broadly, this means you have the right to use this library in any application you want, regardless of the licence of your application, but that if you modify this library the modifications you make need to be released under a compatible terms if you convey the application to other users. For exact details see the COPYING and GPL-3 files included in the source. . On Debian systems, the full text of the L-GPL3 can be found in /usr/share/common-licenses/LGPL-3 debian/changelog0000644000000000000000000000253212302376251011043 0ustar pyjunitxml (0.6-1.1build1) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose Sun, 23 Feb 2014 13:50:33 +0000 pyjunitxml (0.6-1.1) unstable; urgency=low * NMU with the maintainer's consent. * Move to dh compat level 9. * Move to 3.0 (quilt) source format. * Drop unused python-docutils build dependency (Closes: #635255) * Convert from cdbs to dh and pybuild, to ease adding support for Python 3. This also drops the obsolete python-support. (Closes: #711375) * Build a python3-junitxml package. (Closes: #674858) * debian/copyright: Move to copyright format 1.0. * Bump to Standards-Version 3.9.4. -- Martin Pitt Thu, 06 Jun 2013 16:50:21 +0100 pyjunitxml (0.6-1) unstable; urgency=low * New upstream release. -- Robert Collins Sun, 12 Sep 2010 10:53:42 +1200 pyjunitxml (0.5-1) unstable; urgency=low * New upstream release. -- Robert Collins Sat, 12 Dec 2009 23:45:43 +1100 pyjunitxml (0.3-1) karmic; urgency=low * Upstream release. -- Robert Collins Thu, 24 Sep 2009 10:26:23 +1000 pyjunitxml (0.2-1) unstable; urgency=low * Initial release. Closes: #547492 -- Robert Collins Sun, 20 Sep 2009 17:19:22 +1000 debian/python-junitxml.install0000644000000000000000000000002112207314665013746 0ustar usr/lib/python2* debian/clean0000644000000000000000000000001212207312640010161 0ustar tests.log debian/compat0000644000000000000000000000000212207311272010361 0ustar 9 debian/python3-junitxml.install0000644000000000000000000000002112207314705014024 0ustar usr/lib/python3* debian/control0000644000000000000000000000135212207440541010571 0ustar Source: pyjunitxml Section: python Priority: optional Maintainer: Robert Collins Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python3-all, dh-python Build-Depends-Indep: subunit (>= 0.0.2), python3-subunit Standards-Version: 3.9.4 X-Python-Version: >= 2.4 X-Python3-Version: >= 3.0 Package: python-junitxml Architecture: all Depends: ${python:Depends}, ${misc:Depends} Description: PyUnit extension for reporting in JUnit compatible XML A PyUnit extension to output JUnit compatible XML. Package: python3-junitxml Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Description: PyUnit extension for reporting in JUnit compatible XML A PyUnit extension to output JUnit compatible XML. debian/rules0000755000000000000000000000072112207314116010243 0ustar #!/usr/bin/make -f %: dh $@ --with python2,python3 --buildsystem=pybuild # run tests the normal way, and then through subunit override_dh_auto_test: dh_auto_test python -m subunit.run junitxml.test_suite | tee tests.log | subunit-stats || subunit-filter < tests.log | subunit2pyunit python3 -m subunit.run junitxml.test_suite | tee tests.log | subunit-stats || subunit-filter < tests.log | subunit2pyunit override_dh_installdocs: dh_installdocs NEWS README debian/source/0000755000000000000000000000000012207320016010457 5ustar debian/source/format0000644000000000000000000000001412207313546011677 0ustar 3.0 (quilt)