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-common.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-common.lintian-overrides')
-rw-r--r-- | debian/zsh-common.lintian-overrides | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/zsh-common.lintian-overrides b/debian/zsh-common.lintian-overrides index 1e6ce15d8..1c84e8244 100644 --- a/debian/zsh-common.lintian-overrides +++ b/debian/zsh-common.lintian-overrides @@ -1,9 +1,9 @@ -zsh-common: menu-command-not-in-package usr/share/menu/zsh-common:1 bin/zsh -zsh-common: pkg-not-in-package-test zsh usr/share/menu/zsh-common:1 +zsh-common: menu-command-not-in-package bin/zsh [usr/share/menu/zsh-common:1] +zsh-common: pkg-not-in-package-test zsh [usr/share/menu/zsh-common:1] # Clearly a false positive: -zsh-common: extra-license-file usr/share/zsh/functions/Completion/BSD.zwc +zsh-common: extra-license-file [usr/share/zsh/functions/Completion/BSD.zwc] # Of course they aren't their own commands, but you don't want to have # one thousands lines man page like bash has... -zsh-common: spare-manual-page usr/share/man/man1/zsh*.1.gz +zsh-common: spare-manual-page [usr/share/man/man1/zsh*.1.gz] # False positive, guarded by check if the running shell is zsh zsh-common: bash-term-in-posix-shell '[[' [usr/share/doc/zsh-common/examples/Misc/c2z:53] |