diff options
author | Benjamin Barenblat <bbaren@google.com> | 2023-05-08 17:30:36 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2023-05-08 17:30:36 -0400 |
commit | ffe57f55ed4257bbdf5924112dc7031e094ab226 (patch) | |
tree | 4ee5b27471f6900274696a2c5f80991129077b2b /debian | |
parent | f44d84b1a51120778ea833020f7fda7d377998c9 (diff) |
Update build dependencies
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} . |