diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-08-21 14:19:31 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-08-21 14:19:31 -0300 |
commit | 6a6b5400e286f49f6096178619eb6b4a0541856f (patch) | |
tree | 3c4f2fad53e7061a956ecb152b3619575f58cd94 /debian/control | |
parent | 00ff99c2eb1ef21a3965e5abb9aecd908d47024f (diff) | |
parent | 8bc5be5387171f7fc06492be7580787a3722a52b (diff) | |
download | keyringer-6a6b5400e286f49f6096178619eb6b4a0541856f.tar.gz keyringer-6a6b5400e286f49f6096178619eb6b4a0541856f.tar.bz2 |
Merge branch 'master' into ssss
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..108adc9 --- /dev/null +++ b/debian/control @@ -0,0 +1,18 @@ +Source: keyringer +Section: unknown +Priority: extra +Maintainer: Silvio Rhatto <rhatto@riseup.net> +Build-Depends: debhelper (>= 7.0.50~) +Standards-Version: 3.8.4 +Homepage: https://git.sarava.org/?p=keyringer.git;a=summary +#Vcs-Git: git://git.debian.org/collab-maint/keyringer.git +#Vcs-Browser: http://git.debian.org/?p=collab-maint/keyringer.git;a=summary + +Package: keyringer +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, bash, git-core, gnupg, grep, gawk, coreutils, sed +Recommends: openssl +Description: Distributed secret management using GPG and git + Keyringer lets you manage and share secrets using GPG and git in a distributed + fashion. It has custom commands to encrypt, decrypt, recrypt, create key pairs, + etc. |