summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control26
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..2c4200a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: lava-scheduler-tool
+Section: admin
+Priority: optional
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ python (>= 2.7.2-10),
+ python-setuptools (>= 0.6b3),
+Build-Depends-Indep:
+ lava-tool (>= 0.4),
+ python-versiontools (>= 1.4),
+Standards-Version: 3.9.3
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Linaro Developers <linaro-dev@lists.linaro.org>
+Uploaders: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>, Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
+Homepage: http://launchpad.net/lava-scheduler-tool/
+
+Package: lava-scheduler-tool
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends},
+ lava-tool (>= 0.4),
+ python (>= 2.7.2-10),
+ python-versiontools (>= 1.4),
+Provides: ${python:Provides}
+Description: Command line utility for the LAVA Scheduler
+ This package contains command-line tool for interacting with launch control
+ scheduler developed by the Linaro (www.linaro.org) Infrastructure Team.