diff options
author | Kali Kaneko <kali@leap.se> | 2015-08-28 11:33:47 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-08-28 15:45:09 -0400 |
commit | 7d892fd52d3457b0ed20b63caf653d2f2876dbd1 (patch) | |
tree | 6457691eaed773cddad6b3e0b1c3b6c1b1b65cb8 /debian/control | |
parent | 4066d8aaccac6dd83047fede7d137175c293386b (diff) |
add gnugp as a dependency
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 5 |
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. |