aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-10-03 17:55:12 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-10-03 17:55:12 -0300
commit6b1a9638aa417da337e68e3d073e5ecc1f113b9b (patch)
tree851513c0ac6f139bca7ca7cf605ab8eae3b0937f /debian/control
parent527cc6a003fa2344cf34ed65bdf287e539c582f6 (diff)
downloadkeyringer-6b1a9638aa417da337e68e3d073e5ecc1f113b9b.tar.gz
keyringer-6b1a9638aa417da337e68e3d073e5ecc1f113b9b.tar.bz2
Stop shipping debian/ in the upstream branch and tarballs
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control25
1 files changed, 0 insertions, 25 deletions
diff --git a/debian/control b/debian/control
deleted file mode 100644
index cdf2773..0000000
--- a/debian/control
+++ /dev/null
@@ -1,25 +0,0 @@
-Source: keyringer
-Section: misc
-Priority: extra
-Maintainer: Silvio Rhatto <rhatto@riseup.net>
-Build-Depends: debhelper (>= 9.20120909~)
-Standards-Version: 3.9.4
-Homepage: https://keyringer.pw
-Vcs-Git: git://git.sarava.org/keyringer.git
-Vcs-Browser: https://git.sarava.org/?p=keyringer.git;a=summary
-
-Package: keyringer
-Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, git, gnupg, gawk | mawk
-Recommends: openssl, xdg-utils
-Description: Distributed secret management using GnuPG and Git
- Keyringer lets you manage and share secrets using GnuPG and Git in
- a distributed fashion. It has commands to encrypt, decrypt and
- recrypt secrets as well as create key pairs. It supports encryption
- to multiple recipients and groups of different recipients: the same
- repository can be shared with a workgroup, while still allowing to
- keep some secrets available just to subsets of that group.
- .
- OpenSSL is needed to generate X.509 certificates and keys. xdg-utils
- are needed to open and edit encrypted secrets according to their
- file types.