From 6730490092014070296cf28d8ba9aeafa69ece11 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Thu, 8 Apr 2021 10:45:44 -0400 Subject: Bump GCC recommendation Abseil now supports only GCC >=5.1. Update debian/control to recommend that with libabsl-dev. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 7c552426..fdff44b6 100644 --- a/debian/control +++ b/debian/control @@ -39,7 +39,7 @@ Section: libdevel Depends: libabsl20210324 (= ${binary:Version}), ${misc:Depends}, -Recommends: cmake (>= 2.6), g++ (>= 4.7) +Recommends: cmake (>= 2.6), g++ (>= 5.1) Description: ${source:Synopsis} (development files) ${source:Extended-Description} . -- cgit v1.2.3