From 7f74c06fa447374639d29df16e19d970a2400ef6 Mon Sep 17 00:00:00 2001
From: Slávek Banko <slavek.banko@axis.cz>
Date: Wed, 18 Feb 2026 09:02:21 +0100
Subject: DEB libcarddav: Use Provides: libcarddav for smooth upgrade to
 libcarddav0. See https://wiki.debian.org/RenamingPackages
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
---
 debian/_base/dependencies/libcarddav/debian/control | 3 ++-
 ubuntu/_base/dependencies/libcarddav/debian/control | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/_base/dependencies/libcarddav/debian/control b/debian/_base/dependencies/libcarddav/debian/control
index 8a9b0348a..10ed1bf04 100644
--- a/debian/_base/dependencies/libcarddav/debian/control
+++ b/debian/_base/dependencies/libcarddav/debian/control
@@ -9,7 +9,8 @@ Package: libcarddav0
 Architecture: any
 Multi-Arch: same
 Section: libs
-Breaks: libcarddav
+Conflicts: libcarddav
+Provides: libcarddav
 Replaces: libcarddav
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: libcarddav - a carddav PIM clients library
diff --git a/ubuntu/_base/dependencies/libcarddav/debian/control b/ubuntu/_base/dependencies/libcarddav/debian/control
index 8a9b0348a..10ed1bf04 100644
--- a/ubuntu/_base/dependencies/libcarddav/debian/control
+++ b/ubuntu/_base/dependencies/libcarddav/debian/control
@@ -9,7 +9,8 @@ Package: libcarddav0
 Architecture: any
 Multi-Arch: same
 Section: libs
-Breaks: libcarddav
+Conflicts: libcarddav
+Provides: libcarddav
 Replaces: libcarddav
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: libcarddav - a carddav PIM clients library
-- 
cgit v1.2.3

