summaryrefslogtreecommitdiff
path: root/debian/libabsl20200225.lintian-overrides
Commit message (Collapse)AuthorAge
* Begin updating packaging for Abseil 20200923Gravatar Benjamin Barenblat2020-09-25
| | | | | | Bump package versions and names to reflect the new Abseil LTS. Remove patches that have been incorporated upstream, and refresh the configuration patch.
* Use more wildcards in Lintian overridesGravatar Benjamin Barenblat2020-07-24
| | | | | Make Lintian overrides robust against new shared libraries appearing by adding an additional wildcard.
* Make Lintian overrides architecture-agnosticGravatar Benjamin Barenblat2020-07-24
|
* Switch to shlibs infrastructureGravatar Benjamin Barenblat2020-07-24
| | | | | | | | | | 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
* Collapse shared libraries into a single package20200225.2-1Gravatar Benjamin Barenblat2020-06-18
ftpmaster has voiced concern about having dozens of tiny packages with ABI identifiers in their names, so combine all of them into a single binary package. Abseil now builds only two packages--libabsl20200225, which contains shared libraries, and libabsl-dev, which contains headers and archives.