[monitoring-plugins] Add libmysqlclient-dev to dependencies

Lorenz Kästle git at monitoring-plugins.org
Fri Mar 7 17:10:11 CET 2025


 Module: monitoring-plugins
 Branch: master
 Commit: c08e2bc656dec032f6b56b0aa398c6cb40ade250
 Author: Lorenz Kästle <12514511+RincewindsHat at users.noreply.github.com>
   Date: Mon Feb 24 20:18:55 2025 +0100
    URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=c08e2bc6

Add libmysqlclient-dev to dependencies

---

 .github/prepare_debian.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/prepare_debian.sh b/.github/prepare_debian.sh
index 3640e500..8b695d42 100755
--- a/.github/prepare_debian.sh
+++ b/.github/prepare_debian.sh
@@ -59,6 +59,7 @@ apt-get -y install perl \
 	mariadb-server \
 	mariadb-client \
 	libmariadb-dev \
+	libmariadb-dev-compat \
 	cron \
 	iputils-ping \
 	iproute2



More information about the Commits mailing list