aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control27
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8af3343
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+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), python-versiontools (>= 1.4)
+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}
+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.