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:
Tuukka Pasanen 2024-05-14 12:00:06 +03:00 committed by Daniel Black
parent 3e384d830e
commit 56087d0d15
3 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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]

View file

@ -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