diff options
author | Benjamin Barenblat <bbaren@google.com> | 2020-07-24 09:40:49 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2020-07-24 09:40:49 -0400 |
commit | c52743b948f3e558d4436a8773f15af6b9f33b5e (patch) | |
tree | d5dabadcca4775f2d9a6c193e5d65845f7815f75 /debian/control | |
parent | 393cf44417dab72c06c18b3569c7bf8b9a01607f (diff) |
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
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/control b/debian/control index db4d68a5..86a684b0 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,6 @@ 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 |