summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2020-09-14 17:39:03 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2020-09-14 17:39:03 -0400
commitd7352d827df8f422eb55dc88448f346cafdb05e4 (patch)
tree56ca71abd9e083a78ec64b0c3d0fea5f7e3fcfba /debian/changelog
parent3dc8d1e43262a739dc4c8ee4e45e4c45c6d9bdd8 (diff)
Fix CMake warning about finding module
CMake now warns if you include a module directly rather than using find_dependency. Apply a patch from upstream to fix the problem. Closes: https://bugs.debian.org/970333
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 41a779f0..28a34e60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+abseil (0~20200225.2-4) UNRELEASED; urgency=medium
+
+ * Fix "autopkgtest needs update for new version of cmake: warning on
+ stderr" by applying a patch from upstream. (Closes: #970333)
+
+ -- Benjamin Barenblat <bbaren@debian.org> Mon, 14 Sep 2020 17:38:40 -0400
+
abseil (0~20200225.2-3) unstable; urgency=medium
* Replace symbols file with shlibs infrastructure. (Closes: #966183)