diff options
author | Benjamin Barenblat <bbaren@google.com> | 2024-09-03 14:40:10 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2024-09-03 14:40:10 -0400 |
commit | edd50222f6dc84d6d76acdd3e1ad23ad1bc3bec6 (patch) | |
tree | 1828b83dab983032489fda6e3ec805e7b2f87877 /debian/control | |
parent | c1afa8b8238c25591ca80d068477aa7d4ce05fc8 (diff) |
Begin updating packaging for Abseil 20240722
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 2c0f51c3..e5719dfd 100644 --- a/debian/control +++ b/debian/control @@ -38,7 +38,7 @@ Architecture: any Multi-Arch: same Section: libdevel Depends: - libabsl20240116 (= ${binary:Version}), + libabsl20240722 (= ${binary:Version}), ${misc:Depends}, Recommends: cmake (>= 3.13) | pkgconf, @@ -50,7 +50,7 @@ Description: ${source:Synopsis} (development files) This package contains header files and other data necessary for developing with Abseil. -Package: libabsl20240116 +Package: libabsl20240722 Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} |