~ubuntu-branches/debian/jessie/password-store/jessie

« back to all changes in this revision

Viewing changes to .pc/better-clipboard.patch/README

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2014-04-14 16:40:29 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140414164029-lfkwiep2sltmsaic
Tags: 1.5-1
* New upstream release (closes: #744723).
  - Fix typos in "pass generate" documentation (closes: #739949).
* Go back to recommending xclip; pass now supports asking it to copy to
  the PRIMARY selection using PASSWORD_STORE_X_SELECTION=primary.
* Use dh_python2 to stop python-support generating
  /usr/share/python-support/pass.private.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
======================
2
 
Simple Password Store
3
 
by Jason Donenfeld
4
 
   Jason@zx2c4.com
5
 
======================
6
 
 
7
 
This is a very simple password store that encrypts passwords using gpg and
8
 
places the encrypted password in a directory. It can generate new passwords
9
 
and keep track of old ones.
10
 
 
11
 
Visit the project page for more information: http://zx2c4.com/projects/password-store
12
 
 
13
 
Please see the man page for documentation and examples.
14
 
 
15
 
Depends on:
16
 
- bash
17
 
  http://www.gnu.org/software/bash/
18
 
- GnuPG2
19
 
  http://www.gnupg.org/
20
 
- git
21
 
  http://www.git-scm.com/
22
 
- xclip
23
 
  http://sourceforge.net/projects/xclip/
24
 
- pwgen
25
 
  http://sourceforge.net/projects/pwgen/
26
 
- tree
27
 
  http://mama.indstate.edu/users/ice/tree/
28
 
- GNU getopt
29
 
  http://www.kernel.org/pub/linux/utils/util-linux/
30
 
  http://software.frodo.looijaard.name/getopt/