~ubuntu-branches/ubuntu/precise/checkbox/precise

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Marc Tardif
  • Date: 2009-01-20 16:46:15 UTC
  • Revision ID: james.westby@ubuntu.com-20090120164615-7iz6nmlef41h4vx2
Tags: 0.4
* Setup bzr-builddeb in native mode.
* Removed LGPL notice from the copyright file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: checkbox
 
2
Section: utils
 
3
Priority: optional
 
4
XSBC-Original-Maintainer: Marc Tardif <marc.tardif@canonical.com>
 
5
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
 
6
Standards-Version: 3.7.3
 
7
XS-Python-Version: current
 
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/checkbox/trunk
 
10
 
 
11
Package: checkbox
 
12
Section: python
 
13
Architecture: all
 
14
Replaces: hwtest (<< 0.1-0ubuntu12)
 
15
Provides: hwtest
 
16
Depends: ${misc:Depends}, ${python:Depends}, debconf, ucf
 
17
Recommends: dpkg, hal, lsb-release, lshw, python-gst
 
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.
 
57
 
 
58
Package: hwtest-cli
 
59
Architecture: all
 
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.
 
64
 
 
65
Package: hwtest-gtk
 
66
Section: gnome
 
67
Architecture: all
 
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.