Skip to content
Permalink
Browse files
Deb: Extend new package descriptions to meet Lintian minimum criteria
  • Loading branch information
ottok committed May 28, 2018
1 parent d46ebfb commit 44e7ec1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
@@ -48,7 +48,7 @@ fi
if ! apt-cache madison libcrack2-dev | grep 'libcrack2-dev *| *2\.9' >/dev/null 2>&1
then
sed '/libcrack2-dev/d' -i debian/control
sed '/Package: mariadb-plugin-cracklib/,+9d' -i debian/control
sed '/Package: mariadb-plugin-cracklib/,+11d' -i debian/control
fi

# If libpcre3-dev (>= 2:8.35-3.2~) is not available (before Debian Jessie or Ubuntu Wily)
@@ -659,7 +659,10 @@ Replaces: mariadb-gssapi-server-10.1,
mariadb-gssapi-server-10.2,
mariadb-gssapi-server-10.3
Description: GSSAPI authentication plugin for MariaDB server
This package contains the server components.
This plugin includes support for Kerberos on Unix, but can also be used for
Windows authentication with or without domain environment.
.
This package contains the server parts.

Package: mariadb-plugin-gssapi-client
Architecture: any
@@ -674,7 +677,10 @@ Replaces: mariadb-gssapi-client-10.1,
mariadb-gssapi-client-10.2,
mariadb-gssapi-client-10.3
Description: GSSAPI authentication plugin for MariaDB client
This package contains the client components.
This plugin includes support for Kerberos on Unix, but can also be used for
Windows authentication with or without domain environment.
.
This package contains the client parts.

Package: mariadb-backup
Architecture: any
@@ -687,6 +693,10 @@ Depends: mariadb-client-core-10.3,
${shlibs:Depends}
Description: Backup tool for MariaDB server
This backup tool is guaranteed to be compatible with MariaDB.
Based on Xtrabackup, but improved to work with MariaDB.
.
Plese refer to the MariaDB Knowledge Base on more information on
how to use this tool.

Package: mariadb-plugin-cracklib-password-check
Architecture: any
@@ -697,6 +707,9 @@ Depends: libcrack2 (>= 2.9.0),
Description: CrackLib Password Validation Plugin for MariaDB
This password validation plugin uses cracklib to allow only
sufficiently secure (as defined by cracklib) user passwords in MariaDB.
.
Plese refer to the MariaDB Knowledge Base on more information on
how to use this tool.

Package: mariadb-test
Architecture: any

0 comments on commit 44e7ec1

Please sign in to comment.