Commit 13ee9417 authored by Tuukka Pasanen's avatar Tuukka Pasanen Committed by Daniel Black

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.
parent 632dd304
...@@ -236,7 +236,8 @@ Description: MariaDB embedded database, development files package ...@@ -236,7 +236,8 @@ Description: MariaDB embedded database, development files package
language in the world. The main goals of MariaDB are speed, robustness and language in the world. The main goals of MariaDB are speed, robustness and
ease of use. 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 Package: mysql-common
Architecture: all Architecture: all
...@@ -976,9 +977,11 @@ Depends: libcrack2 (>= 2.9.0), ...@@ -976,9 +977,11 @@ Depends: libcrack2 (>= 2.9.0),
${shlibs:Depends} ${shlibs:Depends}
Description: CrackLib Password Validation Plugin for MariaDB server Description: CrackLib Password Validation Plugin for MariaDB server
This password validation plugin uses cracklib to allow only 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 Package: mariadb-plugin-hashicorp-key-management
Architecture: any Architecture: any
...@@ -1072,8 +1075,7 @@ Depends: mariadb-client (= ${binary:Version}), ...@@ -1072,8 +1075,7 @@ Depends: mariadb-client (= ${binary:Version}),
Conflicts: mariadb-server-5.5, Conflicts: mariadb-server-5.5,
mysql-server-5.7, mysql-server-5.7,
mysql-server-core-8.0 mysql-server-core-8.0
Breaks: mariadb-server-5.5, Breaks: mariadb-test-10.0,
mariadb-test-10.0,
mariadb-test-10.1, mariadb-test-10.1,
mariadb-test-10.2, mariadb-test-10.2,
mariadb-test-10.3, mariadb-test-10.3,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment