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..7f4c2305 --- /dev/null +++ b/debian/mariadb-test.lintian-overrides @@ -0,0 +1,21 @@ +# OK, these files are part of test suite and only used for a test +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 and other variable names that cannot be changed and spelling errors remain +spelling-error-in-binary usr/bin/mariadb-client-test-embedded yuR your +spelling-error-in-binary usr/bin/mariadb-client-test-embedded noone no one +spelling-error-in-binary usr/bin/mariadb-client-test-embedded thats that's +spelling-error-in-binary usr/bin/mariadb-client-test-embedded theres there's +spelling-error-in-binary usr/bin/mariadb-test-embedded yuR your +spelling-error-in-binary usr/bin/mariadb-test-embedded noone no one +spelling-error-in-binary usr/bin/mariadb-test-embedded thats that's +spelling-error-in-binary usr/bin/mariadb-test-embedded theres there's +spelling-error-in-binary usr/lib/mysql/plugin/qa_auth_interface.so userA users +# 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 +# Intentional as the plugins are used by both the client and server +breakout-link usr/lib/*/libmariadb3/plugin/auth_test_plugin.so -> usr/lib/mysql/plugin/auth_test_plugin.so +breakout-link usr/lib/*/libmariadb3/plugin/qa_auth_interface.so -> usr/lib/mysql/plugin/qa_auth_interface.so |