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
|
Source: checkbox-ng
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-checkbox-support (>= 0.22),
python3-docutils,
python3-guacamole (>= 0.9),
python3-plainbox (>= 0.24),
python3-requests (>= 1.0),
python3-setuptools,
python3-sphinx,
python3-xlsxwriter
Standards-Version: 3.9.6
X-Python3-Version: >= 3.2
Vcs-Git: git://anonscm.debian.org/python-modules/packages/checkbox-ng.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/checkbox-ng.git
Homepage: http://launchpad.net/checkbox
Package: checkbox-ng
Architecture: all
Depends: python3-checkbox-ng (= ${binary:Version}),
${misc:Depends},
${python3:Depends}
Replaces: checkbox (<< 0.17.6-0ubuntu1), python3-checkbox-ng (<< 0.23-1)
Breaks: checkbox (<< 0.17.6-0ubuntu1), python3-checkbox-ng (<< 0.23-1)
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-checkbox-support (>= 0.22),
python3-guacamole (>= 0.9),
python3-plainbox (>= 0.24),
python3-requests (>= 1.0),
python3-xlsxwriter,
${misc:Depends},
${python3: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
|