mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
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.
This commit is contained in:
parent
632dd304c7
commit
13ee9417c9
1 changed files with 7 additions and 5 deletions
12
debian/control
vendored
12
debian/control
vendored
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue