From c2b5526b020967ff4cf7c5fd08d0d8483363095e Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 18 Jul 2013 14:39:45 -0400 Subject: initial debian packaging --- debian/control | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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. -- cgit v1.2.3 From 73e662f8741b5857b3881eb0ce7c08147a06a2bc Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 9 Apr 2014 14:43:55 -0500 Subject: update standards ver --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index e4be973..e8baeb5 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Micah Anderson Section: python Priority: optional Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9) -Standards-Version: 3.9.4 +Standards-Version: 3.9.5 Package: leap-keymanager Architecture: all -- cgit v1.2.3 From 7d892fd52d3457b0ed20b63caf653d2f2876dbd1 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 28 Aug 2015 11:33:47 -0400 Subject: add gnugp as a dependency --- debian/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'debian/control') 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 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. -- cgit v1.2.3 From a4be602e5882a566b5b484deaa97f544602a309c Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 28 Aug 2015 15:21:42 -0400 Subject: [pkg] add dh-python as build-dep --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index a5ab6ec..0d190ba 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: leap-keymanager Maintainer: Micah Anderson Section: python Priority: optional -Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9) +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), dh-python Standards-Version: 3.9.6 Package: leap-keymanager -- cgit v1.2.3 From 9e3a80733c548de1e46d89e2ecb99aef8effe3e1 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 1 Sep 2015 16:38:37 -0400 Subject: minor lintian updates/fixes --- debian/control | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 0d190ba..03d5c1a 100644 --- a/debian/control +++ b/debian/control @@ -10,5 +10,8 @@ Architecture: all 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. + -- cgit v1.2.3