~ubuntu-branches/debian/sid/subunit/sid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2012-04-08 21:44:01 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120408214401-7uyuh0zhx7lvpp7j
Tags: 0.0.7+bzr162-1
* New upstream snapshot.
 + Fixes compatibility with current versions of testtools. Closes: #669491
* Support installation for multiple python versions.
* Include egg-info for python-subunit. LP: #893620
* Add python3-subunit package.
* Bump standards version to 3.9.3 (no changes).
* Use machine parseable format for copyright file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Jelmer Vernooij <jelmer@debian.org>
5
5
Uploaders: Robert Collins <robertc@robertcollins.net>
6
 
Build-Depends: debhelper (>= 8.1.3~),
 
6
Build-Depends: debhelper (>= 9),
7
7
    python-dev (>= 2.6.6-3),
8
8
    python-all-dev (>= 2.6.6-3),
 
9
    python3-all-dev,
9
10
    autoconf (>= 2.59),
10
11
    automake,
11
12
    libtool,
12
13
    pkg-config,
13
14
    check,
14
 
    python-testtools (>= 0.9.4),
 
15
    python-testtools (>= 0.9.11),
 
16
    python3-testtools,
 
17
    python-setuptools,
15
18
    libcppunit-dev
16
19
Build-Depends-Indep: perl
17
 
Standards-Version: 3.9.2
 
20
Standards-Version: 3.9.3
18
21
X-Python-Version: >= 2.4
19
22
Vcs-Bzr: http://bzr.debian.org/collab-maint/subunit/unstable
20
23
Vcs-Browser: http://bzr.debian.org/loggerhead/collab-maint/subunit/unstable
52
55
Depends: ${python:Depends}, ${misc:Depends},
53
56
    python-testtools (>= 0.9.4)
54
57
Section: python
55
 
Description: unit testing protocol - Python bindings to generate and consume Subunit streams
 
58
Description: unit testing protocol - Python bindings to generate and consume streams
56
59
 subunit is a protocol for test activity serialisation deserialisation. This
57
60
 permits executing tests remotely, or saving the result of test runs for later
58
61
 introspection.
59
62
 .
60
63
 The python-subunit package includes the Python language bindings.
61
64
 
 
65
Package: python3-subunit
 
66
Architecture: all
 
67
Provides: ${python:Provides}
 
68
Depends: ${python:Depends}, ${misc:Depends},
 
69
    python-testtools (>= 0.9.4)
 
70
Section: python
 
71
Description: unit testing protocol - Python3 bindings to generate and consume streams
 
72
 subunit is a protocol for test activity serialisation deserialisation. This
 
73
 permits executing tests remotely, or saving the result of test runs for later
 
74
 introspection.
 
75
 .
 
76
 The python3-subunit package includes the Python version 3 language bindings.
 
77
 
62
78
Package: libsubunit0
63
79
Pre-Depends: ${misc:Pre-Depends}
64
80
Multi-Arch: same