Description
Update halos-marine-containers to add +trixie+main suffix to all generated packages.
Implementation Details
- Modify
tools/build-all.sh or package generation workflow
- Each package:
${PACKAGE}_${VERSION}_all.deb → ${PACKAGE}_${VERSION}_all+trixie+main.deb
- Handle multiple packages (signalk, grafana, influxdb, opencpn, avnav)
Test Scenarios
- Build all packages
- Verify all have
+trixie+main suffix
- Upload to release
- Verify routing to
trixie-stable/main/
Acceptance Criteria
Dependencies
Implementation Requirements
MANDATORY: Follow halos-distro/docs/DEVELOPMENT_WORKFLOW.md during implementation.
Related to #28
Description
Update halos-marine-containers to add
+trixie+mainsuffix to all generated packages.Implementation Details
tools/build-all.shor package generation workflow${PACKAGE}_${VERSION}_all.deb→${PACKAGE}_${VERSION}_all+trixie+main.debTest Scenarios
+trixie+mainsuffixtrixie-stable/main/Acceptance Criteria
Dependencies
Implementation Requirements
MANDATORY: Follow
halos-distro/docs/DEVELOPMENT_WORKFLOW.mdduring implementation.Related to #28