From 13ee9417c991378e78c1e3a5f69b247fcb5a6eb9 Mon Sep 17 00:00:00 2001 From: Tuukka Pasanen Date: Fri, 5 Apr 2024 10:09:12 +0300 Subject: [PATCH] MDEV-33837: Fix lintian warning that are against debian/control Debian control file has few lintian warning level notifications * mariadb-test: breaks-without-version mariadb-server-5.5 - Several packages conflicts with mariadb-server-5.5 but on mariadb-test breaks without it so it's controversial and can be resolved only with conflicting in mariadb-test * W: libmariadbd-dev: extended-description-line-too-long line 6 * W: mariadb-plugin-cracklib-password-check: extended-description-line-too-long line 4 - Lines are too long (over 80 chars) and they are just separated to new line. --- debian/control | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index 462ecd93666..c122b69efe0 100644 --- a/debian/control +++ b/debian/control @@ -236,7 +236,8 @@ Description: MariaDB embedded database, development files package language in the world. The main goals of MariaDB are speed, robustness and ease of use. . - This package includes the MariaDB embedded server library development and header files. + This package includes the MariaDB embedded server library development + and header files. Package: mysql-common Architecture: all @@ -976,9 +977,11 @@ Depends: libcrack2 (>= 2.9.0), ${shlibs:Depends} Description: CrackLib Password Validation Plugin for MariaDB server This password validation plugin uses cracklib to allow only - sufficiently secure (as defined by cracklib) user passwords in MariaDB server. + sufficiently secure (as defined by cracklib) user passwords in + MariaDB server. . - Install and configure this to enforce stronger passwords for MariaDB server users. + Install and configure this to enforce stronger passwords for + MariaDB server users. Package: mariadb-plugin-hashicorp-key-management Architecture: any @@ -1072,8 +1075,7 @@ Depends: mariadb-client (= ${binary:Version}), Conflicts: mariadb-server-5.5, mysql-server-5.7, mysql-server-core-8.0 -Breaks: mariadb-server-5.5, - mariadb-test-10.0, +Breaks: mariadb-test-10.0, mariadb-test-10.1, mariadb-test-10.2, mariadb-test-10.3,