mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[PR #579] [MERGED] Properly update version of Debian package #608
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#608
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jpochyla/psst/pull/579
Author: @Self-Perfection
Created: 1/13/2025
Status: ✅ Merged
Merged: 1/30/2025
Merged by: @jacksongoode
Base:
main← Head:update_deb_version📝 Commits (1)
dd7e495Properly update version of Debian package📊 Changes
2 files changed (+11 additions, -10 deletions)
View changed files
📝
.github/workflows/build.yml(+8 -7)📝
.pkg/DEBIAN/control(+3 -3)📄 Description
Include branch name in Debian package version
Sanitize branch name by Debian version policy:
https://www.debian.org/doc/debian-policy/ch-controlfields.html#version
This scratches my itch. Before this change all Debian packages were built with version 0.1.0. That prevented simple upgrades from package manager, as it refused to replace existing installation with the same version.
With this change packages built from main branch will have version like
0.1.0+r571-0🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.