Rename Debian package from halpi2-rust-daemon to halpid#93
Merged
Conversation
2 tasks
c1d0d40 to
522e115
Compare
The Rust daemon now publishes as `halpid`, allowing seamless upgrade from the Python daemon (4.0.7) via `apt upgrade`. The package declares Conflicts/Replaces/Provides: halpi2-rust-daemon for users who already installed the old Rust package. Also fix lintian compliance: strip release binaries, remove empty Depends field, and add lintian overrides for static-binary warnings and other findings that are by-design for a musl-static deployment. Version bumped to 5.0.1 to distinguish from the 5.0.0 release published under the old package name. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fix ./run command references to use dash-style names matching the actual script, and update project description to reflect that this is now the primary daemon (not a reimplementation). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
522e115 to
3f28c48
Compare
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.
Summary
halpi2-rust-daemontohalpidso thatapt upgradeseamlessly replaces the Python daemon (4.0.7) with the Rust daemon (5.0.0)Conflicts/Replaces/Provides: halpi2-rust-daemonfor users who already installed the old Rust package./runcommand names and project descriptionVerified on device
halpid_5.0.0-1_arm64.deband installed on halos.local over Python halpid 4.0.7halpi status,halpi version,halpi config,halpi usball workingTest plan
halpid_5.0.0-X_arm64.deb(nothalpi2-rust-daemon)apt update && apt policy halpidshows 5.0.0🤖 Generated with Claude Code