summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalman Mohammadi <salman@smoha.org>2023-01-08 20:14:58 +0100
committerDaniel Black <daniel@mariadb.org>2023-01-31 16:20:55 +1100
commit2a78c3ef6fd6663d6731dd5cec2f462420b61123 (patch)
tree8b89bbc0aadf969cc93eaff9d8759b92e6adbaad
parentf812f8e1ab7acc5dd17daf5ab5f73495c7963af5 (diff)
downloadmariadb-git-2a78c3ef6fd6663d6731dd5cec2f462420b61123.tar.gz
MDEV-30509: mariadb-plugin-connect: introduce curl as recommends
in order to be able to retrieve files using REST queries. Otherwise, `ERROR 1105 (HY000): Curl not installed.` will be thrown.
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index aed073e5c8c..09e0fd74d57 100644
--- a/debian/control
+++ b/debian/control
@@ -525,6 +525,7 @@ Depends: libxml2,
unixodbc,
${misc:Depends},
${shlibs:Depends}
+Recommends: curl
Breaks: mariadb-connect-engine-10.1,
mariadb-connect-engine-10.2,
mariadb-connect-engine-10.3