Codebase list rust-stfu8 / eaecbcc
Package & RFS bumpalo Wolfgang Silbermayr 4 years ago
5 changed file(s) with 146 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
4747 pango (update, introduces new feature)
4848 gdk (update, introduces new feature)
4949 gtk (update, introduces new feature)
50 bumpalo
5051
5152 Delayed/problematic::
5253
0 rust-bumpalo (2.5.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package bumpalo 2.5.0 from crates.io using debcargo 2.3.0
3
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Tue, 9 Jul 2019 07:37:42 +0200
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: bumpalo
2 Upstream-Contact: Nick Fitzgerald <fitzgen@gmail.com>
3 Source: https://github.com/fitzgen/bumpalo
4
5 Files: *
6 Copyright:
7 2018-2019 Nick Fitzgerald <fitzgen@gmail.com>
8 2014-2019 Alex Crichton
9 2012-2019 The Rust Project Developers
10 License: MIT or Apache-2.0
11
12 Files: debian/*
13 Copyright:
14 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
15 2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
16 License: MIT or Apache-2.0
17
18 License: Apache-2.0
19 Debian systems provide the Apache 2.0 license in
20 /usr/share/common-licenses/Apache-2.0
21
22 License: MIT
23 Permission is hereby granted, free of charge, to any person obtaining a copy
24 of this software and associated documentation files (the "Software"), to deal
25 in the Software without restriction, including without limitation the rights
26 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
27 copies of the Software, and to permit persons to whom the Software is
28 furnished to do so, subject to the following conditions:
29 .
30 The above copyright notice and this permission notice shall be included in all
31 copies or substantial portions of the Software.
32 .
33 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
34 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
36 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
37 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
38 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
39 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: bumpalo
2 Upstream-Contact: Nick Fitzgerald <fitzgen@gmail.com>
3 Source: https://github.com/fitzgen/bumpalo
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Nick Fitzgerald <fitzgen@gmail.com>
7 License: MIT or Apache-2.0
8 Comment:
9 FIXME (overlay): Since upstream copyright years are not available in
10 Cargo.toml, they were extracted from the upstream Git repository. This may not
11 be correct information so you should review and fix this before uploading to
12 the archive.
13
14 Files: ./LICENSE-MIT
15 Copyright: 2014 Alex Crichton
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/alloc.rs
22 Copyright: 2015 The Rust Project Developers
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/collections/mod.rs
29 Copyright: 2018 The Rust Project Developers
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/collections/raw_vec.rs
36 Copyright: 2015 The Rust Project Developers
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/collections/str/lossy.rs
43 Copyright: 2012-2017 The Rust Project Developers
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/collections/str/mod.rs
50 Copyright: 2012-2014 The Rust Project Developers
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/collections/string.rs
57 Copyright: 2014 The Rust Project Developers
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/collections/vec.rs
64 Copyright: 2014 The Rust Project Developers
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: debian/*
71 Copyright:
72 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
73 2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
74 License: MIT or Apache-2.0
75
76 License: Apache-2.0
77 Debian systems provide the Apache 2.0 license in
78 /usr/share/common-licenses/Apache-2.0
79
80 License: MIT
81 Permission is hereby granted, free of charge, to any person obtaining a copy
82 of this software and associated documentation files (the "Software"), to deal
83 in the Software without restriction, including without limitation the rights
84 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
85 copies of the Software, and to permit persons to whom the Software is
86 furnished to do so, subject to the following conditions:
87 .
88 The above copyright notice and this permission notice shall be included in all
89 copies or substantial portions of the Software.
90 .
91 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
92 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
93 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
94 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
95 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
96 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
97 SOFTWARE.
0 overlay = "."
1 uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]