Source: password-store
Maintainer: Colin Watson <cjwatson@debian.org>
Section: admin
Priority: optional
Standards-Version: 3.9.8
Build-Depends: debhelper-compat (= 13), gnupg, tree, git, dh-elpa, dh-vim-addon
Homepage: https://www.passwordstore.org/
Vcs-Git: https://salsa.debian.org/debian/password-store.git
Vcs-Browser: https://salsa.debian.org/debian/password-store
Rules-Requires-Root: no

Package: pass
Architecture: all
Depends: ${misc:Depends}, gnupg, tree
Recommends: git, qrencode, xclip | wl-clipboard
Suggests: python, python3, perl, libxml-simple-perl, ruby
Description: lightweight directory-based password manager
 Stores, retrieves, generates, and synchronizes passwords securely using
 gpg and git.

Package: elpa-password-store
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}, pass (= ${binary:Version})
Description: Emacs support for the lightweight directory-based password manager
 Stores, retrieves, generates, and synchronizes passwords securely using
 gpg and git in Emacs.

Package: vim-redact-pass
Architecture: all
Depends: ${vim-addon:Depends}, ${misc:Depends}
Description: stop pass(1) passwords ending up in Vim cache files
 This Vim/Neovim plugin switches off the 'viminfo', 'backup', 'writebackup',
 'swapfile', and 'undofile' options globally when editing a password in
 pass(1).  This is to prevent anyone being able to extract passwords from
 your Vim cache files in the event of a compromise.
