diff options
Diffstat (limited to '')
-rw-r--r-- | debian/mariadb-test.lintian-overrides | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/mariadb-test.lintian-overrides b/debian/mariadb-test.lintian-overrides new file mode 100644 index 00000000..d5758ebb --- /dev/null +++ b/debian/mariadb-test.lintian-overrides @@ -0,0 +1,21 @@ +# These should be moved, see https://jira.mariadb.org/browse/MDEV-21653 +arch-dependent-file-in-usr-share [usr/share/mysql/mysql-test/lib/My/SafeProcess/my_safe_process] +arch-dependent-file-in-usr-share [usr/share/mysql/mysql-test/lib/My/SafeProcess/wsrep_check_version] +# Duplicate in old Lintian syntax as the FTP of NEW queue still uses it +arch-dependent-file-in-usr-share usr/share/mysql/mysql-test/lib/My/SafeProcess/my_safe_process +arch-dependent-file-in-usr-share usr/share/mysql/mysql-test/lib/My/SafeProcess/wsrep_check_version +# MyISAM stopwords that cannot be changed and spelling errors remain +spelling-error-in-binary noone no one [usr/bin/*] +spelling-error-in-binary thats that's [usr/bin/*] +spelling-error-in-binary theres there's [usr/bin/*] +# False positive from Lintian, these strings are nowhere in test in source code +spelling-error-in-binary AfE Safe [usr/bin/*] +# Valid reason for documentation in context in directory +package-contains-documentation-outside-usr-share-doc [usr/share/mysql/mysql-test/README*] +# Test plugins intentionally not fully featured +shared-library-lacks-prerequisites [usr/lib/mysql/plugin/auth_0x0100.so] +shared-library-lacks-prerequisites [usr/lib/mysql/plugin/debug_key_management.so] +shared-library-lacks-prerequisites [usr/lib/mysql/plugin/test_sql_service.so] +# The file mysql-test-run.pl is a symlink for mariadb-test-run.pl, which does +# not have a man page, so the man page is indeed used and not a spare one +spare-manual-page [usr/share/man/man1/mysql-test-run.pl.1.gz] |