summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2022-05-27 17:04:10 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2022-05-27 17:04:10 -0400
commit2d23a3e16abfcf8f22ba850d67e972cc77e98874 (patch)
tree20c84476b1477645b82ea6265508e8faedf3daa9 /debian/changelog
parent99c09d4332c1c5e2e6233cc2e72ac10e345cfc6d (diff)
Correct pkg-config file generation20210324.2-4
Backport a patch from upstream to make CMake generate pkg-config files correctly. Add an autopkgtest to ensure this doesn’t regress.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 296ed36f..22d44a71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+abseil (0~20210324.2-4) unstable; urgency=medium
+
+ * Fix "spurious -Wl flag in some pkg-config entries" by backporting a
+ patch from upstream that corrects CMake pkg-config generation.
+ (Closes: #1011294)
+
+ -- Benjamin Barenblat <bbaren@debian.org> Fri, 27 May 2022 16:58:38 -0400
+
abseil (0~20210324.2-3) unstable; urgency=medium
* Backport an upstream patch to disable a problematic unit test.