Multiple changes
CI / build (push) Failing after 18m0s
CI / snap (push) Has been skipped

- quirks: added quirks, that does nothing for now
- deb: install arch-independant dependencies (too much is better)
- deb: added linux-riscv crossbuild test
This commit is contained in:
2026-02-10 11:07:05 +01:00
parent 8345f51d2f
commit 97725efb34
5 changed files with 120 additions and 15 deletions
+2
View File
@@ -17,6 +17,8 @@ pub mod distro_info;
pub mod package_info;
/// Download a source package locally
pub mod pull;
/// Handle package-specific quirks and workarounds
pub mod quirks;
/// Handle context for .deb building: locally, over ssh, in a chroot...
pub mod context;