Codebase list rust-stfu8 / fead7e9
Package and RFS rand-core-0.4. Wolfgang Silbermayr 4 years ago
5 changed file(s) with 143 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
4646 darling_core (update)
4747 stream-cipher
4848 console
49 rand_core 0.4
4950
5051 Delayed/problematic::
5152
0 rust-rand-core-0.4 (0.4.0-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package rand_core 0.4.0 from crates.io using debcargo 2.4.0
3
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Sat, 20 Jul 2019 05:30:59 +0200
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: rand_core
2 Upstream-Contact: The Rust Project Developers
3 Source: https://github.com/rust-random/rand
4
5 Files: *
6 Copyright:
7 2017-2019 The Rust Project Developers
8 2018-2019 Developers of the Rand project.
9 License: MIT or Apache-2.0
10
11 Files: debian/*
12 Copyright:
13 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
15 License: MIT or Apache-2.0
16
17 License: Apache-2.0
18 Debian systems provide the Apache 2.0 license in
19 /usr/share/common-licenses/Apache-2.0
20
21 License: MIT
22 Permission is hereby granted, free of charge, to any person obtaining a copy
23 of this software and associated documentation files (the "Software"), to deal
24 in the Software without restriction, including without limitation the rights
25 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26 copies of the Software, and to permit persons to whom the Software is
27 furnished to do so, subject to the following conditions:
28 .
29 The above copyright notice and this permission notice shall be included in all
30 copies or substantial portions of the Software.
31 .
32 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
35 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
37 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
38 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: rand_core
2 Upstream-Contact:
3 The Rand Project Developers
4 The Rust Project Developers
5 Source: https://github.com/rust-random/rand
6
7 Files: *
8 Copyright:
9 FIXME (overlay) UNKNOWN-YEARS The Rand Project Developers
10 FIXME (overlay) UNKNOWN-YEARS The Rust Project Developers
11 License: MIT or Apache-2.0
12 Comment:
13 FIXME (overlay): Since upstream copyright years are not available in
14 Cargo.toml, they were extracted from the upstream Git repository. This may not
15 be correct information so you should review and fix this before uploading to
16 the archive.
17
18 Files: ./LICENSE-MIT
19 Copyright:
20 2018 Developers of the Rand project
21 2014 The Rust Project Developers
22 License: UNKNOWN-LICENSE; FIXME (overlay)
23 Comment:
24 FIXME (overlay): These notices are extracted from files. Please review them
25 before uploading to the archive.
26
27 Files: ./src/block.rs
28 Copyright: 2018 Developers of the Rand project.
29 License: UNKNOWN-LICENSE; FIXME (overlay)
30 Comment:
31 FIXME (overlay): These notices are extracted from files. Please review them
32 before uploading to the archive.
33
34 Files: ./src/error.rs
35 Copyright: 2018 Developers of the Rand project.
36 License: UNKNOWN-LICENSE; FIXME (overlay)
37 Comment:
38 FIXME (overlay): These notices are extracted from files. Please review them
39 before uploading to the archive.
40
41 Files: ./src/impls.rs
42 Copyright: 2018 Developers of the Rand project.
43 License: UNKNOWN-LICENSE; FIXME (overlay)
44 Comment:
45 FIXME (overlay): These notices are extracted from files. Please review them
46 before uploading to the archive.
47
48 Files: ./src/le.rs
49 Copyright: 2018 Developers of the Rand project.
50 License: UNKNOWN-LICENSE; FIXME (overlay)
51 Comment:
52 FIXME (overlay): These notices are extracted from files. Please review them
53 before uploading to the archive.
54
55 Files: ./src/lib.rs
56 Copyright:
57 2018 Developers of the Rand project.
58 2017-2018 The Rust Project Developers.
59 License: UNKNOWN-LICENSE; FIXME (overlay)
60 Comment:
61 FIXME (overlay): These notices are extracted from files. Please review them
62 before uploading to the archive.
63
64 Files: debian/*
65 Copyright:
66 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
67 2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
68 License: MIT or Apache-2.0
69
70 License: Apache-2.0
71 Debian systems provide the Apache 2.0 license in
72 /usr/share/common-licenses/Apache-2.0
73
74 License: MIT
75 Permission is hereby granted, free of charge, to any person obtaining a copy
76 of this software and associated documentation files (the "Software"), to deal
77 in the Software without restriction, including without limitation the rights
78 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
79 copies of the Software, and to permit persons to whom the Software is
80 furnished to do so, subject to the following conditions:
81 .
82 The above copyright notice and this permission notice shall be included in all
83 copies or substantial portions of the Software.
84 .
85 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
86 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
87 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
88 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
89 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
90 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
91 SOFTWARE.
0 semver_suffix = true
1 overlay = "."
2 uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
3
4 # The auto-generated summary is too long.
5 summary = "Core random number generator traits and tools"