Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(linux): work around Lintian errors #12815

Merged
merged 3 commits into from
Dec 11, 2024

Conversation

ermshiperete
Copy link
Contributor

We only use a C API in Core, so we can safely ignore all C++ symbols that show up in the symbols file. Those come from std template instantiations.

Also update AppStream metadata.

Fixes: #12051

@keymanapp-test-bot skip

@keymanapp-test-bot
Copy link

keymanapp-test-bot bot commented Dec 9, 2024

@keymanapp-test-bot keymanapp-test-bot bot added this to the A18S17 milestone Dec 9, 2024
@ermshiperete ermshiperete force-pushed the fix/linux/12051_LintianErrors branch 2 times, most recently from 75416fe to e811ad2 Compare December 9, 2024 20:03
We only use a C API, so we can safely ignore all C++ symbols that show up
in the symbols file. Those come from std template instantiations.

Fixes: #12051
Copy link
Contributor

@darcywong00 darcywong00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@ermshiperete ermshiperete merged commit ca84230 into master Dec 11, 2024
8 checks passed
@ermshiperete ermshiperete deleted the fix/linux/12051_LintianErrors branch December 11, 2024 09:22
@keyman-server
Copy link
Collaborator

Changes in this pull request will be available for download in Keyman version 18.0.158-alpha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

bug(linux): fix Lintian errors
4 participants