diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:24:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:24:44 +0000 |
commit | bf772a107fc4511b6e3e5aafddb762ca3fa74f0b (patch) | |
tree | 8d994c2f3d8e9f01da4d334f90a20798760d9318 /debian/mariadb-server.lintian-overrides | |
parent | Adding upstream version 1:10.11.6. (diff) | |
download | mariadb-debian/1%10.11.6-2.tar.xz mariadb-debian/1%10.11.6-2.zip |
Adding debian version 1:10.11.6-2.debian/1%10.11.6-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/mariadb-server.lintian-overrides')
-rw-r--r-- | debian/mariadb-server.lintian-overrides | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/mariadb-server.lintian-overrides b/debian/mariadb-server.lintian-overrides new file mode 100644 index 00000000..e26fdff9 --- /dev/null +++ b/debian/mariadb-server.lintian-overrides @@ -0,0 +1,16 @@ +# False positive in Lintian, template is actually used +unused-debconf-template mariadb-server/old_data_directory_saved [templates:2] +# 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/*] +# Intentional in-context documentation +package-contains-documentation-outside-usr-share-doc [usr/share/mysql/errmsg-utf8.txt] +# mysql(d).service are symlinks to mariadb.service, and there is indeed a init.d/mariadb shipped +package-supports-alternative-init-but-no-init.d-script [lib/systemd/system/mysql.service] +package-supports-alternative-init-but-no-init.d-script [lib/systemd/system/mysqld.service] +# Intentionally symlinks mysql->mariadb +service-file-is-not-a-file [lib/systemd/system/mysql.service] +service-file-is-not-a-file [lib/systemd/system/mysqld.service] |