aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'.