diff options
Diffstat (limited to 'debian/mariadb-test.lintian-overrides')
-rw-r--r-- | debian/mariadb-test.lintian-overrides | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/debian/mariadb-test.lintian-overrides b/debian/mariadb-test.lintian-overrides index 372f8d90..09c4ddcc 100644 --- a/debian/mariadb-test.lintian-overrides +++ b/debian/mariadb-test.lintian-overrides @@ -1,14 +1,11 @@ # 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] -# 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/*] +arch-dependent-file-in-usr-share [usr/share/mariadb/mariadb-test/lib/My/SafeProcess/my_safe_process] +arch-dependent-file-in-usr-share [usr/share/mariadb/mariadb-test/lib/My/SafeProcess/wsrep_check_version] +# Use older Lintian syntax to satisfy ftp queue scanner +arch-dependent-file-in-usr-share usr/share/mariadb/mariadb-test/lib/My/SafeProcess/my_safe_process +arch-dependent-file-in-usr-share usr/share/mariadb/mariadb-test/lib/My/SafeProcess/wsrep_check_version # Valid reason for documentation in context in directory -package-contains-documentation-outside-usr-share-doc [usr/share/mysql/mysql-test/README*] +package-contains-documentation-outside-usr-share-doc [usr/share/mariadb/mariadb-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] @@ -16,5 +13,3 @@ 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] -# Text script, should be moved to another path -no-manual-page [usr/bin/test-connect-t] |