summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2015-11-10 17:46:56 -0500
committerMicah Anderson <micah@riseup.net>2015-11-10 17:46:56 -0500
commit3b20aa2e8e869556cd0a97c1e6d3404aadfd4526 (patch)
treed76f1253dc45926b19b5cbc8740ae82b59923256 /debian/control
parent8713603ad4ac71c45726a2f76e3cf86313530af1 (diff)
parent4e5e21a8d008fd31307d3581fb5f791b0c2783e8 (diff)
Merge branch 'debian/experimental' into debian/platform-0.8
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control10
1 files changed, 7 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 05b0c86..763b603 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,11 @@ Standards-Version: 3.9.6
Package: leap-keymanager
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, gnupg
+Enhances: gnupg
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.
+ The Key Manager is a trusted user agent that is responsible for storing a
+ database of all the keys for the user, updating these keys, and auditing the
+ endorsements of the user’s own keys. Typically, the key manager will run on the
+ user’s device, but might be running on any device the user chooses to trust.
+