From 7f727d9c87b0f6f934e6da08b27a651cbbb092f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Mon, 24 Dec 2018 15:58:45 +0200 Subject: [PATCH] Remove "Conflicts: libmariadbclient18 (<< 10.2.0)" (Closes: #917075) When upgrading from a system with libmariadbclient18 installed, this conflict line forces libmariadbclient18 to be uninstalled when in fact it should only be upgraded. The line was imported from upstream sources where their origin in a bit unclear and probably don't have any function in Debian official. --- debian/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 0e644623e..0e7fa9656 100644 --- a/debian/control +++ b/debian/control @@ -95,8 +95,7 @@ Section: libs Depends: mariadb-common, ${misc:Depends}, ${shlibs:Depends} -Conflicts: libmariadbclient18 (<< 10.2.0), - mariadb-galera-server-10.0 (<< 10.0.5), +Conflicts: mariadb-galera-server-10.0 (<< 10.0.5), mariadb-galera-server-5.5 (<< 5.5.33), mariadb-server-10.0 (<< 10.0.5), mariadb-server-5.1, -- GitLab