summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2022-11-05 11:47:41 +0000
committerColin Watson <cjwatson@debian.org>2022-11-05 11:47:42 +0000
commit6772376983a389ccc2a1f0be67effb2f39196d91 (patch)
treebc378b06fcb308e3c35e4f6375261543a5d543c8
parenteef29f500f50202cccc2f0c7a1c4ce01a6480965 (diff)
Recommend both xclip and wl-clipboard
The previous recommendation of "xclip | wl-clipboard" meant that in practice wl-clipboard never got installed. It has lightweight dependencies, so installing it on X11-only systems is unlikely to be a problem. Closes: #1023331
-rw-r--r--debian/changelog8
-rw-r--r--debian/control3
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3be05bf..eb6f558 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+password-store (1.7.4-6) UNRELEASED; urgency=medium
+
+ * Recommend both xclip and wl-clipboard rather than "xclip |
+ wl-clipboard", since otherwise in practice wl-clipboard never got
+ installed (closes: #1023331).
+
+ -- Colin Watson <cjwatson@debian.org> Sat, 05 Nov 2022 11:45:05 +0000
+
password-store (1.7.4-5) unstable; urgency=medium
* Simplify debian/rules using dh-sequence-{elpa,vim-addon}.
diff --git a/debian/control b/debian/control
index fee9f30..548cbe7 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,8 @@ Depends: gnupg,
${misc:Depends},
Recommends: git,
qrencode,
- xclip | wl-clipboard,
+ xclip,
+ wl-clipboard,
Suggests: libxml-simple-perl,
perl,
python,