summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2020-05-19 11:55:11 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2020-05-19 11:55:11 -0400
commitacf588f5a22eafd7d21de55b954e8641d4b06568 (patch)
treeee689a9ef34982825e511f997f7b5b9ccb3d2b08 /debian/control
parentf9adb234861d1321e0b8774db9aed57ebc6161f0 (diff)
Enable CMake support
Install Abseil’s CMake support files. Some of these files are autogenerated, and the generator produces files with a googletest dependency if Abseil is built with unit tests enabled; to prevent this, turn off unit tests.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index f43bd41a..202de055 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,6 @@ Maintainer: Benjamin Barenblat <bbaren@debian.org>
Build-Depends:
cmake (>= 3.5),
debhelper-compat (= 12),
- googletest,
Standards-Version: 4.5.0
Section: libs
Homepage: https://abseil.io/
@@ -90,7 +89,7 @@ Depends:
libabsl-time20200225 (= ${binary:Version}),
libabsl-time-zone20200225 (= ${binary:Version}),
${misc:Depends},
-Recommends: g++ (>= 4.7), libgmock-dev, libgtest-dev
+Recommends: cmake (>= 2.6), g++ (>= 4.7)
Description: ${source:Synopsis} (development files)
${source:Extended-Description}
.