--- pyjunitxml-0.6.orig/debian/rules +++ pyjunitxml-0.6/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +clean:: + -rm -rf build + -rm tests.log + find . -name "*.pyc" -print0 | xargs -0 rm -f + +# In the event of +common-post-build-indep:: + python -m subunit.run junitxml.test_suite | tee tests.log | subunit-stats || subunit-filter < tests.log | subunit2pyunit --- pyjunitxml-0.6.orig/debian/copyright +++ pyjunitxml-0.6/debian/copyright @@ -0,0 +1,19 @@ +This package was originally debianized by Robert Collins + on Sep 20 2009. + +It was downloaded from http://launchpad.net/pyjunitxml/. + +Upstream Authors: Robert Collins + +Copyright 2009 Robert Collins. + +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 --- pyjunitxml-0.6.orig/debian/compat +++ pyjunitxml-0.6/debian/compat @@ -0,0 +1 @@ +5 --- pyjunitxml-0.6.orig/debian/control +++ pyjunitxml-0.6/debian/control @@ -0,0 +1,17 @@ +Source: pyjunitxml +Section: python +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Robert Collins +Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.90~), + python-all-dev (>= 2.6.6-3~) +Build-Depends-Indep: python-docutils, + subunit (>= 0.0.2) +Standards-Version: 3.8.3 +X-Python-Version: >= 2.4 + +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. --- pyjunitxml-0.6.orig/debian/changelog +++ pyjunitxml-0.6/debian/changelog @@ -0,0 +1,30 @@ +pyjunitxml (0.6-1ubuntu1) saucy; urgency=low + + * Convert to dh_python2. + + -- Colin Watson 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 + --- pyjunitxml-0.6.orig/debian/pyjunitxml.install +++ pyjunitxml-0.6/debian/pyjunitxml.install @@ -0,0 +1,2 @@ +debian/tmp/usr/lib/* +debian/tmp/usr/share/pyshared