diff options
author | Benjamin Barenblat <bbaren@google.com> | 2021-04-08 10:45:44 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2021-04-08 10:45:44 -0400 |
commit | 6730490092014070296cf28d8ba9aeafa69ece11 (patch) | |
tree | 0b35a5f27f4cc59dc57655b45fdf3d669f0c3aef /debian/control | |
parent | 1268f609aafd78796a66f13fa7eac88efe0cb097 (diff) |
Bump GCC recommendation
Abseil now supports only GCC >=5.1. Update debian/control to recommend
that with libabsl-dev.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
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} . |