Package: rust-tss-esapi-sys / 0.5.0-4

Metadata

Package Version Patches format
rust-tss-esapi-sys 0.5.0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
generate bindings if needed.diff | (download)

Cargo.toml | 3 1 + 2 - 0 !
build.rs | 10 7 + 3 - 0 !
2 files changed, 8 insertions(+), 5 deletions(-)

 generate bindings if needed.
 if pre-generated bindings are not available on the current architecture,
 generate them rather than failing the build.
 
 This does mean unconditionally depending on bindgen for the build script
 which will slow down builds a bit, but I think that is an acceptable
 tradeoff for Debian.
relax deps.diff | (download)

Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---