diff options
author | Benjamin Barenblat <bbaren@google.com> | 2024-05-08 11:31:11 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2024-05-08 11:31:11 -0400 |
commit | 59f305653806c020b89050271bcdd49cae3a1c3d (patch) | |
tree | 5e6c7619d564ec4fe9da83c886b7df2c1ee3a285 /debian/control | |
parent | d8e2b896d5e3c1ebf2d6d0d37bd9e7a1b59e0b99 (diff) | |
download | abseil-59f305653806c020b89050271bcdd49cae3a1c3d.tar.gz abseil-59f305653806c020b89050271bcdd49cae3a1c3d.tar.bz2 abseil-59f305653806c020b89050271bcdd49cae3a1c3d.zip |
Begin updating packaging for Abseil 20240116
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 f0efdbcc..770141ba 100644 --- a/debian/control +++ b/debian/control @@ -39,7 +39,7 @@ Architecture: any Multi-Arch: same Section: libdevel Depends: - libabsl20230802 (= ${binary:Version}), + libabsl20240116 (= ${binary:Version}), ${misc:Depends}, Recommends: cmake (>= 3.13) | pkgconf, @@ -51,7 +51,7 @@ Description: ${source:Synopsis} (development files) This package contains header files and other data necessary for developing with Abseil. -Package: libabsl20230802 +Package: libabsl20240116 Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} |