Add linux/debian/README.md: packaging overview and headless service#3799
Open
mcfnord wants to merge 1 commit into
Open
Add linux/debian/README.md: packaging overview and headless service#3799mcfnord wants to merge 1 commit into
mcfnord wants to merge 1 commit into
Conversation
Co-Authored-By: Claude Fable 5 <[email protected]>
pljones
reviewed
Jul 18, 2026
| `linux/deploy_deb.sh` (run from the repository root) uses this directory to build two packages with `debuild`: | ||
|
|
||
| - **jamulus** — the desktop client/server (built with `CONFIG+=noupcasename`). | ||
| - **jamulus-headless** — a server-only binary (`CONFIG+=headless serveronly`) with no GUI library dependencies, plus a systemd service. |
Collaborator
There was a problem hiding this comment.
noupcasename missing here?
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.
Requested by @ann0see in #3790 (comment) ("Add a README.md to linux/debian explaining this then").
One new file. Explains what
deploy_deb.shbuilds from this directory (the two packages and their qmake configs), notes thatchangelogis generated at build time, and documentsjamulus-headless.service: what it runs, as which user, and where to configure it — linking to the server options page on jamulus.io rather than duplicating it.CHANGELOG: SKIP
🤖 Generated with Claude Code