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/source | |
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/source')
-rw-r--r-- | debian/source/lintian-overrides | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides index 8b041b89fee..a6c3a616ed8 100644 --- a/debian/source/lintian-overrides +++ b/debian/source/lintian-overrides @@ -1,5 +1,3 @@ -# Overridden temporarily to get Salsa-CI pass and not stall other dev work with broken pipeline -python-depends-but-no-python-helper mariadb-plugin-rocksdb # Upstream fix pending: https://github.com/wolfSSL/wolfssl/pull/2785 source-is-missing extra/wolfssl/wolfssl/doc/formats/html/html_changes/menu.js line length is 679 characters (>512) # Necessary for drop-in-place-replacement upgrades on mysql-server/-client @@ -24,4 +22,3 @@ version-substvar-for-external-package mariadb-client-10.5 -> mysql-client-core-5 version-substvar-for-external-package mariadb-client-10.5 -> mysql-client-core-8.0 version-substvar-for-external-package mariadb-client-10.5 -> mysql-client-core-8.0 version-substvar-for-external-package libmariadbd-dev -> libmariadbclient-dev -version-substvar-for-external-package libmariadbd-dev -> libmariadb-dev |