diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2012-12-28 00:29:12 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2012-12-28 00:29:12 +0100 |
commit | d4e0e0af3e31e859448a0723b38c221ef854ad1c (patch) | |
tree | 32d51e13b1afabc81d6cbd67dc1ecf37f24e8941 | |
parent | a0227ee93ad8c6788c7301c379a7aa47d43579c2 (diff) | |
download | zsh-d4e0e0af3e31e859448a0723b38c221ef854ad1c.tar.gz zsh-d4e0e0af3e31e859448a0723b38c221ef854ad1c.zip |
Fix dpkg-gencontrol warning "unknown substitution variable ${shlibs:Depends}"
-rw-r--r-- | debian/control | 2 |
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 |