Codebase list rust-stfu8 / f830d4f
Delete obsolete syntex-* crates and explain why we shouldn't package gcc or rustfmt Ximin Luo 5 years ago
18 changed file(s) with 24 addition(s) and 819 deletion(s). Raw diff Collapse all Expand all
5858 tests/sh/cargo-tree-deb-rec <binary-crate>
5959
6060 from the ``debcargo.git`` repository.
61
62
63 Remove old libraries
64 --------------------
65
66 Should file a RM request to ftpmasters for these old crates:
67
68 - syntex-* were uploaded by mistake, only rustfmt 0.10 (obsolete version) depends on them
69 - crossbeam-utils-0.2, no longer needed
6170
6271
6372 Ready for upload (Request For Sponsor)
172181 ripgrep needs grep
173182
174183 ignore => crossbeam-channel => parking_lot (NEW)
175
176 dependencies of rustfmt
177 -----------------------
178
179 rustfmt needs syntex_syntax => syntex-errors (NEW)
180184
181185 dependencies of mdbook/exa
182186 --------------------------
00 overlay = "."
1 uploaders = ["Paride Legovini <pl@ninthfloor.org>"]
2 bin = false
3 summary = "Assist Cargo build scripts in invoking GCC (legacy crate)"
41
5 [packages.lib]
2 XXXX
63
7 description = """
8 A simple library meant to be used as a build dependency with Cargo
9 packages in order to build a set of C/C++ files into a static archive.
4 Please don't package this crate, it's obsolete.
105
11 This crate was renamed from "gcc" to "cc". This package is provided
12 to satisfy existing dependencies. New projects should depend on the
13 "cc" crate.
14 """
6 Anything depending on gcc should be patched to depend on cc instead, it
7 completely replaces it.
00 overlay = "."
1 uploaders = ["Sylvestre Ledru <sylvestre@debian.org>"]
2
3 XXXX
4
5 Please don't package this as-is.
6
7 The "rustfmt" on crates.io is deprecated and out-of-date, and uses very old
8 libraries, and hasn't been maintained in a year.
9
10 Eventually they plan to stabilise "rustfmt-nightly".
+0
-5
src/syntex-errors/debian/changelog less more
0 rust-syntex-errors (0.59.1-1) unstable; urgency=medium
1
2 * Package syntex_errors 0.59.1 from crates.io using debcargo 2.2.9
3
4 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 25 Nov 2018 23:20:15 +0100
+0
-42
src/syntex-errors/debian/copyright less more
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: syntex_errors
2 Upstream-Contact:
3 Erick Tryzelaar <erick.tryzelaar@gmail.com>
4 David Tolnay <dtolnay@gmail.com>
5 Source: https://github.com/serde-rs/syntex
6
7 Files: *
8 Copyright:
9 2014-2018 Erick Tryzelaar <erick.tryzelaar@gmail.com>
10 2014-2018 David Tolnay <dtolnay@gmail.com>
11 License: MIT or Apache-2.0
12
13 Files: debian/*
14 Copyright:
15 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
16 2018 Sylvestre Ledru <sylvestre@debian.org>
17 License: MIT or Apache-2.0
18
19 License: Apache-2.0
20 Debian systems provide the Apache 2.0 license in
21 /usr/share/common-licenses/Apache-2.0
22
23 License: MIT
24 Permission is hereby granted, free of charge, to any person obtaining a copy
25 of this software and associated documentation files (the "Software"), to deal
26 in the Software without restriction, including without limitation the rights
27 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
28 copies of the Software, and to permit persons to whom the Software is
29 furnished to do so, subject to the following conditions:
30 .
31 The above copyright notice and this permission notice shall be included in all
32 copies or substantial portions of the Software.
33 .
34 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
35 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
37 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
38 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
39 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
40 SOFTWARE.
41
+0
-109
src/syntex-errors/debian/copyright.debcargo.hint less more
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: syntex_errors
2 Upstream-Contact:
3 Erick Tryzelaar <erick.tryzelaar@gmail.com>
4 David Tolnay <dtolnay@gmail.com>
5 Source: https://github.com/serde-rs/syntex
6
7 Files: *
8 Copyright:
9 FIXME (overlay) UNKNOWN-YEARS Erick Tryzelaar <erick.tryzelaar@gmail.com>
10 FIXME (overlay) UNKNOWN-YEARS David Tolnay <dtolnay@gmail.com>
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: 2014 The Rust Project Developers
20 License: UNKNOWN-LICENSE; FIXME (overlay)
21 Comment:
22 FIXME (overlay): These notices are extracted from files. Please review them
23 before uploading to the archive.
24
25 Files: ./src/diagnostic.rs
26 Copyright: 2012-2015 The Rust Project Developers
27 License: UNKNOWN-LICENSE; FIXME (overlay)
28 Comment:
29 FIXME (overlay): These notices are extracted from files. Please review them
30 before uploading to the archive.
31
32 Files: ./src/diagnostic_builder.rs
33 Copyright: 2012-2015 The Rust Project Developers
34 License: UNKNOWN-LICENSE; FIXME (overlay)
35 Comment:
36 FIXME (overlay): These notices are extracted from files. Please review them
37 before uploading to the archive.
38
39 Files: ./src/emitter.rs
40 Copyright: 2012-2015 The Rust Project Developers
41 License: UNKNOWN-LICENSE; FIXME (overlay)
42 Comment:
43 FIXME (overlay): These notices are extracted from files. Please review them
44 before uploading to the archive.
45
46 Files: ./src/lib.rs
47 Copyright: 2012-2015 The Rust Project Developers
48 License: UNKNOWN-LICENSE; FIXME (overlay)
49 Comment:
50 FIXME (overlay): These notices are extracted from files. Please review them
51 before uploading to the archive.
52
53 Files: ./src/lock.rs
54 Copyright: 2016 The Rust Project Developers
55 License: UNKNOWN-LICENSE; FIXME (overlay)
56 Comment:
57 FIXME (overlay): These notices are extracted from files. Please review them
58 before uploading to the archive.
59
60 Files: ./src/registry.rs
61 Copyright: 2014 The Rust Project Developers
62 License: UNKNOWN-LICENSE; FIXME (overlay)
63 Comment:
64 FIXME (overlay): These notices are extracted from files. Please review them
65 before uploading to the archive.
66
67 Files: ./src/snippet.rs
68 Copyright: 2012-2015 The Rust Project Developers
69 License: UNKNOWN-LICENSE; FIXME (overlay)
70 Comment:
71 FIXME (overlay): These notices are extracted from files. Please review them
72 before uploading to the archive.
73
74 Files: ./src/styled_buffer.rs
75 Copyright: 2012-2015 The Rust Project Developers
76 License: UNKNOWN-LICENSE; FIXME (overlay)
77 Comment:
78 FIXME (overlay): These notices are extracted from files. Please review them
79 before uploading to the archive.
80
81 Files: debian/*
82 Copyright:
83 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
84 2018 Sylvestre Ledru <sylvestre@debian.org>
85 License: MIT or Apache-2.0
86
87 License: Apache-2.0
88 Debian systems provide the Apache 2.0 license in
89 /usr/share/common-licenses/Apache-2.0
90
91 License: MIT
92 Permission is hereby granted, free of charge, to any person obtaining a copy
93 of this software and associated documentation files (the "Software"), to deal
94 in the Software without restriction, including without limitation the rights
95 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
96 copies of the Software, and to permit persons to whom the Software is
97 furnished to do so, subject to the following conditions:
98 .
99 The above copyright notice and this permission notice shall be included in all
100 copies or substantial portions of the Software.
101 .
102 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
103 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
104 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
105 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
106 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
107 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
108 SOFTWARE.
+0
-2
src/syntex-errors/debian/debcargo.toml less more
0 overlay = "."
1 uploaders = ["Sylvestre Ledru <sylvestre@debian.org>"]
+0
-13
src/syntex-errors/debian/patches/relax-dep.diff less more
0 Index: syntex-errors/Cargo.toml
1 ===================================================================
2 --- syntex-errors.orig/Cargo.toml
3 +++ syntex-errors/Cargo.toml
4 @@ -33,7 +33,7 @@ version = "1.0"
5 version = "0.59"
6
7 [dependencies.term]
8 -version = "0.4"
9 +version = "0.5"
10
11 [dependencies.unicode-xid]
12 version = "0.1"
+0
-1
src/syntex-errors/debian/patches/series less more
0 relax-dep.diff
+0
-5
src/syntex-pos/debian/changelog less more
0 rust-syntex-pos (0.59.1-1) unstable; urgency=medium
1
2 * Package syntex_pos 0.59.1 from crates.io using debcargo 2.2.9
3
4 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 24 Nov 2018 10:21:35 +0100
+0
-41
src/syntex-pos/debian/copyright less more
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: syntex_pos
2 Upstream-Contact:
3 Erick Tryzelaar <erick.tryzelaar@gmail.com>
4 David Tolnay <dtolnay@gmail.com>
5 Source: https://github.com/serde-rs/syntex
6
7 Files: *
8 Copyright:
9 2014-2018 Erick Tryzelaar <erick.tryzelaar@gmail.com>
10 2014-2018 David Tolnay <dtolnay@gmail.com>
11 License: MIT or Apache-2.0
12
13 Files: debian/*
14 Copyright:
15 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
16 2018 Sylvestre Ledru <sylvestre@debian.org>
17 License: MIT or Apache-2.0
18
19 License: Apache-2.0
20 Debian systems provide the Apache 2.0 license in
21 /usr/share/common-licenses/Apache-2.0
22
23 License: MIT
24 Permission is hereby granted, free of charge, to any person obtaining a copy
25 of this software and associated documentation files (the "Software"), to deal
26 in the Software without restriction, including without limitation the rights
27 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
28 copies of the Software, and to permit persons to whom the Software is
29 furnished to do so, subject to the following conditions:
30 .
31 The above copyright notice and this permission notice shall be included in all
32 copies or substantial portions of the Software.
33 .
34 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
35 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
37 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
38 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
39 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
40 SOFTWARE.
+0
-74
src/syntex-pos/debian/copyright.debcargo.hint less more
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: syntex_pos
2 Upstream-Contact:
3 Erick Tryzelaar <erick.tryzelaar@gmail.com>
4 David Tolnay <dtolnay@gmail.com>
5 Source: https://github.com/serde-rs/syntex
6
7 Files: *
8 Copyright:
9 FIXME (overlay) UNKNOWN-YEARS Erick Tryzelaar <erick.tryzelaar@gmail.com>
10 FIXME (overlay) UNKNOWN-YEARS David Tolnay <dtolnay@gmail.com>
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: 2014 The Rust Project Developers
20 License: UNKNOWN-LICENSE; FIXME (overlay)
21 Comment:
22 FIXME (overlay): These notices are extracted from files. Please review them
23 before uploading to the archive.
24
25 Files: ./src/hygiene.rs
26 Copyright: 2012-2014 The Rust Project Developers
27 License: UNKNOWN-LICENSE; FIXME (overlay)
28 Comment:
29 FIXME (overlay): These notices are extracted from files. Please review them
30 before uploading to the archive.
31
32 Files: ./src/lib.rs
33 Copyright: 2012-2013 The Rust Project Developers
34 License: UNKNOWN-LICENSE; FIXME (overlay)
35 Comment:
36 FIXME (overlay): These notices are extracted from files. Please review them
37 before uploading to the archive.
38
39 Files: ./src/symbol.rs
40 Copyright: 2016 The Rust Project Developers
41 License: UNKNOWN-LICENSE; FIXME (overlay)
42 Comment:
43 FIXME (overlay): These notices are extracted from files. Please review them
44 before uploading to the archive.
45
46 Files: debian/*
47 Copyright:
48 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
49 2018 Sylvestre Ledru <sylvestre@debian.org>
50 License: MIT or Apache-2.0
51
52 License: Apache-2.0
53 Debian systems provide the Apache 2.0 license in
54 /usr/share/common-licenses/Apache-2.0
55
56 License: MIT
57 Permission is hereby granted, free of charge, to any person obtaining a copy
58 of this software and associated documentation files (the "Software"), to deal
59 in the Software without restriction, including without limitation the rights
60 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
61 copies of the Software, and to permit persons to whom the Software is
62 furnished to do so, subject to the following conditions:
63 .
64 The above copyright notice and this permission notice shall be included in all
65 copies or substantial portions of the Software.
66 .
67 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
68 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
69 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
70 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
71 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
72 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
73 SOFTWARE.
+0
-2
src/syntex-pos/debian/debcargo.toml less more
0 overlay = "."
1 uploaders = ["Sylvestre Ledru <sylvestre@debian.org>"]
+0
-5
src/syntex-syntax/debian/changelog less more
0 rust-syntex-syntax (0.59.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package syntex_syntax 0.59.1 from crates.io using debcargo 2.2.8
3
4 -- Sylvestre Ledru <sylvestre@debian.org> Mon, 22 Oct 2018 14:02:46 +0200
+0
-42
src/syntex-syntax/debian/copyright less more
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: syntex_syntax
2 Upstream-Contact:
3 Erick Tryzelaar <erick.tryzelaar@gmail.com>
4 David Tolnay <dtolnay@gmail.com>
5 Source: https://github.com/serde-rs/syntex
6
7 Files: *
8 Copyright:
9 2014-2018 Erick Tryzelaar <erick.tryzelaar@gmail.com>
10 2014-2018 David Tolnay <dtolnay@gmail.com>
11 License: MIT or Apache-2.0
12
13 Files: debian/*
14 Copyright:
15 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
16 2018 Sylvestre Ledru <sylvestre@debian.org>
17 License: MIT or Apache-2.0
18
19 License: Apache-2.0
20 Debian systems provide the Apache 2.0 license in
21 /usr/share/common-licenses/Apache-2.0
22
23 License: MIT
24 Permission is hereby granted, free of charge, to any person obtaining a copy
25 of this software and associated documentation files (the "Software"), to deal
26 in the Software without restriction, including without limitation the rights
27 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
28 copies of the Software, and to permit persons to whom the Software is
29 furnished to do so, subject to the following conditions:
30 .
31 The above copyright notice and this permission notice shall be included in all
32 copies or substantial portions of the Software.
33 .
34 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
35 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
37 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
38 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
39 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
40 SOFTWARE.
41
+0
-459
src/syntex-syntax/debian/copyright.debcargo.hint less more
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: syntex_syntax
2 Upstream-Contact:
3 Erick Tryzelaar <erick.tryzelaar@gmail.com>
4 David Tolnay <dtolnay@gmail.com>
5 Source: https://github.com/serde-rs/syntex
6
7 Files: *
8 Copyright:
9 FIXME (overlay) UNKNOWN-YEARS Erick Tryzelaar <erick.tryzelaar@gmail.com>
10 FIXME (overlay) UNKNOWN-YEARS David Tolnay <dtolnay@gmail.com>
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: 2014 The Rust Project Developers
20 License: UNKNOWN-LICENSE; FIXME (overlay)
21 Comment:
22 FIXME (overlay): These notices are extracted from files. Please review them
23 before uploading to the archive.
24
25 Files: ./src/abi.rs
26 Copyright: 2012-2015 The Rust Project Developers
27 License: UNKNOWN-LICENSE; FIXME (overlay)
28 Comment:
29 FIXME (overlay): These notices are extracted from files. Please review them
30 before uploading to the archive.
31
32 Files: ./src/ast.rs
33 Copyright: 2012-2014 The Rust Project Developers
34 License: UNKNOWN-LICENSE; FIXME (overlay)
35 Comment:
36 FIXME (overlay): These notices are extracted from files. Please review them
37 before uploading to the archive.
38
39 Files: ./src/attr.rs
40 Copyright: 2012-2014 The Rust Project Developers
41 License: UNKNOWN-LICENSE; FIXME (overlay)
42 Comment:
43 FIXME (overlay): These notices are extracted from files. Please review them
44 before uploading to the archive.
45
46 Files: ./src/codemap.rs
47 Copyright: 2012 The Rust Project Developers
48 License: UNKNOWN-LICENSE; FIXME (overlay)
49 Comment:
50 FIXME (overlay): These notices are extracted from files. Please review them
51 before uploading to the archive.
52
53 Files: ./src/config.rs
54 Copyright: 2012-2014 The Rust Project Developers
55 License: UNKNOWN-LICENSE; FIXME (overlay)
56 Comment:
57 FIXME (overlay): These notices are extracted from files. Please review them
58 before uploading to the archive.
59
60 Files: ./src/diagnostic_list.rs
61 Copyright: 2016 The Rust Project Developers
62 License: UNKNOWN-LICENSE; FIXME (overlay)
63 Comment:
64 FIXME (overlay): These notices are extracted from files. Please review them
65 before uploading to the archive.
66
67 Files: ./src/diagnostics/macros.rs
68 Copyright: 2014 The Rust Project Developers
69 License: UNKNOWN-LICENSE; FIXME (overlay)
70 Comment:
71 FIXME (overlay): These notices are extracted from files. Please review them
72 before uploading to the archive.
73
74 Files: ./src/diagnostics/metadata.rs
75 Copyright: 2015 The Rust Project Developers
76 License: UNKNOWN-LICENSE; FIXME (overlay)
77 Comment:
78 FIXME (overlay): These notices are extracted from files. Please review them
79 before uploading to the archive.
80
81 Files: ./src/diagnostics/plugin.rs
82 Copyright: 2014 The Rust Project Developers
83 License: UNKNOWN-LICENSE; FIXME (overlay)
84 Comment:
85 FIXME (overlay): These notices are extracted from files. Please review them
86 before uploading to the archive.
87
88 Files: ./src/entry.rs
89 Copyright: 2012-2015 The Rust Project Developers
90 License: UNKNOWN-LICENSE; FIXME (overlay)
91 Comment:
92 FIXME (overlay): These notices are extracted from files. Please review them
93 before uploading to the archive.
94
95 Files: ./src/ext/base.rs
96 Copyright: 2015 The Rust Project Developers
97 License: UNKNOWN-LICENSE; FIXME (overlay)
98 Comment:
99 FIXME (overlay): These notices are extracted from files. Please review them
100 before uploading to the archive.
101
102 Files: ./src/ext/build.rs
103 Copyright: 2012 The Rust Project Developers
104 License: UNKNOWN-LICENSE; FIXME (overlay)
105 Comment:
106 FIXME (overlay): These notices are extracted from files. Please review them
107 before uploading to the archive.
108
109 Files: ./src/ext/derive.rs
110 Copyright: 2012-2017 The Rust Project Developers
111 License: UNKNOWN-LICENSE; FIXME (overlay)
112 Comment:
113 FIXME (overlay): These notices are extracted from files. Please review them
114 before uploading to the archive.
115
116 Files: ./src/ext/expand.rs
117 Copyright: 2012-2014 The Rust Project Developers
118 License: UNKNOWN-LICENSE; FIXME (overlay)
119 Comment:
120 FIXME (overlay): These notices are extracted from files. Please review them
121 before uploading to the archive.
122
123 Files: ./src/ext/placeholders.rs
124 Copyright: 2016 The Rust Project Developers
125 License: UNKNOWN-LICENSE; FIXME (overlay)
126 Comment:
127 FIXME (overlay): These notices are extracted from files. Please review them
128 before uploading to the archive.
129
130 Files: ./src/ext/quote.rs
131 Copyright: 2015 The Rust Project Developers
132 License: UNKNOWN-LICENSE; FIXME (overlay)
133 Comment:
134 FIXME (overlay): These notices are extracted from files. Please review them
135 before uploading to the archive.
136
137 Files: ./src/ext/source_util.rs
138 Copyright: 2012-2013 The Rust Project Developers
139 License: UNKNOWN-LICENSE; FIXME (overlay)
140 Comment:
141 FIXME (overlay): These notices are extracted from files. Please review them
142 before uploading to the archive.
143
144 Files: ./src/ext/tt/macro_parser.rs
145 Copyright: 2012-2014 The Rust Project Developers
146 License: UNKNOWN-LICENSE; FIXME (overlay)
147 Comment:
148 FIXME (overlay): These notices are extracted from files. Please review them
149 before uploading to the archive.
150
151 Files: ./src/ext/tt/macro_rules.rs
152 Copyright: 2015 The Rust Project Developers
153 License: UNKNOWN-LICENSE; FIXME (overlay)
154 Comment:
155 FIXME (overlay): These notices are extracted from files. Please review them
156 before uploading to the archive.
157
158 Files: ./src/ext/tt/quoted.rs
159 Copyright: 2017 The Rust Project Developers
160 License: UNKNOWN-LICENSE; FIXME (overlay)
161 Comment:
162 FIXME (overlay): These notices are extracted from files. Please review them
163 before uploading to the archive.
164
165 Files: ./src/ext/tt/transcribe.rs
166 Copyright: 2012 The Rust Project Developers
167 License: UNKNOWN-LICENSE; FIXME (overlay)
168 Comment:
169 FIXME (overlay): These notices are extracted from files. Please review them
170 before uploading to the archive.
171
172 Files: ./src/feature_gate.rs
173 Copyright: 2013 The Rust Project Developers
174 License: UNKNOWN-LICENSE; FIXME (overlay)
175 Comment:
176 FIXME (overlay): These notices are extracted from files. Please review them
177 before uploading to the archive.
178
179 Files: ./src/fold.rs
180 Copyright: 2012-2014 The Rust Project Developers
181 License: UNKNOWN-LICENSE; FIXME (overlay)
182 Comment:
183 FIXME (overlay): These notices are extracted from files. Please review them
184 before uploading to the archive.
185
186 Files: ./src/json.rs
187 Copyright: 2012-2015 The Rust Project Developers
188 License: UNKNOWN-LICENSE; FIXME (overlay)
189 Comment:
190 FIXME (overlay): These notices are extracted from files. Please review them
191 before uploading to the archive.
192
193 Files: ./src/lib.rs
194 Copyright: 2012-2013 The Rust Project Developers
195 License: UNKNOWN-LICENSE; FIXME (overlay)
196 Comment:
197 FIXME (overlay): These notices are extracted from files. Please review them
198 before uploading to the archive.
199
200 Files: ./src/parse/attr.rs
201 Copyright: 2012 The Rust Project Developers
202 License: UNKNOWN-LICENSE; FIXME (overlay)
203 Comment:
204 FIXME (overlay): These notices are extracted from files. Please review them
205 before uploading to the archive.
206
207 Files: ./src/parse/classify.rs
208 Copyright: 2012 The Rust Project Developers
209 License: UNKNOWN-LICENSE; FIXME (overlay)
210 Comment:
211 FIXME (overlay): These notices are extracted from files. Please review them
212 before uploading to the archive.
213
214 Files: ./src/parse/common.rs
215 Copyright: 2012 The Rust Project Developers
216 License: UNKNOWN-LICENSE; FIXME (overlay)
217 Comment:
218 FIXME (overlay): These notices are extracted from files. Please review them
219 before uploading to the archive.
220
221 Files: ./src/parse/lexer/comments.rs
222 Copyright: 2012-2014 The Rust Project Developers
223 License: UNKNOWN-LICENSE; FIXME (overlay)
224 Comment:
225 FIXME (overlay): These notices are extracted from files. Please review them
226 before uploading to the archive.
227
228 Files: ./src/parse/lexer/mod.rs
229 Copyright: 2012-2013 The Rust Project Developers
230 License: UNKNOWN-LICENSE; FIXME (overlay)
231 Comment:
232 FIXME (overlay): These notices are extracted from files. Please review them
233 before uploading to the archive.
234
235 Files: ./src/parse/lexer/tokentrees.rs
236 Copyright: 2016 The Rust Project Developers
237 License: UNKNOWN-LICENSE; FIXME (overlay)
238 Comment:
239 FIXME (overlay): These notices are extracted from files. Please review them
240 before uploading to the archive.
241
242 Files: ./src/parse/lexer/unicode_chars.rs
243 Copyright: 2012-2013 The Rust Project Developers
244 License: UNKNOWN-LICENSE; FIXME (overlay)
245 Comment:
246 FIXME (overlay): These notices are extracted from files. Please review them
247 before uploading to the archive.
248
249 Files: ./src/parse/mod.rs
250 Copyright: 2012-2014 The Rust Project Developers
251 License: UNKNOWN-LICENSE; FIXME (overlay)
252 Comment:
253 FIXME (overlay): These notices are extracted from files. Please review them
254 before uploading to the archive.
255
256 Files: ./src/parse/obsolete.rs
257 Copyright: 2012-2014 The Rust Project Developers
258 License: UNKNOWN-LICENSE; FIXME (overlay)
259 Comment:
260 FIXME (overlay): These notices are extracted from files. Please review them
261 before uploading to the archive.
262
263 Files: ./src/parse/parser.rs
264 Copyright: 2012-2014 The Rust Project Developers
265 License: UNKNOWN-LICENSE; FIXME (overlay)
266 Comment:
267 FIXME (overlay): These notices are extracted from files. Please review them
268 before uploading to the archive.
269
270 Files: ./src/parse/token.rs
271 Copyright: 2012-2013 The Rust Project Developers
272 License: UNKNOWN-LICENSE; FIXME (overlay)
273 Comment:
274 FIXME (overlay): These notices are extracted from files. Please review them
275 before uploading to the archive.
276
277 Files: ./src/print/pp.rs
278 Copyright: 2012 The Rust Project Developers
279 License: UNKNOWN-LICENSE; FIXME (overlay)
280 Comment:
281 FIXME (overlay): These notices are extracted from files. Please review them
282 before uploading to the archive.
283
284 Files: ./src/print/pprust.rs
285 Copyright: 2012-2014 The Rust Project Developers
286 License: UNKNOWN-LICENSE; FIXME (overlay)
287 Comment:
288 FIXME (overlay): These notices are extracted from files. Please review them
289 before uploading to the archive.
290
291 Files: ./src/ptr.rs
292 Copyright: 2014 The Rust Project Developers
293 License: UNKNOWN-LICENSE; FIXME (overlay)
294 Comment:
295 FIXME (overlay): These notices are extracted from files. Please review them
296 before uploading to the archive.
297
298 Files: ./src/rustc_data_structures/blake2b.rs
299 Copyright: 2016 The Rust Project Developers
300 License: UNKNOWN-LICENSE; FIXME (overlay)
301 Comment:
302 FIXME (overlay): These notices are extracted from files. Please review them
303 before uploading to the archive.
304
305 Files: ./src/rustc_data_structures/indexed_vec.rs
306 Copyright: 2016 The Rust Project Developers
307 License: UNKNOWN-LICENSE; FIXME (overlay)
308 Comment:
309 FIXME (overlay): These notices are extracted from files. Please review them
310 before uploading to the archive.
311
312 Files: ./src/rustc_data_structures/leb128.rs
313 Copyright: 2012-2015 The Rust Project Developers
314 License: UNKNOWN-LICENSE; FIXME (overlay)
315 Comment:
316 FIXME (overlay): These notices are extracted from files. Please review them
317 before uploading to the archive.
318
319 Files: ./src/rustc_data_structures/stable_hasher.rs
320 Copyright: 2016 The Rust Project Developers
321 License: UNKNOWN-LICENSE; FIXME (overlay)
322 Comment:
323 FIXME (overlay): These notices are extracted from files. Please review them
324 before uploading to the archive.
325
326 Files: ./src/show_span.rs
327 Copyright: 2014 The Rust Project Developers
328 License: UNKNOWN-LICENSE; FIXME (overlay)
329 Comment:
330 FIXME (overlay): These notices are extracted from files. Please review them
331 before uploading to the archive.
332
333 Files: ./src/std_inject.rs
334 Copyright: 2012 The Rust Project Developers
335 License: UNKNOWN-LICENSE; FIXME (overlay)
336 Comment:
337 FIXME (overlay): These notices are extracted from files. Please review them
338 before uploading to the archive.
339
340 Files: ./src/str.rs
341 Copyright: 2012-2014 The Rust Project Developers
342 License: UNKNOWN-LICENSE; FIXME (overlay)
343 Comment:
344 FIXME (overlay): These notices are extracted from files. Please review them
345 before uploading to the archive.
346
347 Files: ./src/test.rs
348 Copyright: 2012-2014 The Rust Project Developers
349 License: UNKNOWN-LICENSE; FIXME (overlay)
350 Comment:
351 FIXME (overlay): These notices are extracted from files. Please review them
352 before uploading to the archive.
353
354 Files: ./src/test_snippet.rs
355 Copyright: 2016 The Rust Project Developers
356 License: UNKNOWN-LICENSE; FIXME (overlay)
357 Comment:
358 FIXME (overlay): These notices are extracted from files. Please review them
359 before uploading to the archive.
360
361 Files: ./src/tokenstream.rs
362 Copyright: 2012-2016 The Rust Project Developers
363 License: UNKNOWN-LICENSE; FIXME (overlay)
364 Comment:
365 FIXME (overlay): These notices are extracted from files. Please review them
366 before uploading to the archive.
367
368 Files: ./src/util/lev_distance.rs
369 Copyright: 2012-2014 The Rust Project Developers
370 License: UNKNOWN-LICENSE; FIXME (overlay)
371 Comment:
372 FIXME (overlay): These notices are extracted from files. Please review them
373 before uploading to the archive.
374
375 Files: ./src/util/move_map.rs
376 Copyright: 2015 The Rust Project Developers
377 License: UNKNOWN-LICENSE; FIXME (overlay)
378 Comment:
379 FIXME (overlay): These notices are extracted from files. Please review them
380 before uploading to the archive.
381
382 Files: ./src/util/node_count.rs
383 Copyright: 2015 The Rust Project Developers
384 License: UNKNOWN-LICENSE; FIXME (overlay)
385 Comment:
386 FIXME (overlay): These notices are extracted from files. Please review them
387 before uploading to the archive.
388
389 Files: ./src/util/parser.rs
390 Copyright: 2015 The Rust Project Developers
391 License: UNKNOWN-LICENSE; FIXME (overlay)
392 Comment:
393 FIXME (overlay): These notices are extracted from files. Please review them
394 before uploading to the archive.
395
396 Files: ./src/util/parser_testing.rs
397 Copyright: 2013 The Rust Project Developers
398 License: UNKNOWN-LICENSE; FIXME (overlay)
399 Comment:
400 FIXME (overlay): These notices are extracted from files. Please review them
401 before uploading to the archive.
402
403 Files: ./src/util/rc_slice.rs
404 Copyright: 2017 The Rust Project Developers
405 License: UNKNOWN-LICENSE; FIXME (overlay)
406 Comment:
407 FIXME (overlay): These notices are extracted from files. Please review them
408 before uploading to the archive.
409
410 Files: ./src/util/small_vector.rs
411 Copyright: 2013-2014 The Rust Project Developers
412 License: UNKNOWN-LICENSE; FIXME (overlay)
413 Comment:
414 FIXME (overlay): These notices are extracted from files. Please review them
415 before uploading to the archive.
416
417 Files: ./src/util/thin_vec.rs
418 Copyright: 2016 The Rust Project Developers
419 License: UNKNOWN-LICENSE; FIXME (overlay)
420 Comment:
421 FIXME (overlay): These notices are extracted from files. Please review them
422 before uploading to the archive.
423
424 Files: ./src/visit.rs
425 Copyright: 2012-2015 The Rust Project Developers
426 License: UNKNOWN-LICENSE; FIXME (overlay)
427 Comment:
428 FIXME (overlay): These notices are extracted from files. Please review them
429 before uploading to the archive.
430
431 Files: debian/*
432 Copyright:
433 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
434 2018 Sylvestre Ledru <sylvestre@debian.org>
435 License: MIT or Apache-2.0
436
437 License: Apache-2.0
438 Debian systems provide the Apache 2.0 license in
439 /usr/share/common-licenses/Apache-2.0
440
441 License: MIT
442 Permission is hereby granted, free of charge, to any person obtaining a copy
443 of this software and associated documentation files (the "Software"), to deal
444 in the Software without restriction, including without limitation the rights
445 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
446 copies of the Software, and to permit persons to whom the Software is
447 furnished to do so, subject to the following conditions:
448 .
449 The above copyright notice and this permission notice shall be included in all
450 copies or substantial portions of the Software.
451 .
452 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
453 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
454 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
455 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
456 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
457 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
458 SOFTWARE.
+0
-2
src/syntex-syntax/debian/debcargo.toml less more
0 overlay = "."
1 uploaders = ["Sylvestre Ledru <sylvestre@debian.org>"]
1212 pending-*) true;;
1313 *) if git diff --cached --name-only | \
1414 grep '^src/.*/debian/changelog$' | \
15 while read x; do echo "$x: $(head -n1 $x)"; done | \
15 while read x; do if ! [ -f "$x" ]; then continue; fi; echo "$x: $(head -n1 $x)"; done | \
1616 grep -v UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; then
1717 echo >&2 "please don't finalise changelogs directly on the master branch, use ./release.sh instead"; exit 1;
1818 fi;;