~ubuntu-branches/ubuntu/saucy/pyjunitxml/saucy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-08-28 09:00:21 UTC
  • Revision ID: package-import@ubuntu.com-20130828090021-kbshx9xyvh4lh0oq
Tags: 0.6-1ubuntu2
* 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.
* Build a python3-junitxml package. (Closes: #674858)
* debian/copyright: Move to copyright format 1.0.
* Bump to Standards-Version 3.9.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
5
XSBC-Original-Maintainer: Robert Collins <robertc@robertcollins.net>
6
 
Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.90~),
7
 
 python-all-dev (>= 2.6.6-3~)
8
 
Build-Depends-Indep: python-docutils,
9
 
 subunit (>= 0.0.2)
10
 
Standards-Version: 3.8.3
 
6
Build-Depends: debhelper (>= 9), 
 
7
 python-all (>= 2.6.6-3~),
 
8
 python3-all,
 
9
 dh-python
 
10
Build-Depends-Indep: subunit (>= 0.0.2), python3-subunit
 
11
Standards-Version: 3.9.4
11
12
X-Python-Version: >= 2.4
 
13
X-Python3-Version: >= 3.0
12
14
 
13
15
Package: python-junitxml
14
16
Architecture: all
15
17
Depends: ${python:Depends}, ${misc:Depends}
16
18
Description: PyUnit extension for reporting in JUnit compatible XML
17
19
 A PyUnit extension to output JUnit compatible XML.
 
20
 
 
21
Package: python3-junitxml
 
22
Architecture: all
 
23
Depends: ${python3:Depends}, ${misc:Depends}
 
24
Description: PyUnit extension for reporting in JUnit compatible XML
 
25
 A PyUnit extension to output JUnit compatible XML.