diff options
author | Benjamin Barenblat <bbaren@google.com> | 2024-09-03 13:57:42 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2024-09-03 14:40:28 -0400 |
commit | 0bb61fa1c8a962cb16e54ffd5a8a22b53952dc2b (patch) | |
tree | 0d99836e5f8f33f5752e6eb5d3383d288842bd09 | |
parent | 130925baf43d1d33d2b412ee6616c969bdbcf99a (diff) |
Update build dependencies
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index e5719dfd..4127a568 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.13), + cmake (>= 3.16), debhelper-compat (= 12), googletest (>= 1.12), tzdata, @@ -41,8 +41,8 @@ Depends: libabsl20240722 (= ${binary:Version}), ${misc:Depends}, Recommends: - cmake (>= 3.13) | pkgconf, - g++ (>= 7.3.1), + cmake (>= 3.16) | pkgconf, + g++ (>= 7.5.0), libgmock-dev (>= 1.12), Description: ${source:Synopsis} (development files) ${source:Extended-Description} |