]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Fixing debian/control and updating docs
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 17 Sep 2013 14:09:47 +0000 (11:09 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 17 Sep 2013 14:09:47 +0000 (11:09 -0300)
debian/control
development.mdwn
index.mdwn

index 52bf8b81141c76fc39c20349f4bc7c2f5c57a3a3..8b26ecbd2416932d0233837f30460ed1d9fcc1df 100644 (file)
@@ -2,17 +2,19 @@ Source: keyringer
 Section: misc
 Priority: extra
 Maintainer: Silvio Rhatto <rhatto@riseup.net>
-Build-Depends: debhelper (>= 9.20120909)
+Build-Depends: debhelper (>= 9.20120909~)
 Standards-Version: 3.9.4
 Homepage: https://keyringer.pw
-#Vcs-Git: git://git.debian.org/collab-maint/keyringer.git
-#Vcs-Browser: http://git.debian.org/?p=collab-maint/keyringer.git;a=summary
+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}, bash (>=4.2), git-core (>=1.7.10), gnupg (>=1.4.12), grep (>=2.12), gawk (>=4.0.1), coreutils (>=8.13), sed (>=4.2.2)
+Depends: ${shlibs:Depends}, ${misc:Depends}, git (>= 1.7.10.4), gnupg (>= 1.4.12), gawk (>= 4.0.1) | mawk (>= 1.3.3)
 Recommends: openssl, xdg-utils
-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.
+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 custom commands to encrypt, decrypt and recrypt secrets as well
+ 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.
index 90e18d1ee26f45e40345f321a02bf55a1c3f9174..f4e0518b82dfab32abd7f42970818739602514cc 100644 (file)
@@ -62,7 +62,8 @@ Run lintian (or [add it to your pbuilder hooks](http://askubuntu.com/questions/1
 
     lintian ../build-area/keyringer_*.deb
 
-References:
+References
+----------
 
 * [Using Git for Debian Packaging](http://www.eyrie.org/~eagle/notes/debian/git.html).
 * [Building packages from the Git repository](http://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.building.html).
index a9077c14a7b5c880f2da756573b69b65d8b6680a..44e46322f60ee1a731236197f8d244d5cf8ccdd6 100644 (file)
@@ -6,7 +6,8 @@ commands to encrypt, decrypt, recrypt, create key pairs, etc.
 - Project page: [https://keyringer.pw](https://keyringer.pw)
 - Issue tracker: [https://keyringer.pw/trac](https://keyringer.pw/trac)
 - Tor hidden service: [http://y6ntvl5bzs3c7ffa.onion](http://y6ntvl5bzs3c7ffa.onion)
-- Contact: rhatto at keyringer.pw
+- Releases: [https://keyringer.pw/releases](releases)
+- Contact: rhatto at riseup.net
 
 Installation
 ------------
@@ -164,9 +165,9 @@ Concepts
 
 Basic idea is:
 
-  - Encrypt stuff with multiple users's gpg pubkeys and push the output in a git repo.
+  - Encrypt screts using multiple users's gpg public keys and commit the output in a git repo.
 
-  - Let users keep it in sync with the repo and the secrets are shared :)
+  - Let users keep it in sync with the repository and the secrets are shared :)
 
 For "secrets" it's meant anything as the script work with stdin and output things to
 files, so it can be passphrases, private keys or other kind of information.