diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2022-11-14 01:32:01 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2022-11-14 01:32:01 +0100 |
commit | 27ee5df929889821cecc72bb8b5b42cfecc3c2a7 (patch) | |
tree | d4995054dc02c41f4b5606d630be0cfeabd665cc /debian/zsh.lintian-overrides | |
parent | 4cda7bc33c3470c5ef887dbe8c53ccd67619bb85 (diff) | |
download | zsh-27ee5df929889821cecc72bb8b5b42cfecc3c2a7.tar.gz zsh-27ee5df929889821cecc72bb8b5b42cfecc3c2a7.zip |
Bracketize and update lintian overrides where needed
Diffstat (limited to 'debian/zsh.lintian-overrides')
-rw-r--r-- | debian/zsh.lintian-overrides | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/zsh.lintian-overrides b/debian/zsh.lintian-overrides index 7fc2c86d3..c289d2872 100644 --- a/debian/zsh.lintian-overrides +++ b/debian/zsh.lintian-overrides @@ -1,11 +1,11 @@ # Only two of many files affected -> likely a false positive zsh: hardening-no-fortify-functions [usr/lib*/zsh/*/zsh/zleparameter.so] # Migration wrapper which is not meant to be used -zsh: no-manual-page bin/zsh5 +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 +zsh: bin-sbin-mismatch usr/bin/zsh -> bin/zsh [postinst] +zsh: bin-sbin-mismatch usr/bin/zsh -> bin/zsh [postrm] # It's a comment. -zsh: bin-sbin-mismatch bin/zsh5 usr/bin/zsh -> bin/zsh +zsh: bin-sbin-mismatch usr/bin/zsh -> bin/zsh [bin/zsh5] |