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 file
Patch File delta Description
disable macos and windows deps.patch | (download)

Cargo.toml | 24 12 + 12 - 0 !
1 file changed, 12 insertions(+), 12 deletions(-)

 comment out dependencies specific to windows and macos
disable hardware dependent tests.patch | (download)

src/file_io.rs | 1 1 + 0 - 0 !
src/unix/platform.rs | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 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 !
Cargo.toml | 6 3 + 3 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

 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