mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
MDEV-33837: Fix spare-manual-page warnings in Debian lintian
There is couple spare-manual-page problems which means that there is man page but no binary for that. wsrep_sst_backup is in not-installed and man page is in mariadb-server package. Move man page also to not-installed mysql-test-run.pl is in unusual location which makes lintian think that it not available.
This commit is contained in:
parent
3e384d830e
commit
56087d0d15
3 changed files with 5 additions and 1 deletions
1
debian/mariadb-server.install
vendored
1
debian/mariadb-server.install
vendored
|
@ -87,7 +87,6 @@ usr/share/man/man1/myisampack.1
|
|||
usr/share/man/man1/mysqld_multi.1
|
||||
usr/share/man/man1/mysqld_safe.1
|
||||
usr/share/man/man1/mysqld_safe_helper.1
|
||||
usr/share/man/man1/wsrep_sst_backup.1
|
||||
usr/share/man/man1/wsrep_sst_common.1
|
||||
usr/share/man/man1/wsrep_sst_mariabackup.1
|
||||
usr/share/man/man1/wsrep_sst_mysqldump.1
|
||||
|
|
4
debian/mariadb-test.lintian-overrides
vendored
4
debian/mariadb-test.lintian-overrides
vendored
|
@ -22,3 +22,7 @@ spelling-error-in-binary theres there's [usr/bin/mariadb-test-embedded]
|
|||
spelling-error-in-binary userA users [usr/lib/mysql/plugin/qa_auth_interface.so]
|
||||
spelling-error-in-binary yuR your [usr/bin/mariadb-client-test-embedded]
|
||||
spelling-error-in-binary yuR your [usr/bin/mariadb-test-embedded]
|
||||
|
||||
# Location for this is usr/share/mysql/mysql-test/mysql-test-run
|
||||
# so it's not missing it just in unusual location
|
||||
spare-manual-page [usr/share/man/man1/mysql-test-run.pl.1.gz]
|
||||
|
|
1
debian/not-installed
vendored
1
debian/not-installed
vendored
|
@ -67,3 +67,4 @@ usr/share/mysql/systemd/mariadb@.socket # Installed by rules file
|
|||
usr/share/mysql/systemd/mysql.service # Installed by rules file
|
||||
usr/share/mysql/systemd/mysqld.service # Installed by rules file
|
||||
usr/share/mysql/systemd/use_galera_new_cluster.conf
|
||||
usr/share/man/man1/wsrep_sst_backup.1
|
||||
|
|
Loading…
Reference in a new issue