summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control7
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 9f799db0..b67ae5d7 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Maintainer: Benjamin Barenblat <bbaren@debian.org>
Build-Depends:
cmake (>= 3.10),
debhelper-compat (= 12),
- googletest (>= 1.12) [!mipsel !ppc64] <!nocheck>
+ googletest (>= 1.12),
Rules-Requires-Root: no
Standards-Version: 4.6.1
Section: libs
@@ -39,7 +39,10 @@ Section: libdevel
Depends:
libabsl20230125 (= ${binary:Version}),
${misc:Depends},
-Recommends: cmake (>= 3.0) | pkg-config, g++ (>= 5.1)
+Recommends:
+ cmake (>= 3.0) | pkg-config,
+ g++ (>= 5.1),
+ libgmock-dev (>= 1.12),
Description: ${source:Synopsis} (development files)
${source:Extended-Description}
.