summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2022-07-12 22:30:03 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2022-08-22 22:14:41 -0400
commitff6a2decd403ad5ebcbb42faafe1519080fd4a9d (patch)
tree879034ebba68ab40711ba797afbb71828baf3bd8 /debian
parent2d3219a143b5dae0fe85a7c2ceae72fab8c66864 (diff)
Bump googletest dependency
Abseil 20220623 requires a fairly new googletest for tests to compile correctly. Record that dependency in debian/control.
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index bb83adf6..1a7ec77f 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Maintainer: Benjamin Barenblat <bbaren@debian.org>
Build-Depends:
cmake (>= 3.5),
debhelper-compat (= 12),
- googletest (>= 1.10.0.20200926) [!mipsel !ppc64]
+ googletest (>= 1.12) [!mipsel !ppc64]
Rules-Requires-Root: no
Standards-Version: 4.6.0
Section: libs