diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2021-12-30 16:03:25 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2021-12-30 16:03:46 +0100 |
commit | ca06fcefbf5fa82df4aa592c72342d43dfc2bae1 (patch) | |
tree | 11f9f54163e82d909ef46fed3ebdd3f1b4fa2cd2 | |
parent | cf14eeb5dd2667dffd2f4ded7bbd9e0d103c0bfa (diff) | |
download | zsh-ca06fcefbf5fa82df4aa592c72342d43dfc2bae1.tar.gz zsh-ca06fcefbf5fa82df4aa592c72342d43dfc2bae1.zip |
Add lintian overrides for bin-sbin-mismatch false positives
In one case (zsh5 wrapper script) it's just a comment about
/usr/bin/zsh being an alternative location of /bin/zsh.
In all other cases (maintainer scripts), it's either code adding all
path variants to /etc/shells or code fixing usrmerge crap which would
not be in the maintainer scripts if we could just simply ship those
symlinks inside the .deb as we cleanly did in the past.
-rw-r--r-- | debian/zsh.lintian-overrides | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/zsh.lintian-overrides b/debian/zsh.lintian-overrides index 1b3976451..e139b15c3 100644 --- a/debian/zsh.lintian-overrides +++ b/debian/zsh.lintian-overrides @@ -3,3 +3,10 @@ zsh: hardening-no-fortify-functions [usr/lib*/zsh/*/zsh/zleparameter.so] zsh: hardening-no-fortify-functions [usr/lib/x86_64-linux-gnu/zsh/5.8/zsh/db/gdbm.so] # Migration wrapper which is not meant to be used zsh: no-manual-page bin/zsh5 +# Code either adding all path variants to /etc/shells or fixing +# usrmerge crap which would not be in the maintainer scripts if we +# could just simply ship those symlinks inside the .deb. +zsh: bin-sbin-mismatch postinst usr/bin/zsh -> bin/zsh +zsh: bin-sbin-mismatch postrm usr/bin/zsh -> bin/zsh +# It's a comment. +zsh: bin-sbin-mismatch bin/zsh5 usr/bin/zsh -> bin/zsh |