diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2026-02-18 09:02:21 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2026-02-18 14:42:36 +0100 |
| commit | 01445e4257a7f9c0e80612fbd5878ebd67079d08 (patch) | |
| tree | 5e1102e5730a2b36b681ff8e36bb638e81d2624d | |
| parent | 7611fb6f56139b3232ddbe584e6c0702bb43a248 (diff) | |
| download | tde-packaging-01445e4257a7f9c0e80612fbd5878ebd67079d08.tar.gz tde-packaging-01445e4257a7f9c0e80612fbd5878ebd67079d08.zip | |
DEB libcarddav: Use Provides: libcarddav for smooth upgrade to libcarddav0.
See https://wiki.debian.org/RenamingPackages
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 7f74c06fa447374639d29df16e19d970a2400ef6)
| -rw-r--r-- | debian/_base/dependencies/libcarddav/debian/control | 3 | ||||
| -rw-r--r-- | 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 |
