~pieq/checkbox/ppa-packaging-plainbox-provider-sru

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Pierre Equoy
  • Date: 2016-01-05 09:06:03 UTC
  • Revision ID: pierre.equoy@canonical.com-20160105090603-mrx4zcqs2o0iiz75
Create PPA packaging repo for Plainbox SRU provider

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: plainbox-provider-sru
 
2
Section: utils
 
3
Priority: optional
 
4
Maintainer: Checkbox Developers <checkbox-dev@lists.launchpad.net> 
 
5
Uploaders: Pierre Equoy <pierre.equoy@canonical.com>,
 
6
           Sylvain Pineau <sylvain.pineau@canonical.com>,
 
7
           Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
 
8
Build-Depends:
 
9
 autoconf,
 
10
 automake,
 
11
 debhelper (>= 9),
 
12
 intltool,
 
13
 libnl-3-dev,
 
14
 libnl-genl-3-dev,
 
15
 pkg-config,
 
16
 python3,
 
17
 python3-plainbox (>= 0.5.3),
 
18
Standards-Version: 3.9.6
 
19
Vcs-Bzr: https://code.launchpad.net/~checkbox-dev/checkbox/ppa-packaging-plainbox-provider-sru
 
20
Homepage: http://launchpad.net/checkbox
 
21
 
 
22
Package: plainbox-provider-sru
 
23
Architecture: any
 
24
Depends:
 
25
 ${misc:Depends},
 
26
 ${shlibs:Depends},
 
27
 python3 (>= 3.2),
 
28
 python3-checkbox-support (>= 0.2),
 
29
 plainbox-provider-checkbox,
 
30
 python-opencv,
 
31
Description: CheckBox SRU jobs provider
 
32
 This package provides the SRU (Stable Release Updates) jobs. It is used together
 
33
 alongside with PlainBox.
 
34
 .
 
35
 Jobs are smallest units of testing that can be performed by PlainBox.
 
36
 All jobs have an unique name. There are many types of jobs, some are fully
 
37
 automated others are fully manual.
 
38
 .
 
39
 SRU jobs are used during SRU testing.