summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2021-12-29 02:34:09 +0000
committerColin Watson <cjwatson@debian.org>2021-12-29 02:34:09 +0000
commit740d48493f3add42a4218d86b85200a4d4185183 (patch)
treecbb9898dab618596805105f7fa2f9aebed9f8466
parent11a7a47f6b0cdd906f40abd0878c21d54cf726f5 (diff)
Apply wrap-and-sort -at
-rw-r--r--debian/control28
-rw-r--r--debian/elpa-password-store.docs2
2 files changed, 23 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index c92f4c9..9d56462 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,12 @@ 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
+Build-Depends: debhelper-compat (= 13),
+ dh-elpa,
+ dh-vim-addon,
+ git,
+ gnupg,
+ 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
@@ -11,23 +16,34 @@ 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
+Depends: gnupg,
+ tree,
+ ${misc:Depends},
+Recommends: git,
+ qrencode,
+ xclip | wl-clipboard,
+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
Architecture: all
-Depends: ${elpa:Depends}, ${misc:Depends}, pass (= ${binary:Version})
+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
Architecture: all
-Depends: ${vim-addon:Depends}, ${misc:Depends}
+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
diff --git a/debian/elpa-password-store.docs b/debian/elpa-password-store.docs
index edad380..787e2b7 100644
--- a/debian/elpa-password-store.docs
+++ b/debian/elpa-password-store.docs
@@ -1,2 +1,2 @@
-contrib/emacs/README.md
contrib/emacs/CHANGELOG.md
+contrib/emacs/README.md