Codebase list rust-serde-xml-rs / 6019b5e
zstd-sys - exclude autogenerated binding files. Peter Michael Green 1 year, 10 months ago
4 changed file(s) with 4 addition(s) and 63 deletion(s). Raw diff Collapse all Expand all
44 * Update patches for new upstream and current situation in Debian (Closes: 1012851).
55 * Update copyright file.
66 * Set collapse_features = true
7 * Exclude autogenerated bindings files.
78
8 -- Peter Michael Green <plugwash@debian.org> Thu, 16 Jun 2022 11:41:44 +0000
9 -- Peter Michael Green <plugwash@debian.org> Thu, 16 Jun 2022 12:26:12 +0000
910
1011 rust-zstd-sys (1.4.15-1.1) unstable; urgency=medium
1112
2727 2020 Fabian Grünbichler <f.gruenbichler@proxmox.com>
2828 License: MIT or Apache-2.0
2929
30 Files: ./src/bindings_*.rs
31 Copyright: 2016-present Facebook Inc
32 License: BSD-3-Clause
33
3430 License: Apache-2.0
3531 Debian systems provide the Apache 2.0 license in
3632 /usr/share/common-licenses/Apache-2.0
1313
1414 Files: ./LICENSE.Mit
1515 Copyright: 2016 Alexandre Bury
16 License: UNKNOWN-LICENSE; FIXME (overlay)
17 Comment:
18 FIXME (overlay): These notices are extracted from files. Please review them
19 before uploading to the archive.
20
21 Files: ./src/bindings_zdict.rs
22 Copyright: 2016-present, Facebook, Inc. All rights reserved.
23 License: UNKNOWN-LICENSE; FIXME (overlay)
24 Comment:
25 FIXME (overlay): These notices are extracted from files. Please review them
26 before uploading to the archive.
27
28 Files: ./src/bindings_zdict_experimental.rs
29 Copyright: 2016-present, Facebook, Inc. All rights reserved.
30 License: UNKNOWN-LICENSE; FIXME (overlay)
31 Comment:
32 FIXME (overlay): These notices are extracted from files. Please review them
33 before uploading to the archive.
34
35 Files: ./src/bindings_zdict_std.rs
36 Copyright: 2016-present, Facebook, Inc. All rights reserved.
37 License: UNKNOWN-LICENSE; FIXME (overlay)
38 Comment:
39 FIXME (overlay): These notices are extracted from files. Please review them
40 before uploading to the archive.
41
42 Files: ./src/bindings_zdict_std_experimental.rs
43 Copyright: 2016-present, Facebook, Inc. All rights reserved.
44 License: UNKNOWN-LICENSE; FIXME (overlay)
45 Comment:
46 FIXME (overlay): These notices are extracted from files. Please review them
47 before uploading to the archive.
48
49 Files: ./src/bindings_zstd.rs
50 Copyright: 2016-present, Facebook, Inc. All rights reserved.
51 License: UNKNOWN-LICENSE; FIXME (overlay)
52 Comment:
53 FIXME (overlay): These notices are extracted from files. Please review them
54 before uploading to the archive.
55
56 Files: ./src/bindings_zstd_experimental.rs
57 Copyright: 2016-present, Facebook, Inc. All rights reserved.
58 License: UNKNOWN-LICENSE; FIXME (overlay)
59 Comment:
60 FIXME (overlay): These notices are extracted from files. Please review them
61 before uploading to the archive.
62
63 Files: ./src/bindings_zstd_std.rs
64 Copyright: 2016-present, Facebook, Inc. All rights reserved.
65 License: UNKNOWN-LICENSE; FIXME (overlay)
66 Comment:
67 FIXME (overlay): These notices are extracted from files. Please review them
68 before uploading to the archive.
69
70 Files: ./src/bindings_zstd_std_experimental.rs
71 Copyright: 2016-present, Facebook, Inc. All rights reserved.
7216 License: UNKNOWN-LICENSE; FIXME (overlay)
7317 Comment:
7418 FIXME (overlay): These notices are extracted from files. Please review them
11 uploaders = ["Fabian Grünbichler <f.gruenbichler@proxmox.com>"]
22 collapse_features = true
33
4 # bundled copy of libstd
5 excludes = ["zstd/**"]
4 # bundled copy of libstd, and bindings that are presumablly autogenerated from it.
5 excludes = ["zstd/**","src/bindings_*"]
66
77 [packages.lib]
88 depends = ["libzstd-dev"]