File: control

package info (click to toggle)
plainbox 0.25-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,928 kB
  • ctags: 6,422
  • sloc: python: 38,849; xml: 16,029; sh: 33; makefile: 32
file content (178 lines) | stat: -rw-r--r-- 9,113 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
Source: plainbox
Section: utils
Priority: optional
Maintainer: Checkbox Developers <checkbox-devel@lists.ubuntu.com>
Uploaders: Sylvain Pineau <sylvain.pineau@canonical.com>,
           Zygmunt Krynicki <zygmunt.krynicki@canonical.com>,
           Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               python3-all,
               python3-distutils-extra,
               python3-docutils,
               python3-guacamole,
               python3-jinja2,
               python3-padme,
               python3-pkg-resources,
               python3-requests,
               python3-setuptools,
               python3-sphinx,
               python3-tk,
               python3-xlsxwriter
Standards-Version: 3.9.6
X-Python3-Version: >= 3.2
Vcs-Git: git://anonscm.debian.org/python-modules/packages/plainbox.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/plainbox.git
Homepage: http://launchpad.net/checkbox

Package: plainbox
Architecture: all
Depends: python3-pkg-resources,
         python3-plainbox (= ${binary:Version}),
         ${misc:Depends},
         ${python3:Depends}
Description: toolkit for software and hardware integration testing
 PlainBox is a toolkit consisting of python3 library, development tools,
 documentation and examples. It is targeted at developers working on testing or
 certification applications and authors creating tests for such applications.
 .
 PlainBox can be used to both create simple and comprehensive test tools as
 well as to develop and execute test jobs and test scenarios. It was created as
 a refined and rewritten core of the Checkbox project. It has a well tested and
 documented core, small but active development community and a collection of
 associated projects that use it as a lower-level engine/back-end library.
 .
 PlainBox has a novel approach to discovering (and probing) hardware and
 software that is extensible and not hardwired into the system. It allows test
 developers to express association between a particular test and the hardware,
 software and configuration constraints that must be met for the test to
 execute meaningfully. This feature, along with pluggable test definitions,
 makes plainbox flexible and applicable to many diverse testing situations,
 ranging from mobile phones, traditional desktop computers, servers and up to
 testing "cloud" installations.
 .
 This package contains the plainbox executable

Package: python3-plainbox
Architecture: all
Section: python
Depends: plainbox-secure-policy (= ${binary:Version}) | plainbox-insecure-policy (= ${binary:Version}),
         policykit-1,
         python3-guacamole,
         python3-jinja2,
         python3-padme,
         python3-pkg-resources,
         python3-requests,
         python3-xlsxwriter,
         ${misc:Depends},
         ${python3:Depends}
Breaks: python3-checkbox-ng (<< 0.18)
Description: toolkit for software and hardware testing (python3 module)
 PlainBox is a toolkit consisting of python3 library, development tools,
 documentation and examples. It is targeted at developers working on testing or
 certification applications and authors creating tests for such applications.
 .
 PlainBox can be used to both create simple and comprehensive test tools as
 well as to develop and execute test jobs and test scenarios. It was created as
 a refined and rewritten core of the Checkbox project. It has a well tested and
 documented core, small but active development community and a collection of
 associated projects that use it as a lower-level engine/back-end library.
 .
 PlainBox has a novel approach to discovering (and probing) hardware and
 software that is extensible and not hardwired into the system. It allows test
 developers to express association between a particular test and the hardware,
 software and configuration constraints that must be met for the test to
 execute meaningfully. This feature, along with pluggable test definitions,
 makes plainbox flexible and applicable to many diverse testing situations,
 ranging from mobile phones, traditional desktop computers, servers and up to
 testing "cloud" installations.
 .
 This package contains the plainbox python3 library.

Package: python3-plainbox-doc
Architecture: all
Section: doc
Priority: extra
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: toolkit for software and hardware testing (documentation)
 PlainBox is a toolkit consisting of python3 library, development tools,
 documentation and examples. It is targeted at developers working on testing or
 certification applications and authors creating tests for such applications.
 .
 PlainBox can be used to both create simple and comprehensive test tools as
 well as to develop and execute test jobs and test scenarios. It was created as
 a refined and rewritten core of the Checkbox project. It has a well tested and
 documented core, small but active development community and a collection of
 associated projects that use it as a lower-level engine/back-end library.
 .
 PlainBox has a novel approach to discovering (and probing) hardware and
 software that is extensible and not hardwired into the system. It allows test
 developers to express association between a particular test and the hardware,
 software and configuration constraints that must be met for the test to
 execute meaningfully. This feature, along with pluggable test definitions,
 makes plainbox flexible and applicable to many diverse testing situations,
 ranging from mobile phones, traditional desktop computers, servers and up to
 testing "cloud" installations.
 .
 This package contains the documentation for the plainbox python3 library

Package: plainbox-secure-policy
Architecture: all
Depends: ${misc:Depends}
Conflicts: plainbox-insecure-policy
Replaces: plainbox-insecure-policy
Description: policykit policy required to use plainbox (secure version)
 PlainBox is a toolkit consisting of python3 library, development tools,
 documentation and examples. It is targeted at developers working on testing or
 certification applications and authors creating tests for such applications.
 .
 PlainBox can be used to both create simple and comprehensive test tools as
 well as to develop and execute test jobs and test scenarios. It was created as
 a refined and rewritten core of the Checkbox project. It has a well tested and
 documented core, small but active development community and a collection of
 associated projects that use it as a lower-level engine/back-end library.
 .
 PlainBox has a novel approach to discovering (and probing) hardware and
 software that is extensible and not hardwired into the system. It allows test
 developers to express association between a particular test and the hardware,
 software and configuration constraints that must be met for the test to
 execute meaningfully. This feature, along with pluggable test definitions,
 makes plainbox flexible and applicable to many diverse testing situations,
 ranging from mobile phones, traditional desktop computers, servers and up to
 testing "cloud" installations.
 .
 This package contains a PolicyKit .policy file that allows PlainBox to run
 plainbox-trusted-launcher-1 as root and ask for the user password only once
 per session.

Package: plainbox-insecure-policy
Architecture: all
Depends: ${misc:Depends}
Conflicts: plainbox-secure-policy
Replaces: plainbox-secure-policy
Description: policykit policy required to use plainbox (insecure version)
 PlainBox is a toolkit consisting of python3 library, development tools,
 documentation and examples. It is targeted at developers working on testing or
 certification applications and authors creating tests for such applications.
 .
 PlainBox can be used to both create simple and comprehensive test tools as
 well as to develop and execute test jobs and test scenarios. It was created as
 a refined and rewritten core of the Checkbox project. It has a well tested and
 documented core, small but active development community and a collection of
 associated projects that use it as a lower-level engine/back-end library.
 .
 PlainBox has a novel approach to discovering (and probing) hardware and
 software that is extensible and not hardwired into the system. It allows test
 developers to express association between a particular test and the hardware,
 software and configuration constraints that must be met for the test to
 execute meaningfully. This feature, along with pluggable test definitions,
 makes plainbox flexible and applicable to many diverse testing situations,
 ranging from mobile phones, traditional desktop computers, servers and up to
 testing "cloud" installations.
 .
 Note that installing this package will allow *any* local user to execute any
 of the plainbox jobs (test definitions), also installed on the same machine
 (in system-wide locations), without any confirmation. You should only install
 this package on machines where that is not a security problem. Typically this
 package is installed on test machines inside automatically deployed test
 farms.