summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2012-12-28 00:29:12 +0100
committerAxel Beckert <abe@deuxchevaux.org>2012-12-28 00:29:12 +0100
commitd4e0e0af3e31e859448a0723b38c221ef854ad1c (patch)
tree32d51e13b1afabc81d6cbd67dc1ecf37f24e8941
parenta0227ee93ad8c6788c7301c379a7aa47d43579c2 (diff)
downloadzsh-d4e0e0af3e31e859448a0723b38c221ef854ad1c.tar.gz
zsh-d4e0e0af3e31e859448a0723b38c221ef854ad1c.zip
Fix dpkg-gencontrol warning "unknown substitution variable ${shlibs:Depends}"
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index bc2631bce..1697e9a4f 100644
--- a/debian/control
+++ b/debian/control
@@ -55,7 +55,7 @@ Description: zsh documentation - info/HTML format
Package: zsh-static
Architecture: any
-Depends: zsh, ${shlibs:Depends}, ${misc:Depends}
+Depends: zsh, ${misc:Depends}
Suggests: zsh-doc
Description: shell with lots of features (static link)
Zsh is a UNIX command interpreter (shell) usable as an