1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Source: password-store
Maintainer: Colin Watson <cjwatson@debian.org>
Section: admin
Priority: optional
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9), dh-python, python (>= 2.6.6-3~), pwgen, gnupg2 | gnupg, tree (>= 1.7.0), git
Homepage: http://www.passwordstore.org/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/password-store.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/password-store.git
Package: pass
Architecture: all
Depends: ${misc:Depends}, pwgen, gnupg2 | gnupg, tree (>= 1.7.0)
Recommends: gnupg2, git, xclip
Suggests: ${python:Depends}, perl, libxml-simple-perl, ruby
Description: lightweight directory-based password manager
Stores, retrieves, generates, and synchronizes passwords securely using
gpg, pwgen, and git.
|