aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-02-09 22:19:01 -0800
committerJakob Odersky <jakob@odersky.com>2017-02-09 22:19:01 -0800
commit05667e53765583fc40eb2f9eedf32511fd528f8a (patch)
tree5b9d38ec1655c22ccf38e81d6a11e034b6e8ca3a /debian/control
parent020a5f26d498aa4a1d2c892899e3802b3487700b (diff)
downloadmavigator-05667e53765583fc40eb2f9eedf32511fd528f8a.tar.gz
mavigator-05667e53765583fc40eb2f9eedf32511fd528f8a.tar.bz2
mavigator-05667e53765583fc40eb2f9eedf32511fd528f8a.zip
Add debian packaging
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..34d1a30
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: mavigator
+Section: java
+Priority: optional
+Maintainer: Jakob Odersky <jakob@odersky.com>
+Build-Depends: debhelper (>= 9), dh-systemd, openjdk-8-jdk-headless | jdk8, sbt
+Standards-Version: 3.9.8
+Vcs-Git: https://github.com/project-condor/mavigator.git
+Vcs-Browser: https://github.com/project-condor/mavigator.git
+
+Package: mavigator-bin
+Architecture: all
+Depends: ${misc:Depends}, openjdk-8-jre-headless | java8-runtime-headless
+Description: Virtual cockpit for a UAV
+ View telemetry from a drone in a modern web interface.
+
+Package: mavigator
+Architecture: all
+Depends: ${misc:Depends}, mavigator-bin, adduser
+Description: Virtual cockpit for a UAV (with systemd init scripts)
+ View telemetry from a drone in a modern web interface.