Skip to content

Commit a19089f

Browse files
committed
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)
1 parent ffb96be commit a19089f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

debian/autobake-deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ then
8686
fi
8787
if [[ $GCCVERSION -lt 40800 ]]
8888
then
89-
sed '/Package: mariadb-plugin-aws-key-management-10.2/,+13d' -i debian/control
89+
sed '/Package: mariadb-plugin-aws-key-management-10.2/,+12d' -i debian/control
9090
fi
9191

9292

debian/control

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,6 @@ Architecture: any
590590
Breaks: mariadb-aws-key-management-10.1
591591
Replaces: mariadb-aws-key-management-10.1
592592
Depends: mariadb-server-10.2,
593-
libcurl3,
594593
${misc:Depends},
595594
${shlibs:Depends}
596595
Description: Amazon Web Service Key Management Service Plugin for MariaDB

0 commit comments

Comments
 (0)