diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:52:54 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-06 02:56:57 +0100 |
commit | 90c68a68c531070d62289b773baff760e92f8607 (patch) | |
tree | 1604e9d16fc0c0a5908edea0efe461814488f81c /dilos | |
parent | f4b8b53102431e7086b3f71b5d9b218d916d7919 (diff) | |
download | tde-packaging-90c68a68c531070d62289b773baff760e92f8607.tar.gz tde-packaging-90c68a68c531070d62289b773baff760e92f8607.zip |
DEB tde-cmake: Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit ec99db6de13c9b6bcc0ba8dffccb52ff4c089a86)
Diffstat (limited to 'dilos')
-rw-r--r-- | dilos/dependencies/tde-cmake/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dilos/dependencies/tde-cmake/debian/control b/dilos/dependencies/tde-cmake/debian/control index cf607cde2..54248affb 100644 --- a/dilos/dependencies/tde-cmake/debian/control +++ b/dilos/dependencies/tde-cmake/debian/control @@ -2,7 +2,7 @@ Source: tde-cmake Section: tde Priority: optional Maintainer: TDE Debian Team <[email protected]> -Build-Depends: cdbs, debhelper (>= 10~), quilt, cmake (>= 3.1~) +Build-Depends: cdbs, debhelper (>= 10~), quilt, cmake (>= 3.5~) Standards-Version: 3.8.4 Package: tde-cmake |