Codebase list rust-bzip2 / aad56e4
nitrokey-sys: Exclude cc dependency The patch 0001-Update-build.rs-for-shared-library.patch removes the cc dependency from the code. This commit modifies the debcargo.toml file to exclude the cc dependency. Robin Krahl 5 years ago
2 changed file(s) with 9 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 rust-nitrokey-sys (3.4.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Team upload.
3 * Exclude cc dependency.
4
5 [ Wolfgang Silbermayr ]
26 * Package nitrokey-sys 3.4.1 from crates.io using debcargo 2.2.9
37
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Thu, 13 Dec 2018 16:33:09 +0100
8 -- Robin Krahl <robin.krahl@ireas.org> Thu, 13 Dec 2018 17:46:45 +0000
55 # The auto-generated summary is too long.
66 summary = "Low-level bindings to libnitrokey"
77
8 [source]
9 # The cc dependency is removed by 0001-Update-build.rs-for-shared-library.patch
10 build_depends_excludes = ["cc"]
11
812 [packages.lib]
913 depends = ["libnitrokey-dev","libhidapi-dev"]