diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index b03e3040..9f799db0 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Source: abseil Priority: optional Maintainer: Benjamin Barenblat <bbaren@debian.org> Build-Depends: - cmake (>= 3.5), + cmake (>= 3.10), debhelper-compat (= 12), googletest (>= 1.12) [!mipsel !ppc64] <!nocheck> Rules-Requires-Root: no @@ -39,7 +39,7 @@ Section: libdevel Depends: libabsl20230125 (= ${binary:Version}), ${misc:Depends}, -Recommends: cmake (>= 2.6) | pkg-config, g++ (>= 5.1) +Recommends: cmake (>= 3.0) | pkg-config, g++ (>= 5.1) Description: ${source:Synopsis} (development files) ${source:Extended-Description} . |