diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2026-02-26 18:15:31 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2026-02-26 18:15:31 +0100 |
| commit | 69dd6ca45ac96cfc88f0db7b82c2a30934db139e (patch) | |
| tree | 8690563c36900d321c962129d61ae2d038f48e1a | |
| parent | 5dc53f0a558898c295b1fb9f4aecaee3cef39b4c (diff) | |
| download | tde-packaging-69dd6ca45ac96cfc88f0db7b82c2a30934db139e.tar.gz tde-packaging-69dd6ca45ac96cfc88f0db7b82c2a30934db139e.zip | |
DEB libcarddav: Use versioned Provides as this allows for smoother upgrades.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
| -rw-r--r-- | debian/_base/dependencies/libcarddav/debian/control | 2 | ||||
| -rw-r--r-- | ubuntu/_base/dependencies/libcarddav/debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/_base/dependencies/libcarddav/debian/control b/debian/_base/dependencies/libcarddav/debian/control index 10ed1bf04..b58f65d31 100644 --- a/debian/_base/dependencies/libcarddav/debian/control +++ b/debian/_base/dependencies/libcarddav/debian/control @@ -10,7 +10,7 @@ Architecture: any Multi-Arch: same Section: libs Conflicts: libcarddav -Provides: libcarddav +Provides: libcarddav (= ${binary:Version}) 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 10ed1bf04..b58f65d31 100644 --- a/ubuntu/_base/dependencies/libcarddav/debian/control +++ b/ubuntu/_base/dependencies/libcarddav/debian/control @@ -10,7 +10,7 @@ Architecture: any Multi-Arch: same Section: libs Conflicts: libcarddav -Provides: libcarddav +Provides: libcarddav (= ${binary:Version}) Replaces: libcarddav Depends: ${shlibs:Depends}, ${misc:Depends} Description: libcarddav - a carddav PIM clients library |
