~checkbox-dev/checkbox/precise-support-packaging-release

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Zygmunt Krynicki
  • Date: 2013-06-01 14:18:12 UTC
  • Revision ID: zygmunt.krynicki@canonical.com-20130601141812-3dc0fcwdc5b6qzh6
Copy debian from checkbox-old/debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: checkbox
 
2
Section: utils
 
3
Priority: optional
 
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
5
Standards-Version: 3.9.3
 
6
X-Python3-Version: >= 3.2
 
7
Build-Depends: debhelper (>= 9.2),
 
8
               dh-translations,
 
9
               libqt4-dev,
 
10
               po-debconf,
 
11
               python,
 
12
               python-distutils-extra,
 
13
               python-setuptools,
 
14
               python3-setuptools,
 
15
               python3-all,
 
16
               python3-distutils-extra,
 
17
               python3-gi,
 
18
               python3-lxml,
 
19
               python3-mock,
 
20
               python3-pkg-resources,
 
21
               qt4-qmake
 
22
Vcs-Bzr: https://code.launchpad.net/~hardware-certification/checkbox/trunk
 
23
 
 
24
Package: checkbox
 
25
Section: python
 
26
Architecture: any
 
27
Depends: debconf,
 
28
         python3-lxml,
 
29
         udev,
 
30
         gir1.2-gudev-1.0,
 
31
         udisks2 | udisks,
 
32
         ${misc:Depends},
 
33
         ${python3:Depends},
 
34
         ${shlibs:Depends}
 
35
Recommends: dpkg (>= 1.13),
 
36
            gir1.2-gst-plugins-base-0.10 | gir1.2-gst-plugins-base-1.0,
 
37
            gstreamer0.10-gconf | gstreamer1.0-plugins-good,
 
38
            lsb-release,
 
39
            perl,
 
40
            pm-utils,
 
41
            python3-apt,
 
42
            python3-dbus,
 
43
            python3-gi
 
44
Suggests: bonnie++,
 
45
          bootchart,
 
46
          checkbox-cli | checkbox-gtk,
 
47
          curl,
 
48
          ethtool,
 
49
          fwts,
 
50
          git-core,
 
51
          glmark2,
 
52
          glmark2-es2,
 
53
          hdparm,
 
54
          lshw,
 
55
          mesa-utils,
 
56
          nmap,
 
57
          obexd-client,
 
58
          obexftp,
 
59
          render-bench,
 
60
          smartmontools,
 
61
          sox,
 
62
          stress,
 
63
          sysstat,
 
64
          wmctrl,
 
65
          wodim
 
66
Description: System testing application
 
67
 This project provides an extensible interface for system testing. The
 
68
 results can then be sent to Launchpad.
 
69
 
 
70
Package: checkbox-cli
 
71
Architecture: all
 
72
Depends: checkbox (>= ${source:Version}), ${misc:Depends}
 
73
Description: Command line interface for checkbox
 
74
 This project provides an extensible interface for system testing. The
 
75
 results can then be sent to Launchpad.
 
76
 .
 
77
 This package provides a command line interface for answering tests.
 
78
 
 
79
Package: checkbox-urwid
 
80
Architecture: all
 
81
Depends: checkbox (>= ${source:Version}), python3-urwid, ${misc:Depends}
 
82
Description: Urwid interface for checkbox
 
83
 This project provides an extensible interface for system testing. The
 
84
 results can then be sent to Launchpad.
 
85
 .
 
86
 This package provides a command line interface (urwid version) for
 
87
 answering tests.
 
88
 
 
89
Package: checkbox-gtk
 
90
Section: gnome
 
91
Architecture: all
 
92
Depends: checkbox (>= ${source:Version}),
 
93
         gir1.2-gtk-3.0,
 
94
         gksu,
 
95
         python3-gi,
 
96
         python3-gi-cairo,
 
97
         ${misc:Depends}
 
98
Description: GTK interface for checkbox
 
99
 This project provides an extensible interface for system testing. The
 
100
 results can then be sent to Launchpad.
 
101
 .
 
102
 This package provides a GTK interface for answering tests.
 
103
 
 
104
Package: checkbox-qt
 
105
Architecture: any
 
106
Depends: checkbox (>= ${source:Version}),
 
107
         libqt4-dbus,
 
108
         libqtgui4,
 
109
         python3-dbus,
 
110
         ${misc:Depends},
 
111
         ${shlibs:Depends}
 
112
Description: QT4 interface for checkbox
 
113
 This project provides an extensible interface for system testing. The
 
114
 results can then be sent to Launchpad.
 
115
 .
 
116
 This package provides a QT4 interface for answering tests.
 
117
 
 
118
Package: checkbox-hw-collection
 
119
Architecture: any
 
120
Depends: checkbox (>= ${source:Version}),
 
121
         ${misc:Depends}
 
122
Description: CLI tool for collecting HW information from a system
 
123
 .
 
124
 This package provides a tool for collecting hardware information from
 
125
 a system and sending it to the HEXR hardware database.