summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2020-07-23 11:04:48 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2020-07-23 17:21:45 -0400
commitb6e356b70dc8494c11f980c7b9c0f738f839463c (patch)
treeb64ce1e13f0bf04ac1616a9fef7b9d3c5d5e3d18 /debian/changelog
parentcc55a69b3e8f9cd52fb44bcdd8ec7aefa539e284 (diff)
Rework symbols file for GCC 9 using pkg-kde-tools
Rebuild abseil against GCC 9, the version currently in unstable, and update the symbols file. Additionally, rework the symbols file using pkg-kde-tools, which offers some automation for building large symbols files. This does mean that the symbols file now contains mangled names, but it’s still easily inspected through c++filt.
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 01d8f27d..9a778cd0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+abseil (0~20200225.2-2) UNRELEASED; urgency=medium
+
+ * Rebuild for unstable.
+ * Rework symbols file using pkg-kde-tools for increased robustness.
+
+ -- Benjamin Barenblat <bbaren@debian.org> Thu, 23 Jul 2020 10:53:19 -0400
+
abseil (0~20200225.2-1) experimental; urgency=medium
* Initial release. (Closes: #888705)