1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Source: password-store
Maintainer: Colin Watson <cjwatson@debian.org>
Section: admin
Priority: optional
Standards-Version: 3.9.8
Build-Depends:
debhelper-compat (= 13),
dh-sequence-elpa,
dh-sequence-vim-addon,
git,
gpg,
gpg-agent,
tree,
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
X-Style: black
Package: pass
Architecture: all
Depends:
gpg,
gpg-agent,
tree,
${misc:Depends},
Recommends:
git,
qrencode,
wl-clipboard,
xclip,
Suggests:
libxml-simple-perl,
perl,
python,
python3,
ruby,
Description: lightweight directory-based password manager
Stores, retrieves, generates, and synchronizes passwords securely using
gpg and git.
Package: elpa-password-store
Section: editors
Architecture: all
Depends:
pass (= ${binary:Version}),
${elpa:Depends},
${misc:Depends},
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
Section: editors
Architecture: all
Depends:
${misc:Depends},
${vim-addon: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.
|