diff options
Diffstat (limited to 'debian/zsh.lintian-overrides')
-rw-r--r-- | debian/zsh.lintian-overrides | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/zsh.lintian-overrides b/debian/zsh.lintian-overrides new file mode 100644 index 000000000..23929e807 --- /dev/null +++ b/debian/zsh.lintian-overrides @@ -0,0 +1,12 @@ +# Only two of many files affected -> likely a false positive +zsh: hardening-no-fortify-functions [usr/lib*/zsh/*/zsh/zleparameter.so] +zsh: hardening-no-fortify-functions [usr/lib/x86_64-linux-gnu/zsh/*/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 |