diff options
author | Benjamin Barenblat <bbaren@google.com> | 2023-09-07 13:22:21 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2023-09-07 13:22:21 -0400 |
commit | 494211f47140be3ff09f70843b111e23dbcfad5e (patch) | |
tree | cbfa617ebf5f64411c8cecd85fd2e4381b92ef50 /debian/control | |
parent | 6fdbff8bbce2a1debdc060df381f39e3dcfb65af (diff) | |
download | abseil-494211f47140be3ff09f70843b111e23dbcfad5e.tar.gz abseil-494211f47140be3ff09f70843b111e23dbcfad5e.tar.bz2 abseil-494211f47140be3ff09f70843b111e23dbcfad5e.zip |
Begin updating packaging for Abseil 20230802
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control index c7efcda4..a63456c0 100644 --- a/debian/control +++ b/debian/control @@ -37,11 +37,11 @@ Architecture: any Multi-Arch: same Section: libdevel Depends: - libabsl20230125 (= ${binary:Version}), + libabsl20230802 (= ${binary:Version}), ${misc:Depends}, Recommends: - cmake (>= 3.0) | pkg-config, - g++ (>= 5.1), + cmake (>= 3.13) | pkg-config, + g++ (>= 7.3.1), libgmock-dev (>= 1.12), Description: ${source:Synopsis} (development files) ${source:Extended-Description} @@ -49,7 +49,7 @@ Description: ${source:Synopsis} (development files) This package contains header files and other data necessary for developing with Abseil. -Package: libabsl20230125 +Package: libabsl20230802 Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} |