diff options
author | Benjamin Barenblat <bbaren@google.com> | 2020-07-23 11:04:48 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2020-07-23 17:21:45 -0400 |
commit | b6e356b70dc8494c11f980c7b9c0f738f839463c (patch) | |
tree | b64ce1e13f0bf04ac1616a9fef7b9d3c5d5e3d18 /debian/control | |
parent | cc55a69b3e8f9cd52fb44bcdd8ec7aefa539e284 (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/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 86a684b0..db4d68a5 100644 --- a/debian/control +++ b/debian/control @@ -18,6 +18,7 @@ Maintainer: Benjamin Barenblat <bbaren@debian.org> Build-Depends: cmake (>= 3.5), debhelper-compat (= 12), + pkg-kde-tools, Rules-Requires-Root: no Standards-Version: 4.5.0 Section: libs |