Fix package metadata and build dependencies for Debian Trixie
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test bootc Package (push) Failing after 2m43s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 0s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 1m2s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped

- Update debian/changelog: 1.5.1-1~noble1 → 1.5.1-1~trixie1
- Change distribution from noble-backports to trixie
- Add missing build dependencies: libfuse3-dev, libsoup-3.0-dev, etc.
- Update install.sh and README.md to reflect Trixie version
- Fix repository URLs to use particle-os instead of robojerk
- Ensure all required packages are available for successful build
This commit is contained in:
robojerk 2025-08-14 13:06:25 -07:00
parent 6dd88876c9
commit 71d57fc924
4 changed files with 20 additions and 17 deletions

View file

@ -53,7 +53,7 @@ check_libostree() {
find_deb_file() {
log_info "Looking for bootc .deb file..."
DEB_FILE=$(find . -name "bootc_1.5.1-1~noble1_*.deb" | head -n 1)
DEB_FILE=$(find . -name "bootc_1.5.1-1~trixie1_*.deb" | head -n 1)
if [ -z "$DEB_FILE" ]; then
log_error "No bootc .deb file found. Please run ./build.sh first."