diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-02-16 23:18:32 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-02-17 23:49:56 +0100 |
commit | 11536f99f14a2fedb822abb6be3a6ad79ad3abc9 (patch) | |
tree | ca21193ce7e0220f47d6efb475cb581f610e3253 /debian/dist/Debian | |
parent | 87eb82d4d52dd9ed1c954b0068898a4ec7a02df2 (diff) | |
download | mariadb-git-11536f99f14a2fedb822abb6be3a6ad79ad3abc9.tar.gz |
MDEV-7305 Difficulties building cracklib_password_check
put cracklib_password_check into a separate package.
build it conditionally on Debian/Ubuntu
Diffstat (limited to 'debian/dist/Debian')
-rw-r--r-- | debian/dist/Debian/control | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/debian/dist/Debian/control b/debian/dist/Debian/control index a35a8fc011c..3ef1ee6fde7 100644 --- a/debian/dist/Debian/control +++ b/debian/dist/Debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: MariaDB Developers <maria-developers@lists.launchpad.net> XSBC-Original-Maintainer: Maria Developers <maria-developers@lists.launchpad.net> Uploaders: MariaDB Developers <maria-developers@lists.launchpad.net> -Build-Depends: libtool (>= 1.4.2-7), procps | hurd, debhelper, file (>= 3.28), libncurses5-dev (>= 5.0-6), perl (>= 5.6.0), libwrap0-dev (>= 7.6-8.3), zlib1g-dev (>= 1:1.1.3-5), ${LIBREADLINE_DEV}, libssl-dev, libpam0g-dev, psmisc, po-debconf, chrpath, automake1.9, doxygen, texlive-latex-base, ghostscript | gs-gpl, dpatch, gawk, bison, lsb-release, hardening-wrapper, cmake (>= 2.7), libaio-dev, libjemalloc-dev (>= 3.0.0) +Build-Depends: libtool (>= 1.4.2-7), procps | hurd, debhelper, file (>= 3.28), libncurses5-dev (>= 5.0-6), perl (>= 5.6.0), libwrap0-dev (>= 7.6-8.3), zlib1g-dev (>= 1:1.1.3-5), ${LIBREADLINE_DEV}, libssl-dev, libpam0g-dev, psmisc, po-debconf, chrpath, automake1.9, doxygen, texlive-latex-base, ghostscript | gs-gpl, dpatch, gawk, bison, lsb-release, hardening-wrapper, cmake (>= 2.7), libaio-dev, ${MAYBE_LIBCRACK} libjemalloc-dev (>= 3.0.0) Standards-Version: 3.8.3 Homepage: http://mariadb.org/ Vcs-Browser: https://github.com/MariaDB/server/tree/10.1/ @@ -268,3 +268,10 @@ Description: Oqgraph storage engine for MariaDB The OQGRAPH engine is a computation engine plugin for handling hierarchies (trees) and graphs (friend-of-a-friend, etc) cleanly through standard SQL. +Package: mariadb-cracklib-password-check-10.1 +Section: database +Architecture: any +Depends: mariadb-server-10.1, 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. |