~zyga/checkbox/packaging-0.3

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Zygmunt Krynicki
  • Date: 2013-03-08 21:08:27 UTC
  • Revision ID: zygmunt.krynicki@canonical.com-20130308210827-f8bydfvh4n8k7o5w
Re-do packaging from scratch

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: utils
3
3
Priority: extra
4
4
Maintainer: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
5
 
Build-Depends: debhelper (>= 8.0.0), python3-all, python3-setuptools, checkbox
 
5
Build-Depends: debhelper (>= 8.0.0), python3-all, python3-setuptools,
 
6
 python3-pkg-resources, python3-mock, python3-sphinx, checkbox
6
7
Standards-Version: 3.9.3
7
8
X-Python3-Version: >= 3.2
8
9
XS-Testsuite: autopkgtest
9
 
Homepage: http://github.com/zyga/plainbox
 
10
Homepage: http://pypi.python.org/pypi/plainbox
10
11
 
11
 
Package: plainbox
 
12
Package: python3-plainbox-doc
12
13
Architecture: all
13
 
Depends: ${misc:Depends}, ${python3:Depends}, python3-pkg-resources, python3-plainbox, checkbox
 
14
Section: doc
 
15
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
14
16
Description: Simple replacement for CheckBox
15
 
 This package contains the plainbox executable
 
17
 PlainBox is a hardware testing tool useful for certifying laptops, desktops
 
18
 and servers with Ubuntu. It is a replacement for the current certification
 
19
 tool, CheckBox.
 
20
 .
 
21
 PlainBox complements CheckBox. It uses all the hardware test definitions,
 
22
 scripts and libraries from CheckBox. PlainBox is currently in alpha stages,
 
23
 having mostly but not entirely complete core and a developer-centric command
 
24
 line interface.
 
25
 . 
 
26
 This package contains the documentation for plainbox python3 library 
16
27
 
17
28
Package: python3-plainbox
18
29
Architecture: all
19
30
Section: python
20
31
Depends: ${misc:Depends}, ${python3:Depends}
21
 
Description: Simple replacement for CheckBox
22
 
 This package contains the plainbox python library
 
32
Suggests: python3-plainbox-doc
 
33
Description: Simple replacement for CheckBox
 
34
 PlainBox is a hardware testing tool useful for certifying laptops, desktops
 
35
 and servers with Ubuntu. It is a replacement for the current certification
 
36
 tool, CheckBox.
 
37
 .
 
38
 PlainBox complements CheckBox. It uses all the hardware test definitions,
 
39
 scripts and libraries from CheckBox. PlainBox is currently in alpha stages,
 
40
 having mostly but not entirely complete core and a developer-centric command
 
41
 line interface.
 
42
 . 
 
43
 This package contains the plainbox python3 library 
 
44
 
 
45
Package: plainbox
 
46
Architecture: all
 
47
Depends: ${python3:Depends}, ${misc:Depends}, python3-plainbox, checkbox
 
48
Description: Simple replacement for CheckBox
 
49
 PlainBox is a hardware testing tool useful for certifying laptops, desktops
 
50
 and servers with Ubuntu. It is a replacement for the current certification
 
51
 tool, CheckBox.
 
52
 .
 
53
 PlainBox complements CheckBox. It uses all the hardware test definitions,
 
54
 scripts and libraries from CheckBox. PlainBox is currently in alpha stages,
 
55
 having mostly but not entirely complete core and a developer-centric command
 
56
 line interface.
 
57
 . 
 
58
 This package contains the plainbox executable