diff options
author | Otto Kekäläinen <otto@kekalainen.net> | 2020-04-05 11:56:14 +0300 |
---|---|---|
committer | Vicențiu-Marian Ciorbaru <vicentiu@mariadb.org> | 2020-04-23 10:07:07 +0300 |
commit | 7cbde2d0a29e214afba4d5d30af890002fbf7db2 (patch) | |
tree | c311faa024d8ae5b275a0a9c8f657f8785bd4136 /debian/mariadb-test.install | |
parent | 13ec2ecc99e02d73a9877637ab27c0692c13b433 (diff) | |
download | mariadb-git-7cbde2d0a29e214afba4d5d30af890002fbf7db2.tar.gz |
Deb: Misc small fixes and cleanups
- Include binary wsrep_sst_rsync_wan previously omitted.
- Don't build the embedded server. This saves a lot of time and
around 500 MB of disk space.
- Clean away unused override_dh_installcron. The package does not
have any *.cron files, so this section is not needed.
- Make mariadb-server run time depend on procps so pgrep works.
The command pgrep is used in the maintainer scripts of mariadb-server,
thus we should ensure it is found on the system.
- Include build plugin func_test.so in test package. Don't include yet
type_test.so since it fails (MDEV-22243).
- Clean away obsolete Lintian overrides.
Diffstat (limited to 'debian/mariadb-test.install')
-rw-r--r-- | debian/mariadb-test.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/mariadb-test.install b/debian/mariadb-test.install index e02a699d10a..767ec1ce587 100644 --- a/debian/mariadb-test.install +++ b/debian/mariadb-test.install @@ -12,6 +12,7 @@ usr/lib/mysql/plugin/daemon_example.ini usr/lib/mysql/plugin/debug_key_management.so usr/lib/mysql/plugin/dialog_examples.so usr/lib/mysql/plugin/example_key_management.so +usr/lib/mysql/plugin/func_test.so usr/lib/mysql/plugin/ha_example.so usr/lib/mysql/plugin/ha_test_sql_discovery.so usr/lib/mysql/plugin/libdaemon_example.so |