Commit a19089ff authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-16537 aws key management plugin on Ubuntu bionic has impossible dependencies

remove manual libcurl3 dependency.
it'll be automatically added (libcurl3 or libcurl4, whatever was
actually used)
parent ffb96be9
...@@ -86,7 +86,7 @@ then ...@@ -86,7 +86,7 @@ then
fi fi
if [[ $GCCVERSION -lt 40800 ]] if [[ $GCCVERSION -lt 40800 ]]
then then
sed '/Package: mariadb-plugin-aws-key-management-10.2/,+13d' -i debian/control sed '/Package: mariadb-plugin-aws-key-management-10.2/,+12d' -i debian/control
fi fi
......
...@@ -590,7 +590,6 @@ Architecture: any ...@@ -590,7 +590,6 @@ Architecture: any
Breaks: mariadb-aws-key-management-10.1 Breaks: mariadb-aws-key-management-10.1
Replaces: mariadb-aws-key-management-10.1 Replaces: mariadb-aws-key-management-10.1
Depends: mariadb-server-10.2, Depends: mariadb-server-10.2,
libcurl3,
${misc:Depends}, ${misc:Depends},
${shlibs:Depends} ${shlibs:Depends}
Description: Amazon Web Service Key Management Service Plugin for MariaDB Description: Amazon Web Service Key Management Service Plugin for MariaDB
......
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