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 🍒 🏠 #12817

Merged
merged 4 commits into from
Dec 11, 2024

Conversation

ermshiperete
Copy link
Contributor

@ermshiperete ermshiperete commented Dec 10, 2024

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.

Also update AppStream metadata and change SIL International to SIL Global.

Additionally update the changelog file with the recent changes. Note that this uses a bogus version number that is smaller than the current release. This is because as part of the packaging process we set the version number. This only works if existing entries have a lower version number. Because the top entry has the status UNRELEASED it will be merged with the new entry.

Fixes: #12051
Cherry-pick: #12815

@keymanapp-test-bot skip

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
@keymanapp-test-bot
Copy link

keymanapp-test-bot bot commented Dec 10, 2024

@keymanapp-test-bot keymanapp-test-bot bot changed the title fix(linux): work around Lintian errors 🍒 fix(linux): work around Lintian errors 🍒 🏠 Dec 10, 2024
@keymanapp-test-bot keymanapp-test-bot bot added this to the A18S17 milestone Dec 10, 2024
@github-actions github-actions bot added linux/ linux/config/ linux/engine/ cherry-pick Change already merged into another (stable) branch fix labels Dec 10, 2024
@ermshiperete ermshiperete marked this pull request as draft December 10, 2024 17:55
@ermshiperete ermshiperete force-pushed the fix/linux/cherry-pick/12051_LintianErrors branch from c71ff9e to d67589d Compare December 10, 2024 17:58
@ermshiperete ermshiperete marked this pull request as ready for review December 10, 2024 17:59
@ermshiperete
Copy link
Contributor Author

We can ignore the failing API Verification - it fails because changing the .symbols file is part of the fix. This didn't really change the API, just the pattern that matches the C++ symbols to ignore, so we should ignore the check failure.

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 4ce7ee8 into stable-17.0 Dec 11, 2024
7 of 8 checks passed
@ermshiperete ermshiperete deleted the fix/linux/cherry-pick/12051_LintianErrors branch December 11, 2024 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick Change already merged into another (stable) branch fix linux/config/ linux/engine/ linux/ stable
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants