summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2021-12-30 10:04:46 +0100
committerAxel Beckert <abe@deuxchevaux.org>2021-12-30 13:30:15 +0100
commitdaf87c89fd1c04fdffc9342fa1ef9e45b0dfa27f (patch)
treebf599db26ef99ce9449a450b11970b1dddbf7015
parent0fbb22e7589a3d873cbe27b68b26470e00da9697 (diff)
downloadzsh-daf87c89fd1c04fdffc9342fa1ef9e45b0dfa27f.tar.gz
zsh-daf87c89fd1c04fdffc9342fa1ef9e45b0dfa27f.zip
zsh-static: Drop dependency on zsh, recommend zsh-common instead
Rationale: zsh-static can easily be used without zsh-common, but if you want advanced completiones, you need zsh-common—and not zsh. It just worked fine so far because zsh depends on zsh-common as well. See also the thread at https://alioth-lists.debian.net/pipermail/pkg-zsh-devel/2021-December/003283.html
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 9dca34d3c..2b0bff797 100644
--- a/debian/control
+++ b/debian/control
@@ -88,8 +88,8 @@ Description: zsh documentation - info/HTML format
Package: zsh-static
Architecture: any
-Depends: zsh,
- ${misc:Depends}
+Depends: ${misc:Depends}
+Recommends: zsh-common
Suggests: zsh-doc
Built-Using: ${Built-Using}
Description: shell with lots of features (static link)