diff options
author | Otto Kekäläinen <otto@kekalainen.net> | 2020-07-11 12:12:34 +0300 |
---|---|---|
committer | Daniel Black <daniel@mariadb.org> | 2020-07-30 10:36:39 +1000 |
commit | 7a0fa9da038b7fea95f00ba603c536beccb3d19c (patch) | |
tree | a20306a36026e88e7ca024000798e4ef953b93a9 /debian/source | |
parent | 7c1807a0ad1e7461b34a1d50165883a7392ca81f (diff) | |
download | mariadb-git-7a0fa9da038b7fea95f00ba603c536beccb3d19c.tar.gz |
Deb: Cleanup and document
- Remove unnecessary unused files
- Remove duplicate encryption configuration sample from sources and
re-use the identical file in RPM directory instead
- Clean away harmful "default-character-set = utf8mb4" from client config
as it is unnecassary (server enforces utf8mb4 anyway by default) and
could cause issues with mysqlbinlog and other tools (MDEV-22981).
- Update S3 plugin description to be long enough
- Remove trailing whitespace from support-files and Debian packaging.
- Clean away fixed Lintian issues
- Clean away temporary Salsa-CI fixes now that 10.5.4 is out and is fixed
- Apply wrap-and-sort -a -v
Diffstat (limited to 'debian/source')
-rw-r--r-- | debian/source/lintian-overrides | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides index a6c3a616ed8..3ce34a6d83a 100644 --- a/debian/source/lintian-overrides +++ b/debian/source/lintian-overrides @@ -1,5 +1,3 @@ -# 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 # since package breaks/replaces these but at the same time also provides them version-substvar-for-external-package mariadb-client-core-10.5 -> mysql-client-5.5 |