Codebase list rust-stfu8 / 0662ae1
nitrokey-sys: Fix typo in build script patch Apparently, the linking stage is not executed during package build so I did not notice the typo when preparing the package. Robin Krahl 5 years ago
2 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 rust-nitrokey-sys (3.4.3-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Fix typo in the patching updating the build.rs script.
3
4 -- Robin Krahl <robin.krahl@ireas.org> Sun, 20 Jan 2019 18:51:26 +0000
5
06 rust-nitrokey-sys (3.4.3-1) unstable; urgency=medium
17
28 * Package nitrokey-sys 3.4.3 from crates.io using debcargo 2.2.9
104104 - "hidapi"
105105 - };
106106 - println!("cargo:rustc-link-lib={}", hidapi_library_name);
107 + println!("cargo:rustc-link-lib=libnitrokey");
107 + println!("cargo:rustc-link-lib=nitrokey");
108108 }