summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-06-08 14:45:51 -0400
committerKali Kaneko <kali@leap.se>2015-06-08 14:45:51 -0400
commitd1ee3f3f66d74ff8a266afb8ff3e004d70d5bc6c (patch)
tree03165f3437152dc63a5bccfa6020549e04129e9c /debian/control
parentb1ac5bdbed955cf5a88c76dd90691266e45d277c (diff)
copy debian folder over to platform 0.7 branch
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..e8baeb5
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,13 @@
+Source: leap-keymanager
+Maintainer: Micah Anderson <micah@leap.se>
+Section: python
+Priority: optional
+Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9)
+Standards-Version: 3.9.5
+
+Package: leap-keymanager
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: LEAP's Key Manager
+ The Key Manager handles all types of keys to allow for point-to-point
+ encryption between parties communicating through LEAP infrastructure.