From b5830a29e895eabba13233b6b09c88df532822fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Thu, 27 Dec 2018 10:44:21 +0200 Subject: [PATCH] Ensure libmariadbd19 does not breaks/replace anything The package contains only one single file that should not overlap with anything that already exists (/usr/lib/*/libmariadbd.so.19). --- debian/control | 6 ------ 1 file changed, 6 deletions(-) diff --git a/debian/control b/debian/control index eaa09332b..f9a19c967 100644 --- a/debian/control +++ b/debian/control @@ -134,12 +134,6 @@ Section: libs Depends: ${misc:Depends}, ${shlibs:Depends} Multi-Arch: same -Breaks: libmariadbd-dev (<< ${source:Version}), - libmariadbd18, - libmysqld-dev -Replaces: libmariadbd-dev (<< ${source:Version}), - libmariadbd18, - libmysqld-dev Description: MariaDB embedded database, shared library MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query -- GitLab