summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-09-17 11:42:50 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-09-17 11:42:50 -0300
commit73d55853d580c554f1eb8d134fb4d8175a0f4237 (patch)
treecb876654dc1c174f8b3ab4aad4925e7751a5cb6b
parent11e505522c1f71c396e64fce7bfdfc6a4bf8c019 (diff)
downloadkeyringer-73d55853d580c554f1eb8d134fb4d8175a0f4237.tar.gz
keyringer-73d55853d580c554f1eb8d134fb4d8175a0f4237.tar.bz2
Simpler debian/copyright and updated debian/control description
-rw-r--r--debian/control3
-rw-r--r--debian/copyright17
2 files changed, 3 insertions, 17 deletions
diff --git a/debian/control b/debian/control
index 0f97ff9..471743a 100644
--- a/debian/control
+++ b/debian/control
@@ -18,3 +18,6 @@ Description: Distributed secret management using GnuPG and Git
as create key pairs and supports encryption to multiple recipients and groups of
different recipients to ensure the same repository can be shared with a workgroup
but allowing to keep some secrets available just to subsets of that group.
+
+ OpenSSL is needed to generate X.509 certificates and keys and xdg-utils are needed
+ to open and edit encrypted secrets according to their file types.
diff --git a/debian/copyright b/debian/copyright
index 08e35d3..37ffde1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -19,20 +19,3 @@ License: GPL-3+
On Debian systems, the full text of the GNU General Public
License version 3 can be found in the file
`/usr/share/common-licenses/GPL-3'.
-
-Files: debian/*
-Copyright: Copyright 2013 Silvio Rhatto <rhatto@riseup.net>
-License: GPL-3+
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
- .
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- .
- On Debian systems, the full text of the GNU General Public
- License version 3 can be found in the file
- `/usr/share/common-licenses/GPL-3'.