summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2021-04-08 10:45:44 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2021-04-08 10:45:44 -0400
commit6730490092014070296cf28d8ba9aeafa69ece11 (patch)
tree0b35a5f27f4cc59dc57655b45fdf3d669f0c3aef
parent1268f609aafd78796a66f13fa7eac88efe0cb097 (diff)
Bump GCC recommendation
Abseil now supports only GCC >=5.1. Update debian/control to recommend that with libabsl-dev.
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
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}
.