fix(apt-package): add libicu76 dependency to support Debian 13#25866
Merged
TravisEz13 merged 1 commit intoPowerShell:masterfrom Sep 10, 2025
Merged
fix(apt-package): add libicu76 dependency to support Debian 13#25866TravisEz13 merged 1 commit intoPowerShell:masterfrom
TravisEz13 merged 1 commit intoPowerShell:masterfrom
Conversation
- Debian 13 only has libicu76 in the trixie repository - PR adds libicu76 as a valid dependency for the `.deb` - Fixes PowerShell#25865
Contributor
Author
|
I've just checked the Ubuntu apt repository, and |
jsf9k
approved these changes
Aug 20, 2025
jsf9k
left a comment
There was a problem hiding this comment.
I am seeing the exact same issue (#25865) when attempting to build an Amazon AMI for Trixie in cisagov/teamserver-packer#107 and cisagov/egress-assess-packer#53.
TravisEz13
approved these changes
Aug 29, 2025
Member
|
/azp run PowerShell-CI-linux-packaging, PowerShell-Windows-Packaging-CI |
|
Azure Pipelines successfully started running 2 pipeline(s). |
5 tasks
Member
|
Mark as 7.5-consider and 7.4-consider, because .NET changed the supported OS for .NET 8 and .NET 9 to include Debian 13 in the matrix. https://github.com/dotnet/core/blob/main/release-notes/8.0/supported-os.md#linux |
SIRMARGIN
pushed a commit
to SIRMARGIN/PowerShell
that referenced
this pull request
Dec 12, 2025
daxian-dbw
pushed a commit
to daxian-dbw/PowerShell
that referenced
this pull request
Feb 12, 2026
9 tasks
TravisEz13
pushed a commit
to TravisEz13/PowerShell
that referenced
this pull request
Feb 20, 2026
9 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Summary
PR adds libicu76 as a valid dependency for the
.deband fixes #25865.PR Context
.debto installpwshon Debian 13. However you can use the binary just fine.libicu76in the trixie repo..deblocally using .NET 10 prior to making the change and got the error specified in Unable to install 7.5.4 on Debian 13 (Trixie) due to unmet dependency on libicu[74|72|70|69|68|67|66|65|63|60|57|55|52] #25865; then once the change was made, rebuilt the.deband got a working install.PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright header