From c52743b948f3e558d4436a8773f15af6b9f33b5e Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Fri, 24 Jul 2020 09:40:49 -0400 Subject: Switch to shlibs infrastructure Remove the symbols file and replace it with an shlibs file. Since Abseil is almost certain to break ABI with every release, maintaining fine-grained symbol histories is not terribly useful anyway; furthermore, since Abseil is a C++ library, maintaining a symbols file is a lot of work. Bug: https://bugs.debian.org/966183 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index db765118..c6c94e3c 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow reproducible=+fixfilepath %: - dh $@ --with pkgkde_symbolshelper + dh $@ override_dh_auto_clean: $(RM) -r $(CURDIR)/static -- cgit v1.2.3