Commit 427eedd0 authored by Vicențiu Ciorbaru's avatar Vicențiu Ciorbaru

MDEV-13288: Proper fix for cracklib-runtime

The required dependencies should be added through the autobake script,
to also cover distributions that do not support libcrack2.
parent ed2379f9
...@@ -41,7 +41,7 @@ then ...@@ -41,7 +41,7 @@ then
MARIADB_OPTIONAL_DEBS="${MARIADB_OPTIONAL_DEBS} cracklib-password-check-10.1" MARIADB_OPTIONAL_DEBS="${MARIADB_OPTIONAL_DEBS} cracklib-password-check-10.1"
sed -i -e "/\\\${MAYBE_LIBCRACK}/d" debian/control sed -i -e "/\\\${MAYBE_LIBCRACK}/d" debian/control
else else
MAYBE_LIBCRACK='libcrack2-dev (>= 2.9.0),' MAYBE_LIBCRACK='libcrack2-dev (>= 2.9.0), cracklib-runtime'
sed -i -e "s/\\\${MAYBE_LIBCRACK}/${MAYBE_LIBCRACK}/g" debian/control sed -i -e "s/\\\${MAYBE_LIBCRACK}/${MAYBE_LIBCRACK}/g" debian/control
fi fi
......
...@@ -6,7 +6,6 @@ Uploaders: MariaDB Developers <maria-developers@lists.launchpad.net> ...@@ -6,7 +6,6 @@ Uploaders: MariaDB Developers <maria-developers@lists.launchpad.net>
Build-Depends: bison, Build-Depends: bison,
chrpath, chrpath,
cmake (>= 2.7), cmake (>= 2.7),
cracklib-runtime,
debhelper, debhelper,
dh-apparmor, dh-apparmor,
dpatch, dpatch,
......
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