diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2026-02-26 18:14:43 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2026-02-26 18:14:43 +0100 |
| commit | f2a09ff5a3bb553c7853ed012155fbb41939eaec (patch) | |
| tree | 4026b9829278e20f75e7c386a126a326a8dbb8a2 | |
| parent | 647398fb88be7836e6b908a97fdefb2ec811ced5 (diff) | |
| download | tde-packaging-f2a09ff5a3bb553c7853ed012155fbb41939eaec.tar.gz tde-packaging-f2a09ff5a3bb553c7853ed012155fbb41939eaec.zip | |
DEB tde-cmake: 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/tde-cmake/debian/control | 2 | ||||
| -rw-r--r-- | dilos/dependencies/tde-cmake/debian/control | 2 | ||||
| -rw-r--r-- | ubuntu/_base/dependencies/tde-cmake/debian/control | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/_base/dependencies/tde-cmake/debian/control b/debian/_base/dependencies/tde-cmake/debian/control index 89e639c24..23b658a05 100644 --- a/debian/_base/dependencies/tde-cmake/debian/control +++ b/debian/_base/dependencies/tde-cmake/debian/control @@ -10,7 +10,7 @@ Architecture: all Depends: cmake (>= ${CMake-Version2}~), cmake (<< ${CMake-Next-Version2}~), perl-base, libxml-parser-perl Replaces: cmake-trinity (<< 4:14.1.0~) Breaks: cmake-trinity (<< 4:14.1.0~) -Provides: cmake-trinity +Provides: cmake-trinity (= ${source:Version}) Description: TDE CMake modules TDE uses its own set of modules and macros to simplify CMake rules. . diff --git a/dilos/dependencies/tde-cmake/debian/control b/dilos/dependencies/tde-cmake/debian/control index 89e639c24..23b658a05 100644 --- a/dilos/dependencies/tde-cmake/debian/control +++ b/dilos/dependencies/tde-cmake/debian/control @@ -10,7 +10,7 @@ Architecture: all Depends: cmake (>= ${CMake-Version2}~), cmake (<< ${CMake-Next-Version2}~), perl-base, libxml-parser-perl Replaces: cmake-trinity (<< 4:14.1.0~) Breaks: cmake-trinity (<< 4:14.1.0~) -Provides: cmake-trinity +Provides: cmake-trinity (= ${source:Version}) Description: TDE CMake modules TDE uses its own set of modules and macros to simplify CMake rules. . diff --git a/ubuntu/_base/dependencies/tde-cmake/debian/control b/ubuntu/_base/dependencies/tde-cmake/debian/control index 89e639c24..23b658a05 100644 --- a/ubuntu/_base/dependencies/tde-cmake/debian/control +++ b/ubuntu/_base/dependencies/tde-cmake/debian/control @@ -10,7 +10,7 @@ Architecture: all Depends: cmake (>= ${CMake-Version2}~), cmake (<< ${CMake-Next-Version2}~), perl-base, libxml-parser-perl Replaces: cmake-trinity (<< 4:14.1.0~) Breaks: cmake-trinity (<< 4:14.1.0~) -Provides: cmake-trinity +Provides: cmake-trinity (= ${source:Version}) Description: TDE CMake modules TDE uses its own set of modules and macros to simplify CMake rules. . |
