summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-08-28 11:33:47 -0400
committerKali Kaneko <kali@leap.se>2015-08-28 15:45:09 -0400
commit7d892fd52d3457b0ed20b63caf653d2f2876dbd1 (patch)
tree6457691eaed773cddad6b3e0b1c3b6c1b1b65cb8
parent4066d8aaccac6dd83047fede7d137175c293386b (diff)
add gnugp as a dependency
-rw-r--r--debian/control5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index e8baeb5..a5ab6ec 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,12 @@ 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
+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.