-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
priority:mediumShould be done soonShould be done soonsize:sSmall — 1 to 4 hoursSmall — 1 to 4 hoursstatus:readyRefined and ready for sprint selectionRefined and ready for sprint selectiontype:featureNew functionalityNew functionality
Milestone
Description
Description
Create a .deb package so Debian/Ubuntu users can install sql-pipe via dpkg -i or from a PPA/APT repository.
Acceptance Criteria
- Generate
.debpackages for amd64 and arm64 architectures - Package includes the binary, man page, and license
- Package metadata is correct (name, version, description, maintainer, homepage)
- Installation via
dpkg -i sql-pipe_<version>_<arch>.debworks -
.debartifacts are uploaded to GitHub Releases by the CI workflow - README updated with DEB installation instructions
Notes
- Consider using
zig buildoutput +dpkg-deb --buildor a tool likenfpmto generate the package - The man page is already built as
sql-pipe.1.gzin the release workflow - Packages should follow Debian naming conventions:
sql-pipe_<version>_<arch>.deb
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority:mediumShould be done soonShould be done soonsize:sSmall — 1 to 4 hoursSmall — 1 to 4 hoursstatus:readyRefined and ready for sprint selectionRefined and ready for sprint selectiontype:featureNew functionalityNew functionality