diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 10:57:21 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 10:57:42 +0100 |
commit | 60f34d408c6ed749e36ccafe211f5bb2fdbe283b (patch) | |
tree | a80d6f7840453b218de743cb80951ea0420bdc1a /ubuntu/_base/common/cmake/debian/control | |
parent | c1db2dcb2e3ce0f632c6cb6b8d1031328ebf7c71 (diff) | |
download | tde-packaging-60f34d408c6ed749e36ccafe211f5bb2fdbe283b.tar.gz tde-packaging-60f34d408c6ed749e36ccafe211f5bb2fdbe283b.zip |
DEB cmake-trinity: Require CMake at least 3.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 14c1d59aa4eb547d3a6ed0141511d3f54edda2a3)
Diffstat (limited to 'ubuntu/_base/common/cmake/debian/control')
-rw-r--r-- | ubuntu/_base/common/cmake/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/_base/common/cmake/debian/control b/ubuntu/_base/common/cmake/debian/control index 1363e01ee..50ea830ef 100644 --- a/ubuntu/_base/common/cmake/debian/control +++ b/ubuntu/_base/common/cmake/debian/control @@ -2,7 +2,7 @@ Source: cmake-trinity Section: tde Priority: optional Maintainer: TDE Debian Team <team-debian@trinitydesktop.org> -Build-Depends: cdbs, debhelper (>= 9~), quilt, cmake +Build-Depends: cdbs, debhelper (>= 9~), quilt, cmake (>= 3.1~) Standards-Version: 3.8.4 Package: cmake-trinity |