From acf588f5a22eafd7d21de55b954e8641d4b06568 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Tue, 19 May 2020 11:55:11 -0400 Subject: Enable CMake support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- debian/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debian/control') 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 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} . -- cgit v1.2.3