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/rules | |
parent | cc55a69b3e8f9cd52fb44bcdd8ec7aefa539e284 (diff) | |
download | abseil-b6e356b70dc8494c11f980c7b9c0f738f839463c.tar.gz abseil-b6e356b70dc8494c11f980c7b9c0f738f839463c.tar.bz2 abseil-b6e356b70dc8494c11f980c7b9c0f738f839463c.zip |
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/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index c6c94e3c..db765118 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow reproducible=+fixfilepath %: - dh $@ + dh $@ --with pkgkde_symbolshelper override_dh_auto_clean: $(RM) -r $(CURDIR)/static |