Current Arch maintenance fixes - #4
Closed
Wyndar wants to merge 8 commits into
Closed
Conversation
If no command is specified, fakeroot will default to using whatever login shell the user has. In my case, this is nushell, which breaks the heredoc script piped into fakeroot.
Use bash explicitly inside fakeroot
Document missing runtime dependencies
Handle quoted case selector in postinst parsing
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.
Consolidates validated fixes for current Arch Linux while preserving contributor authorship where possible.
Merged into this branch:
case "$1" inin postinst parsingAudited but intentionally not imported:
Confirmed current blockers recorded as patches pending direct source application/testing:
patches/0001-fix-pkgfile-26-cache-detection.patchfixes the pkgfile 26<repo>.filescache layoutpatches/0002-use-ubuntu-meta-release.patchreplaces brittle packages.ubuntu.com HTML scraping with Ubuntu's machine-readable stable-release metadataThe dependency/version translator problem exposed by the ChatGPT .deb conversion is still under investigation and should be fixed rather than hidden with
--wipeout.Do not merge to master until the two maintenance patches are applied to
debtapand tested on current Arch.