[neon/neon/masks/Neon/unstable] debian: add mysql override

Jonathan Riddell null at kde.org
Fri Jan 29 11:29:56 GMT 2021


Git commit 4bda6749e4739b0204c089f6be0aabf787d5bd97 by Jonathan Riddell.
Committed on 29/01/2021 at 11:29.
Pushed by jriddell into branch 'Neon/unstable'.

add mysql override

M  +24   -0    debian/control

https://invent.kde.org/neon/neon/masks/commit/4bda6749e4739b0204c089f6be0aabf787d5bd97

diff --git a/debian/control b/debian/control
index c723782..6b05cd7 100644
--- a/debian/control
+++ b/debian/control
@@ -58,3 +58,27 @@ Description: isc-dhcp-client override
  KDE neon. Should you wish to use it anyway, you can simply install
  isc-dhcp-client manually. This override will be automatically removed
  as part of the installation of isc-dhcp-client.
+
+Package: neon-mysql-client-core-8.0
+Architecture: all
+Provides: mysql-client-core-8.0
+Breaks: mysql-client-core-8.0
+Replaces: mysql-client-core-8.0
+Description: mysql-client-core-8.0 override
+ This package overrides the mysql-client-core-8.0 as it's not desired
+ to be installed on KDE neon. Akonadi server uses mariadb
+ instead. Should you wish to use it anyway, you can simply install
+ mysql-client-core-8.0 manually. This override will be automatically
+ removed as part of the installation of mysql-client-core-8.0.
+
+Package: neon-mysql-server-core-8.0
+Architecture: all
+Provides: mysql-server-core-8.0
+Breaks: mysql-server-core-8.0
+Replaces: mysql-server-core-8.0
+Description: mysql-server-core-8.0 override
+ This package overrides the mysql-server-core-8.0 as it's not desired
+ to be installed on KDE neon. Akonadi server uses mariadb
+ instead. Should you wish to use it anyway, you can simply install
+ mysql-server-core-8.0 manually. This override will be automatically
+ removed as part of the installation of mysql-server-core-8.0.


More information about the Neon-commits mailing list