aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: f9dcde383e93083d04998b39238e2a1d99740955 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: lava-tool
Section: python
Priority: optional
Build-Depends: debhelper (>= 7.0.50~),
               python (>= 2.7.2-10),
               python-keyring (>= 0.2-3),
               python-setuptools (>= 0.6b3)
Build-Depends-Indep: python-mocker (>= 1.0)
Standards-Version: 3.9.3
Maintainer: Linaro Packagers <linaro-pkg@lists.launchpad.net>
Uploaders: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>,
           Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Homepage: http://launchpad.net/lava-tool/

Package: lava-tool
Architecture: all
Depends: python (>= 2.7.2-10),
         python-keyring (>= 0.2-3),
         ${misc:Depends},
         ${python:Depends}
Provides: ${python:Provides}
Breaks: lava-scheduler-tool (<< 0.6), lava-dashboard-tool (<< 0.8)
Replaces: lava-scheduler-tool (<< 0.6), lava-dashboard-tool (<< 0.8)
Description: Command line utility for Linaro validation services
 This source package contains the command-line tool for interacting with the
 various services built by the Linaro (www.linaro.org) Infrastructure Team.
 .
 Note that this package only contains the core tool; to actually interact with
 a service you'll need to install a corresponding plugin.