summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-07-18 14:39:45 -0400
committerMicah Anderson <micah@riseup.net>2013-07-18 14:50:57 -0400
commitc2b5526b020967ff4cf7c5fd08d0d8483363095e (patch)
treecb0fcb3f8b30c82fa098823405f792d45bc29fcc /debian/control
parent898092e3a754dd19239c3eea314d58d8ff420149 (diff)
initial debian packaging
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..e4be973
--- /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.4
+
+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.