~checkbox-dev/checkbox/ppa-packaging-plainbox-provider-resource-generic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Zygmunt Krynicki
  • Date: 2014-03-27 12:44:52 UTC
  • Revision ID: zygmunt.krynicki@canonical.com-20140327124452-q81boi8bhyn7o20d
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: plainbox-provider-resource-generic
 
2
Section: utils
 
3
Priority: optional
 
4
Maintainer: Sylvain Pineau <sylvain.pineau@canonical.com>
 
5
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
 
6
Build-Depends:
 
7
 debhelper (>= 9),
 
8
 dh-python,
 
9
 python3-all,
 
10
 python3-distutils-extra
 
11
Standards-Version: 3.9.5
 
12
X-Python3-Version: >= 3.2
 
13
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/plainbox-provider-resource-generic/trunk/
 
14
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/plainbox-provider-resource-generic/trunk/
 
15
Homepage: http://launchpad.net/checkbox
 
16
 
 
17
Package: plainbox-provider-resource-generic
 
18
Architecture: all
 
19
Depends: python3 (>= 3.2), python3-checkbox-support, ${misc:Depends}, ${python3:Depends}
 
20
Recommends: dmidecode, dpkg (>= 1.13), lsb-release, wodim
 
21
Description: CheckBox generic resource jobs provider
 
22
 This package provides the generic resource jobs. It is used together
 
23
 alongside with PlainBox.
 
24
 .
 
25
 Jobs are smallest units of testing that can be performed by PlainBox.
 
26
 All jobs have an unique name. There are many types of jobs, some are fully
 
27
 automated others are fully manual.
 
28
 .
 
29
 Resources are collections of key-value data sets that are generated by
 
30
 special resource jobs. They are extensively used to indicate hardware or
 
31
 software dependencies. For example a bluetooth test may indicate it
 
32
 requires bluetooth hardware and appropriate software packages installed.