Codebase list rust-stfu8 / 71cdf7b
Update rand to 0.7.3 Wolfgang Silbermayr 3 years ago
5 changed file(s) with 13 addition(s) and 33 deletion(s). Raw diff Collapse all Expand all
0 Adds new binary package librust-rand+libc-dev
0 rust-rand (0.7.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package rand 0.7.3 from crates.io using debcargo 2.4.3
3
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Sun, 14 Jun 2020 23:28:56 +0200
5
06 rust-rand (0.7.2-1) unstable; urgency=medium
17
28 * Package rand 0.7.2 from crates.io using debcargo 2.4.0
55 Source: https://github.com/rust-random/rand
66
77 Files: *
8 Copyright: 2013-2019 The Rust Project Developers
8 Copyright: 2013-2020 The Rust Project Developers
99 License: MIT or Apache-2.0
1010
1111 Files: debian/*
1212 Copyright:
13 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
13 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
1515 License: MIT or Apache-2.0
1616
1717 License: Apache-2.0
2424 FIXME (overlay): These notices are extracted from files. Please review them
2525 before uploading to the archive.
2626
27 Files: ./benches/generators.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: ./benches/misc.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: ./benches/seq.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: ./benches/weighted.rs
49 Copyright: 2019 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
5527 Files: ./examples/monte-carlo.rs
5628 Copyright:
5729 2018 Developers of the Rand project.
336308
337309 Files: debian/*
338310 Copyright:
339 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
340 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
311 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
312 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
341313 License: MIT or Apache-2.0
342314
343315 License: Apache-2.0
00 overlay = "."
11 uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
2 excludes = ["benches/**"]
23
34 # The auto-generated summary is too long.
45 summary = "Randomness functionality, number generators"