Add lintian overrides for various false positives

ci/unstable
Timo Röhling 3 years ago
parent 54acfc4e17
commit 1865b9397e

@ -0,0 +1,8 @@
# False positive; arbitrary binary data that only looks like an English word
spelling-error-in-binary usr/bin/* Buil Build
# False positive; arbitrary binary data that only looks like an English word
spelling-error-in-binary usr/bin/* lable label
# False positive; arbitrary binary data that only looks like an English word
spelling-error-in-binary usr/bin/* lengH length
# False positive; arbitrary binary data that only looks like an English word
spelling-error-in-binary usr/bin/* ment meant

@ -0,0 +1,2 @@
# CMake modules and non-optional help files which must not be deleted by the admin
package-contains-documentation-outside-usr-share-doc usr/share/*

@ -0,0 +1,8 @@
# False positive; arbitrary binary data that only looks like an English word
spelling-error-in-binary usr/bin/* Buil Build
# False positive; arbitrary binary data that only looks like an English word
spelling-error-in-binary usr/bin/* lable label
# False positive; arbitrary binary data that only looks like an English word
spelling-error-in-binary usr/bin/* lengH length
# False positive; arbitrary binary data that only looks like an English word
spelling-error-in-binary usr/bin/* ment meant

@ -0,0 +1,8 @@
# False positive; arbitrary binary data that only looks like an English word
spelling-error-in-binary usr/bin/* Buil Build
# False positive; arbitrary binary data that only looks like an English word
spelling-error-in-binary usr/bin/* lable label
# False positive; arbitrary binary data that only looks like an English word
spelling-error-in-binary usr/bin/* lengH length
# False positive; arbitrary binary data that only looks like an English word
spelling-error-in-binary usr/bin/* ment meant

@ -4,3 +4,5 @@ cmake source: source-is-missing Tests/RunCMake/file-RPATH/ELF/elf*.bin
cmake source: source-contains-prebuilt-binary Tests/RunCMake/file-RPATH/ELF/elf*.bin cmake source: source-contains-prebuilt-binary Tests/RunCMake/file-RPATH/ELF/elf*.bin
# test files # test files
cmake source: source-contains-cmake-cache-file Tests/*/CMakeCache.txt cmake source: source-contains-cmake-cache-file Tests/*/CMakeCache.txt
# false positive; lintian 2.111.0 cannot grok python3-sphinx:native as build depend
cmake source: missing-build-dependency-for-dh_-command dh_sphinxdoc => *

Loading…
Cancel
Save