Package: rust-smbios-lib / 0.9.2-1
Metadata
Package | Version | Patches format |
---|---|---|
rust-smbios-lib | 0.9.2-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
disable macos and windows deps.patch | (download) |
Cargo.toml |
24 12 + 12 - 0 ! |
comment out dependencies specific to windows and macos |
disable hardware dependent tests.patch | (download) |
src/file_io.rs |
1 1 + 0 - 0 ! |
disable hardware-dependent tests Some upstream tests require access to real SMBIOS tables or /dev/mem, which are not available in typical build environments. Disable these tests to make the autopkgtets pass in the test environments |
disable binary build.patch | (download) |
.cargo/config.toml |
4 2 + 2 - 0 ! |
disable building and running the bundled binary The upstream crate provides both a library (smbioslib) and a binary tool (smbiosdump). The binary requires root privileges at build/test time, which is unsuitable for the Debian build environment. Since the Debian package only ships the library, the bin section and the sudo-based runner configuration are commented out |
1