File: control

package info (click to toggle)
subunit 1.4.4%2B1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,640 kB
  • sloc: sh: 11,426; python: 6,043; makefile: 1,244; ansic: 251; cpp: 56
file content (116 lines) | stat: -rw-r--r-- 3,560 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
Source: subunit
Section: devel
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
 Jelmer Vernooij <jelmer@debian.org>,
Build-Depends:
 autoconf,
 automake,
 check <!nocheck>,
 debhelper-compat (= 12),
 dh-python,
 libcppunit-dev,
 libtool,
 openstack-pkg-tools,
 pkg-config,
 python3-all,
 python3-setuptools,
 python3-testscenarios <!nocheck>,
 python3-testtools <!nocheck>,
 python3-iso8601 <!nocheck>,
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/openstack-team/python/subunit.git
Vcs-Browser: https://salsa.debian.org/openstack-team/python/subunit
Homepage: https://code.launchpad.net/subunit

Package: libcppunit-subunit-dev
Section: libdevel
Multi-Arch: same
Architecture: any
Depends:
 libcppunit-subunit0 (=${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Description: SubunitTestProgressListener for CPPUnit - Development headers
 subunit is a protocol for test activity reporting. The
 SubunitTestProgressListener permits outputting Subunit from  a CPPUnit test
 suite.
 .
 The libcppunit-subunit-dev package contains the C++ development headers,
 pkgconfig data file and a static version of the library.

Package: libcppunit-subunit0
Section: libs
Pre-Depends:
 ${misc:Pre-Depends},
Multi-Arch: same
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: SubunitTestProgressListener for CPPUnit - C++ shared library
 subunit is a protocol for test activity reporting. The
 SubunitTestProgressListener permits outputting Subunit from a CPPUnit test
 suite.

Package: libsubunit-dev
Section: libdevel
Multi-Arch: same
Architecture: any
Depends:
 libsubunit0 (=${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Description: Unit testing protocol - Development headers and static library for libsubunit
 subunit is a protocol for test activity reporting. This permits executing
 tests remotely, or saving the result of test runs for later introspection.
 .
 The libsubunit-dev package contains the C development headers,
 pkgconfig data file and a static version of the library.

Package: libsubunit0
Section: libs
Pre-Depends:
 ${misc:Pre-Depends},
Multi-Arch: same
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Unit testing protocol - C/C++ shared library
 subunit is a protocol for test activity reporting. This permits executing
 tests remotely, or saving the result of test runs for later introspection.
 .
 The libsubunit0 package contains the C shared library.

Package: python3-subunit
Architecture: all
Depends:
 python3-testtools,
 python3-iso8601,
 ${misc:Depends},
 ${python3:Depends},
Section: python
Description: unit testing protocol - Python3 bindings to generate and consume streams
 subunit is a protocol for test activity serialisation deserialisation. This
 permits executing tests remotely, or saving the result of test runs for later
 introspection.
 .
 The python3-subunit package includes the Python version 3 language bindings.

Package: subunit
Architecture: all
Depends:
 python3-subunit (>= ${source:Version}),
 ${misc:Depends},
 ${python3:Depends},
Description: command line tools for processing Subunit streams
 subunit is a protocol for test activity serialisation deserialisation. This
 permits executing tests remotely, or saving the result of test runs for later
 introspection.
 .
 The subunit package includes the subunit command line tools:
 subunit-diff, subunit-filter subunit-stats tap2subunit subunit2pyunit
 subunit-ls subunit-tags, subunit2gtk