summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog14
-rw-r--r--debian/control10
-rw-r--r--debian/copyright2
3 files changed, 22 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 2a2511d..534696c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+leap-keymanager (0.4.3) unstable; urgency=medium
+
+ * Update to 0.4.3 release.
+
+ -- Ben Carrillo <ben@futeisha.org> Thu, 29 Oct 2015 12:02:54 -0400
+
+leap-keymanager (0.4.2) unstable; urgency=medium
+
+ * Update to 0.4.2 release.
+ * Fix copyright symlink to point to correct GPL version
+ * Update package Description to be more informative
+
+ -- Micah Anderson <micah@leap.se> Tue, 01 Sep 2015 15:44:14 -0400
+
leap-keymanager (0.4.0) unstable; urgency=medium
* Update to 0.4.0 release
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.
+
diff --git a/debian/copyright b/debian/copyright
index 85071d3..fe27ccb 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -13,4 +13,4 @@ License: GPL-3+
License: GPL-3+
On Debian systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL'.
+ Public License can be found in `/usr/share/common-licenses/GPL-3'.