~kelemeng/checkbox/bug868571

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Marc Tardif
  • Date: 2008-08-13 20:04:12 UTC
  • Revision ID: marc.tardif@canonical.com-20080813200412-52u3d6fs6ulnxlgv
Renamed hwtest to checkbox.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Source: hwtest
 
1
Source: checkbox
2
2
Section: utils
3
3
Priority: optional
4
4
XSBC-Original-Maintainer: Marc Tardif <marc.tardif@canonical.com>
6
6
Standards-Version: 3.7.3
7
7
XS-Python-Version: current
8
8
Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), python-central, python-dev (>= 2.4), po-debconf, python-distutils-extra
9
 
Vcs-Bzr: https://code.launchpad.net/~hardware-certification/hwtest/trunk
 
9
Vcs-Bzr: https://code.launchpad.net/~hardware-certification/checkbox/trunk
10
10
 
11
 
Package: hwtest
 
11
Package: checkbox
12
12
Section: python
13
13
Architecture: all
 
14
Replaces: hwtest (<< 0.1-0ubuntu12)
 
15
Provides: hwtest
14
16
Depends: ${misc:Depends}, ${python:Depends}, debconf, ucf
15
17
Recommends: dpkg, hal, lsb-release, python-gst
16
 
XB-Python-Version: ${python:Versions}
17
 
Description: Hardware Testing
18
 
 This project provides an interface for gathering hardware details and
19
 
 prompting the user for tests. This information can then be sent
20
 
 to Launchpad.
 
18
Conflicts: hwtest (<< 0.1-0ubuntu12)
 
19
XB-Python-Version: ${python:Versions}
 
20
Description: Checkbox System Testing
 
21
 This project provides an extensible interface for system testing. The
 
22
 results can then be sent to Launchpad.
 
23
 
 
24
Package: checkbox-cli
 
25
Architecture: all
 
26
Replaces: hwtest-cli (<< 0.1-0ubuntu12)
 
27
Provides: hwtest-cli
 
28
Depends: checkbox
 
29
Conflicts: hwtest-cli (<< 0.1-0ubuntu12)
 
30
XB-Python-Version: ${python:Versions}
 
31
Description: Checkbox CLI
 
32
 This project provides an extensible interface for system testing. The
 
33
 results can then be sent to Launchpad.
 
34
 .
 
35
 This package provides a command line interface for answering tests.
 
36
 
 
37
Package: checkbox-gtk
 
38
Section: gnome
 
39
Architecture: all
 
40
Replaces: hwtest-gtk (<< 0.1-0ubuntu12)
 
41
Provides: hwtest-gtk
 
42
Depends: checkbox, gksu, python-gtk2, python-glade2
 
43
Conflicts: hwtest-gtk (<< 0.1-0ubuntu12)
 
44
XB-Python-Version: ${python:Versions}
 
45
Description: Checkbox GTK Interface
 
46
 This project provides an extensible interface for system testing. The
 
47
 results can then be sent to Launchpad.
 
48
 .
 
49
 This package provides a GTK interface for answering tests.
 
50
 
 
51
Package: hwtest
 
52
Section: python
 
53
Architecture: all
 
54
Depends: checkbox
 
55
Description: Transitional package to checkbox
 
56
 This package is a transitional package for renaming hwtest to checkbox.
21
57
 
22
58
Package: hwtest-cli
23
59
Architecture: all
24
 
Depends: hwtest
25
 
XB-Python-Version: ${python:Versions}
26
 
Description: CLI interface for the hwtest program
27
 
 This project provides an interface for gathering hardware details and
28
 
 prompting the user for tests. This information can then be sent
29
 
 to Launchpad.
30
 
 .
31
 
 This package provides a command-line interface for answering tests.
 
60
Depends: checkbox-cli
 
61
Description: Transitional package to checkbox-cli
 
62
 This package is a transitional package for renaming hwtest-cli to
 
63
 checkbox-cli.
32
64
 
33
65
Package: hwtest-gtk
34
66
Section: gnome
35
67
Architecture: all
36
 
Depends: hwtest, gksu, python-gtk2, python-glade2
37
 
XB-Python-Version: ${python:Versions}
38
 
Description: GTK interface for the hwtest program
39
 
 This project provides an interface for gathering hardware details and
40
 
 prompting the user for tests. This information can then be sent
41
 
 to Launchpad.
42
 
 .
43
 
 This package provides a GTK interface for answering tests.
 
68
Depends: checkbox-gtk
 
69
Description: Transitional package to checkbox-gtk
 
70
 This package is a transitional package for renaming hwtest-gtk to
 
71
 checkbox-gtk.