Skip to content

Commit 56087d0

Browse files
illuusiogrooverdan
authored andcommitted
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.
1 parent 3e384d8 commit 56087d0

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

debian/mariadb-server.install

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ usr/share/man/man1/myisampack.1
8787
usr/share/man/man1/mysqld_multi.1
8888
usr/share/man/man1/mysqld_safe.1
8989
usr/share/man/man1/mysqld_safe_helper.1
90-
usr/share/man/man1/wsrep_sst_backup.1
9190
usr/share/man/man1/wsrep_sst_common.1
9291
usr/share/man/man1/wsrep_sst_mariabackup.1
9392
usr/share/man/man1/wsrep_sst_mysqldump.1

debian/mariadb-test.lintian-overrides

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ spelling-error-in-binary theres there's [usr/bin/mariadb-test-embedded]
2222
spelling-error-in-binary userA users [usr/lib/mysql/plugin/qa_auth_interface.so]
2323
spelling-error-in-binary yuR your [usr/bin/mariadb-client-test-embedded]
2424
spelling-error-in-binary yuR your [usr/bin/mariadb-test-embedded]
25+
26+
# Location for this is usr/share/mysql/mysql-test/mysql-test-run
27+
# so it's not missing it just in unusual location
28+
spare-manual-page [usr/share/man/man1/mysql-test-run.pl.1.gz]

debian/not-installed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,4 @@ usr/share/mysql/systemd/mariadb@.socket # Installed by rules file
6767
usr/share/mysql/systemd/mysql.service # Installed by rules file
6868
usr/share/mysql/systemd/mysqld.service # Installed by rules file
6969
usr/share/mysql/systemd/use_galera_new_cluster.conf
70+
usr/share/man/man1/wsrep_sst_backup.1

0 commit comments

Comments
 (0)