diff options
author | Chris Hofstaedtler <zeha@debian.org> | 2024-08-14 12:00:04 +0200 |
---|---|---|
committer | Michael Prokop <mika@debian.org> | 2024-08-14 12:38:34 +0200 |
commit | 13f8dc0aa3eba19c8437937ecfd976e2aa5c6107 (patch) | |
tree | 915ccc1ba9a21a02e443459a8924bf19dac05efb /debian/zsh.lintian-overrides | |
parent | 265f4ab5c075349f258b095399ee79de2427a955 (diff) | |
download | zsh-13f8dc0aa3eba19c8437937ecfd976e2aa5c6107.tar.gz zsh-13f8dc0aa3eba19c8437937ecfd976e2aa5c6107.zip |
Install into /usr-merged layout
Closes: #1073654
Diffstat (limited to 'debian/zsh.lintian-overrides')
-rw-r--r-- | debian/zsh.lintian-overrides | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/debian/zsh.lintian-overrides b/debian/zsh.lintian-overrides index c289d2872..3cea386de 100644 --- a/debian/zsh.lintian-overrides +++ b/debian/zsh.lintian-overrides @@ -1,11 +1,4 @@ # 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] -# 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 usr/bin/zsh -> bin/zsh [postinst] -zsh: bin-sbin-mismatch usr/bin/zsh -> bin/zsh [postrm] -# It's a comment. -zsh: bin-sbin-mismatch usr/bin/zsh -> bin/zsh [bin/zsh5] +zsh: no-manual-page [usr/bin/zsh5] |