diff options
author | Benjamin Barenblat <bbaren@google.com> | 2020-09-25 17:24:06 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2020-09-25 17:24:06 -0400 |
commit | c6829e5f2550cc2cf7b8c7f64142d788a925409c (patch) | |
tree | d71034485bfaf4bc798897a96c0587295f2930ad /debian/control | |
parent | 4e1c98fe594d99494ce26e94a77f0358705f227c (diff) | |
download | abseil-c6829e5f2550cc2cf7b8c7f64142d788a925409c.tar.gz abseil-c6829e5f2550cc2cf7b8c7f64142d788a925409c.tar.bz2 abseil-c6829e5f2550cc2cf7b8c7f64142d788a925409c.zip |
Begin updating packaging for Abseil 20200923
Bump package versions and names to reflect the new Abseil LTS. Remove
patches that have been incorporated upstream, and refresh the
configuration patch.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index cb64a6e2..b490ddce 100644 --- a/debian/control +++ b/debian/control @@ -36,7 +36,7 @@ Architecture: any Multi-Arch: same Section: libdevel Depends: - libabsl20200225 (= ${binary:Version}), + libabsl20200923 (= ${binary:Version}), ${misc:Depends}, Recommends: cmake (>= 2.6), g++ (>= 4.7) Description: ${source:Synopsis} (development files) @@ -45,7 +45,7 @@ Description: ${source:Synopsis} (development files) This package contains header files and other data necessary for developing with Abseil. -Package: libabsl20200225 +Package: libabsl20200923 Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} |