~ubuntu-branches/ubuntu/lucid/pyjunitxml/lucid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Robert Collins
  • Date: 2009-09-20 17:19:22 UTC
  • Revision ID: james.westby@ubuntu.com-20090920171922-p69k8cg96l9x28nb
Tags: 0.2-1
Initial release. Closes: #547492

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: pyjunitxml
 
2
Section: python
 
3
Priority: optional
 
4
Maintainer: Robert Collins <robertc@robertcollins.net>
 
5
Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.49),
 
6
 python-all-dev (>= 2.3.5-11)
 
7
Build-Depends-Indep: python-docutils, python-support (>= 0.5.3),
 
8
 subunit (>= 0.0.2)
 
9
Standards-Version: 3.8.3
 
10
 
 
11
Package: python-junitxml
 
12
Architecture: all
 
13
Depends: ${python:Depends}, ${misc:Depends}
 
14
Description: PyUnit extension for reporting in JUnit compatible XML
 
15
 A PyUnit extension to output JUnit compatible XML.