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

1 by Zygmunt Krynicki
Initial import
1
Source: checkbox-ng
2
Section: utils
3
Priority: optional
30 by Zygmunt Krynicki
* Make checkbox-gui-service an empty transitional package
4
Maintainer: Checkbox Developers <checkbox-dev@lists.launchpad.net>
3.1.1 by Zygmunt Krynicki
* fork of Debian packaging at for PPA-specific builds
5
Uploaders: Sylvain Pineau <sylvain.pineau@canonical.com>,
6
           Zygmunt Krynicki <zygmunt.krynicki@canonical.com>,
7
           Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
30 by Zygmunt Krynicki
* Make checkbox-gui-service an empty transitional package
8
Build-Depends: debhelper (>= 9),
9
               python3-all,
37.1.1 by Pierre Equoy
Update dependencies minimum version to avoid issues in Xenial (Fix lp:1563763)
10
               python3-checkbox-support (>= 0.25~),
30 by Zygmunt Krynicki
* Make checkbox-gui-service an empty transitional package
11
               python3-distutils-extra,
12
               python3-doc,
13
               python3-docutils,
14
               python3-guacamole (>= 0.9),
37.1.1 by Pierre Equoy
Update dependencies minimum version to avoid issues in Xenial (Fix lp:1563763)
15
               python3-plainbox (>= 0.27~),
30 by Zygmunt Krynicki
* Make checkbox-gui-service an empty transitional package
16
               python3-plainbox-doc,
17
               python3-requests (>= 1.0),
18
               python3-setuptools,
19
               python3-sphinx,
20
               python3-xlsxwriter
1 by Zygmunt Krynicki
Initial import
21
Standards-Version: 3.9.5
22
X-Python3-Version: >= 3.2
23
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/checkbox-ng/trunk/
24
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/checkbox-ng/trunk/
25
Homepage: http://launchpad.net/checkbox
26
27
Package: checkbox-ng
28
Architecture: all
30 by Zygmunt Krynicki
* Make checkbox-gui-service an empty transitional package
29
Depends: python3,
30
         python3 (>= 3.2),
31
         python3-checkbox-ng (= ${binary:Version}),
32
         ${misc:Depends}
1 by Zygmunt Krynicki
Initial import
33
Replaces: checkbox (<< 0.17.6-0ubuntu1)
34
Breaks: checkbox (<< 0.17.6-0ubuntu1)
35
Description: PlainBox based test runner
36
 CheckBoxNG is a hardware testing tool useful for certifying laptops,
37
 desktops and servers. It is a new version of CheckBox that is built
38
 directly on top of PlainBox. CheckBoxNG replaces CheckBox, where applicable.
39
 .
40
 This package contains the CheckBox command line tool
41
42
Package: python3-checkbox-ng
43
Architecture: all
30 by Zygmunt Krynicki
* Make checkbox-gui-service an empty transitional package
44
Depends: python3 (>= 3.2),
37.1.1 by Pierre Equoy
Update dependencies minimum version to avoid issues in Xenial (Fix lp:1563763)
45
         python3-checkbox-support (>= 0.25~),
30 by Zygmunt Krynicki
* Make checkbox-gui-service an empty transitional package
46
         python3-guacamole (>= 0.9),
37.1.1 by Pierre Equoy
Update dependencies minimum version to avoid issues in Xenial (Fix lp:1563763)
47
         python3-plainbox (>= 0.27~),
30 by Zygmunt Krynicki
* Make checkbox-gui-service an empty transitional package
48
         python3-requests (>= 1.0),
49
         python3-xlsxwriter,
50
         ${misc:Depends}
1 by Zygmunt Krynicki
Initial import
51
Description: PlainBox based test runner (Python 3 library)
52
 CheckBoxNG is a hardware testing tool useful for certifying laptops,
53
 desktops and servers. It is a new version of CheckBox that is built
54
 directly on top of PlainBox. CheckBoxNG replaces CheckBox, where applicable.
55
 .
56
 This package contains the checkbox-ng Python 3 library
57
58
Package: python3-checkbox-ng-doc
59
Architecture: all
60
Section: doc
61
Priority: extra
30 by Zygmunt Krynicki
* Make checkbox-gui-service an empty transitional package
62
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
1 by Zygmunt Krynicki
Initial import
63
Description: PlainBox based test runner (documentation)
64
 CheckBoxNG is a hardware testing tool useful for certifying laptops,
65
 desktops and servers. It is a new version of CheckBox that is built
66
 directly on top of PlainBox. CheckBoxNG replaces CheckBox, where applicable.
67
 .
68
 This package contains the documentation for the checkbox-ng Python 3 library