Improve Debian packages#6085
Merged
Merged
Conversation
Member
|
deb package alows scripts to be embeded, that run on instalation. in this case you likely have to create the deb package with original debian tooling. or add a new feat to nfpm ... did not look into nfpm through |
Member
|
don't judge my old code 😅 ... but i did manual packing: https://code.obermui.de/6543/remaster/src/commit/73d1c97f3a90a0567f7edc002232bea01a2c4f1b/autogen.sh#L74 |
lafriks
approved these changes
Feb 17, 2026
Member
|
followup -> #6309 |
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.
close #6079
Does somebody of you has experience with those packaging? Main question is: How can a new user and group (
woodpecker) be created on installation?I found https://wiki.debian.org/AccountHandlingInMaintainerScripts but it does not say anything about the groups… And also it's deb-specific and likely wouldn't work with rpm.
Also found goreleaser/nfpm#419 but it's not clear to me…