- Add PATH export in debian/rules build step to ensure cargo finds rustup tools - Fix binary install path to use debian/cargo/target/release/bootc (correct cargo target dir) - Remove conflicting dh_auto_install call that was looking for wrong binary path - Add manual package structure creation (usr/share/doc/bootc directory) - Ensure rustup environment variables are set in workflow step for dpkg-buildpackage This resolves the 'rustup could not choose a version of cargo' error and the 'install: cannot stat target/release/bootc' error by properly handling the CARGO_TARGET_DIR setting and avoiding conflicting install targets. Build should now complete successfully from cargo compilation through package creation and upload to Forgejo Debian Package Registry. |
||
|---|---|---|
| .. | ||
| changelog | ||
| control | ||
| copyright | ||
| rules | ||