~checkbox-dev/checkbox/ppa-packaging-checkbox-ng

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
Source: checkbox-ng
Section: utils
Priority: optional
Maintainer: Checkbox Developers <checkbox-dev@lists.launchpad.net>
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),
               python3-all,
               python3-checkbox-support (>= 0.25~),
               python3-distutils-extra,
               python3-doc,
               python3-docutils,
               python3-guacamole (>= 0.9),
               python3-plainbox (>= 0.27~),
               python3-plainbox-doc,
               python3-requests (>= 1.0),
               python3-setuptools,
               python3-sphinx,
               python3-xlsxwriter
Standards-Version: 3.9.5
X-Python3-Version: >= 3.2
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/checkbox-ng/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/checkbox-ng/trunk/
Homepage: http://launchpad.net/checkbox

Package: checkbox-ng
Architecture: all
Depends: python3,
         python3 (>= 3.2),
         python3-checkbox-ng (= ${binary:Version}),
         ${misc:Depends}
Replaces: checkbox (<< 0.17.6-0ubuntu1)
Breaks: checkbox (<< 0.17.6-0ubuntu1)
Description: PlainBox based test runner
 CheckBoxNG is a hardware testing tool useful for certifying laptops,
 desktops and servers. It is a new version of CheckBox that is built
 directly on top of PlainBox. CheckBoxNG replaces CheckBox, where applicable.
 .
 This package contains the CheckBox command line tool

Package: python3-checkbox-ng
Architecture: all
Depends: python3 (>= 3.2),
         python3-checkbox-support (>= 0.25~),
         python3-guacamole (>= 0.9),
         python3-plainbox (>= 0.27~),
         python3-requests (>= 1.0),
         python3-xlsxwriter,
         ${misc:Depends}
Description: PlainBox based test runner (Python 3 library)
 CheckBoxNG is a hardware testing tool useful for certifying laptops,
 desktops and servers. It is a new version of CheckBox that is built
 directly on top of PlainBox. CheckBoxNG replaces CheckBox, where applicable.
 .
 This package contains the checkbox-ng Python 3 library

Package: python3-checkbox-ng-doc
Architecture: all
Section: doc
Priority: extra
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: PlainBox based test runner (documentation)
 CheckBoxNG is a hardware testing tool useful for certifying laptops,
 desktops and servers. It is a new version of CheckBox that is built
 directly on top of PlainBox. CheckBoxNG replaces CheckBox, where applicable.
 .
 This package contains the documentation for the checkbox-ng Python 3 library