[debian-mysql] Bug#1057708: mariadb-plugin-provider-bzip2: It looks like mariadb-plugin-provider-bzip2 should have a strong version depencene on mariadb-server

Otto Kekäläinen otto at debian.org
Wed May 7 16:42:32 BST 2025


> >    * My tentative conclusion is that the mariadb-plugin-provider
> >      compression packages have a very tight version dependency on the
> >      server packages and that they should only be upgraded in concert
> >      with the server packages, with matching versions.
>
> We could make plugins Depends: mariadb-server-core (= ${binray:Version}).

Potentially yes.

For context, current
https://salsa.debian.org/mariadb-team/mariadb-server/-/blob/debian/latest/debian/control?ref_type=heads#L994-1007
says

Package: mariadb-plugin-provider-bzip2
Architecture: any
Depends:
 mariadb-server (>= 1:10.11.1-1),
 ${misc:Depends},
 ${shlibs:Depends},

For many other plugins we have
https://salsa.debian.org/mariadb-team/mariadb-server/-/merge_requests/114
pending, which makes many plugins:

Depends:
...
mariadb-server-core (= ${server:Version}),
${misc:Depends},
${shlibs:Depends},



More information about the pkg-mysql-maint mailing list