Align release tooling and re-release as -3 - #12
Merged
Conversation
sbuild --append-to-version implies --no-arch-all and only bumps the
binary version, dropping arch:all packages and breaking
${source:Version} deps (Debian #911399). Synthesize a source-version
backport changelog entry with dch instead and build normally.
Signed-off-by: Danius Kalvaitis <danius@kurokesu.com>
A packaging rebuild (-1 -> -2) renames the tarballs. gh release upload --clobber only overwrites same-named files, so the old revision's assets would linger beside the new SHA256SUMS. Clear the assets first, then re-upload. Signed-off-by: Danius Kalvaitis <danius@kurokesu.com>
GitHub flattens ~ to . on upload, so the bookworm tarball used a + stand-in (~bpo12+1 -> +bpo12+1) that reads like the inverted-sort bug and overloads +. The suite token already disambiguates per-suite builds, so the suffix is redundant in the name. The .deb keeps the real ~bpo12+1, which is what apt sorts on. Signed-off-by: Danius Kalvaitis <danius@kurokesu.com>
Signed-off-by: Danius Kalvaitis <danius@kurokesu.com>
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
~bpo12+1) from adchsource-version backport entry instead ofsbuild --append-to-version, which implies--no-arch-alland only bumps the binary version (Debian #911399).+stand-in for~is redundant. The.debkeeps~bpo12+1internally.SHA256SUMS.0.7.1+rpt20260429+krks1-3: a packaging-only rebuild (no code changes) that publishes the above with the clean asset naming.Test plan
-3assets use the clean names (…-3_<suite>_arm64.tar.gz, no+bpo12+1)..debcarries internal~bpo12+1.