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

@ -59,6 +59,9 @@ jobs:
libcurl4-gnutls-dev libsystemd-dev libmount-dev \
libselinux1-dev libsepol-dev libarchive-dev \
libgpgme-dev libavahi-client-dev libavahi-common-dev \
libfuse3-dev libsoup-3.0-dev gobject-introspection \
gtk-doc-tools docbook-xml docbook-xsl xsltproc gjs \
libglib2.0-doc \
libffi-dev libpcre2-dev libxml2-dev zlib1g-dev \
liblz4-dev liblzma-dev nettle-dev libgmp-dev \
libicu-dev libpython3-dev python3-dev \
@ -67,7 +70,7 @@ jobs:
- name: Checkout code
run: |
# Clone the repository manually
git clone https://git.raines.xyz/robojerk/bootc-deb.git /tmp/bootc-deb
git clone https://git.raines.xyz/particle-os/bootc-deb.git /tmp/bootc-deb
cp -r /tmp/bootc-deb/* .
cp -r /tmp/bootc-deb/.* . 2>/dev/null || true
@ -493,7 +496,7 @@ jobs:
- name: Checkout code
run: |
git clone https://git.raines.xyz/robojerk/bootc-deb.git /tmp/bootc-deb
git clone https://git.raines.xyz/particle-os/bootc-deb.git /tmp/bootc-deb
cp -r /tmp/bootc-deb/* .
cp -r /tmp/bootc-deb/.* . 2>/dev/null || true
@ -540,7 +543,7 @@ jobs:
- name: Checkout code
run: |
git clone https://git.raines.xyz/robojerk/bootc-deb.git /tmp/bootc-deb
git clone https://git.raines.xyz/particle-os/bootc-deb.git /tmp/bootc-deb
cp -r /tmp/bootc-deb/* .
cp -r /tmp/bootc-deb/.* . 2>/dev/null || true
@ -599,7 +602,7 @@ jobs:
- name: Checkout code
run: |
git clone https://git.raines.xyz/robojerk/bootc-deb.git /tmp/bootc-deb
git clone https://git.raines.xyz/particle-os/bootc-deb.git /tmp/bootc-deb
cp -r /tmp/bootc-deb/* .
cp -r /tmp/bootc-deb/.* . 2>/dev/null || true