- 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
- Remove unnecessary Rust compilation steps (not needed for Debian packaging)
- Change container from rust:trixie to debian:trixie
- Streamline workflow to go directly to Debian package build
- Keep dh-cargo for proper Debian packaging
- Fix workflow to match bootc-deb repository structure
- Replace multiple workflow files with single consolidated ci.yml
- Fix container image from debian:latest to debian:trixie
- Add apt-cacher-ng support for faster builds
- Include comprehensive CI pipeline: build, security, validation
- Add proper secrets handling with ACCESS_TOKEN
- Target Debian Trixie distribution
- Remove old Ubuntu Noble references
- Improve build reliability and artifact collection