Bas Couwenberg pushed to branch master at Debian GIS Project / grass
Commits: b21f4721 by Bas Couwenberg at 2026-05-24T07:29:40+02:00 Replace default-libmysqlclient-dev with libmariadb-dev. (closes: #1137461) - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +grass (8.5.0-2) UNRELEASED; urgency=medium + + * Replace default-libmysqlclient-dev with libmariadb-dev. + (closes: #1137461) + + -- Bas Couwenberg <[email protected]> Sun, 24 May 2026 07:07:37 +0200 + grass (8.5.0-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -22,8 +22,8 @@ Build-Depends: bison, libglu-dev, libjpeg-dev, liblapacke-dev, + libmariadb-dev, libmotif-dev | lesstif2-dev, - default-libmysqlclient-dev, libncurses-dev, libnetcdf-dev, libpng-dev, ===================================== debian/rules ===================================== @@ -83,7 +83,7 @@ override_dh_auto_configure: --with-lapack \ --with-motif \ --with-mysql \ - --with-mysql-includes="$(shell mysql_config --include | sed -e 's/-I//g')" \ + --with-mysql-includes="$(shell mariadb_config --include | sed -e 's/-I//g')" \ --with-netcdf \ --with-nls \ --with-odbc \ View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/-/commit/b21f47215b3dc4dd9827b706db3094a0447bdd0b -- View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/-/commit/b21f47215b3dc4dd9827b706db3094a0447bdd0b You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
