diff options
author | Otto Kekäläinen <otto@mariadb.org> | 2018-04-17 21:30:36 +0300 |
---|---|---|
committer | Otto Kekäläinen <otto@mariadb.org> | 2018-05-28 11:32:22 +0300 |
commit | 44e7ec193e29b53b363fed0a6f2d2853d245f263 (patch) | |
tree | 1dea3ca2815d53610915367aa8483bc1d966eabc /debian | |
parent | d46ebfb5b69289a09d6d7eff494093bd8e0314e5 (diff) | |
download | mariadb-git-44e7ec193e29b53b363fed0a6f2d2853d245f263.tar.gz |
Deb: Extend new package descriptions to meet Lintian minimum criteria
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/autobake-deb.sh | 2 | ||||
-rw-r--r-- | debian/control | 17 |
2 files changed, 16 insertions, 3 deletions
diff --git a/debian/autobake-deb.sh b/debian/autobake-deb.sh index 657604604a5..48721043279 100755 --- a/debian/autobake-deb.sh +++ b/debian/autobake-deb.sh @@ -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) diff --git a/debian/control b/debian/control index e689e4963fa..d2383ec4f7c 100644 --- a/debian/control +++ b/debian/control @@ -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 |