From f830d4fb0d5e4488fe48ee7f6f99828c96a58f76 Mon Sep 17 00:00:00 2001 From: Ximin Luo Date: Fri, 7 Dec 2018 20:29:30 -0800 Subject: [PATCH] Delete obsolete syntex-* crates and explain why we shouldn't package gcc or rustfmt --- TODO.rst | 14 +- src/gcc/debian/debcargo.toml | 15 +- src/rustfmt/debian/debcargo.toml | 10 + src/syntex-errors/debian/changelog | 5 - src/syntex-errors/debian/copyright | 42 -- .../debian/copyright.debcargo.hint | 109 ----- src/syntex-errors/debian/debcargo.toml | 2 - .../debian/patches/relax-dep.diff | 13 - src/syntex-errors/debian/patches/series | 1 - src/syntex-pos/debian/changelog | 5 - src/syntex-pos/debian/copyright | 41 -- src/syntex-pos/debian/copyright.debcargo.hint | 74 --- src/syntex-pos/debian/debcargo.toml | 2 - src/syntex-syntax/debian/changelog | 5 - src/syntex-syntax/debian/copyright | 42 -- .../debian/copyright.debcargo.hint | 459 ------------------ src/syntex-syntax/debian/debcargo.toml | 2 - vars.sh.frag | 2 +- 18 files changed, 24 insertions(+), 819 deletions(-) delete mode 100644 src/syntex-errors/debian/changelog delete mode 100644 src/syntex-errors/debian/copyright delete mode 100644 src/syntex-errors/debian/copyright.debcargo.hint delete mode 100644 src/syntex-errors/debian/debcargo.toml delete mode 100644 src/syntex-errors/debian/patches/relax-dep.diff delete mode 100644 src/syntex-errors/debian/patches/series delete mode 100644 src/syntex-pos/debian/changelog delete mode 100644 src/syntex-pos/debian/copyright delete mode 100644 src/syntex-pos/debian/copyright.debcargo.hint delete mode 100644 src/syntex-pos/debian/debcargo.toml delete mode 100644 src/syntex-syntax/debian/changelog delete mode 100644 src/syntex-syntax/debian/copyright delete mode 100644 src/syntex-syntax/debian/copyright.debcargo.hint delete mode 100644 src/syntex-syntax/debian/debcargo.toml diff --git a/TODO.rst b/TODO.rst index 82c8e1288..792ec4f7a 100644 --- a/TODO.rst +++ b/TODO.rst @@ -61,6 +61,15 @@ The lists below are calculated using some combinations of running:: from the ``debcargo.git`` repository. +Remove old libraries +-------------------- + +Should file a RM request to ftpmasters for these old crates: + +- syntex-* were uploaded by mistake, only rustfmt 0.10 (obsolete version) depends on them +- crossbeam-utils-0.2, no longer needed + + Ready for upload (Request For Sponsor) -------------------------------------- @@ -174,11 +183,6 @@ ripgrep needs grep ignore => crossbeam-channel => parking_lot (NEW) -dependencies of rustfmt ------------------------ - -rustfmt needs syntex_syntax => syntex-errors (NEW) - dependencies of mdbook/exa -------------------------- diff --git a/src/gcc/debian/debcargo.toml b/src/gcc/debian/debcargo.toml index 7e2449db9..a99853e0a 100644 --- a/src/gcc/debian/debcargo.toml +++ b/src/gcc/debian/debcargo.toml @@ -1,15 +1,8 @@ overlay = "." -uploaders = ["Paride Legovini "] -bin = false -summary = "Assist Cargo build scripts in invoking GCC (legacy crate)" -[packages.lib] +XXXX -description = """ -A simple library meant to be used as a build dependency with Cargo -packages in order to build a set of C/C++ files into a static archive. +Please don't package this crate, it's obsolete. -This crate was renamed from "gcc" to "cc". This package is provided -to satisfy existing dependencies. New projects should depend on the -"cc" crate. -""" +Anything depending on gcc should be patched to depend on cc instead, it +completely replaces it. diff --git a/src/rustfmt/debian/debcargo.toml b/src/rustfmt/debian/debcargo.toml index 62cc3f7b9..f983347e9 100644 --- a/src/rustfmt/debian/debcargo.toml +++ b/src/rustfmt/debian/debcargo.toml @@ -1 +1,11 @@ overlay = "." +uploaders = ["Sylvestre Ledru "] + +XXXX + +Please don't package this as-is. + +The "rustfmt" on crates.io is deprecated and out-of-date, and uses very old +libraries, and hasn't been maintained in a year. + +Eventually they plan to stabilise "rustfmt-nightly". diff --git a/src/syntex-errors/debian/changelog b/src/syntex-errors/debian/changelog deleted file mode 100644 index bbbec08ea..000000000 --- a/src/syntex-errors/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -rust-syntex-errors (0.59.1-1) unstable; urgency=medium - - * Package syntex_errors 0.59.1 from crates.io using debcargo 2.2.9 - - -- Sylvestre Ledru Sun, 25 Nov 2018 23:20:15 +0100 diff --git a/src/syntex-errors/debian/copyright b/src/syntex-errors/debian/copyright deleted file mode 100644 index 5d1933ed9..000000000 --- a/src/syntex-errors/debian/copyright +++ /dev/null @@ -1,42 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: syntex_errors -Upstream-Contact: - Erick Tryzelaar - David Tolnay -Source: https://github.com/serde-rs/syntex - -Files: * -Copyright: - 2014-2018 Erick Tryzelaar - 2014-2018 David Tolnay -License: MIT or Apache-2.0 - -Files: debian/* -Copyright: - 2018 Debian Rust Maintainers - 2018 Sylvestre Ledru -License: MIT or Apache-2.0 - -License: Apache-2.0 - Debian systems provide the Apache 2.0 license in - /usr/share/common-licenses/Apache-2.0 - -License: MIT - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - . - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - . - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE. - diff --git a/src/syntex-errors/debian/copyright.debcargo.hint b/src/syntex-errors/debian/copyright.debcargo.hint deleted file mode 100644 index c9a104805..000000000 --- a/src/syntex-errors/debian/copyright.debcargo.hint +++ /dev/null @@ -1,109 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: syntex_errors -Upstream-Contact: - Erick Tryzelaar - David Tolnay -Source: https://github.com/serde-rs/syntex - -Files: * -Copyright: - FIXME (overlay) UNKNOWN-YEARS Erick Tryzelaar - FIXME (overlay) UNKNOWN-YEARS David Tolnay -License: MIT or Apache-2.0 -Comment: - FIXME (overlay): Since upstream copyright years are not available in - Cargo.toml, they were extracted from the upstream Git repository. This may not - be correct information so you should review and fix this before uploading to - the archive. - -Files: ./LICENSE-MIT -Copyright: 2014 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/diagnostic.rs -Copyright: 2012-2015 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/diagnostic_builder.rs -Copyright: 2012-2015 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/emitter.rs -Copyright: 2012-2015 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/lib.rs -Copyright: 2012-2015 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/lock.rs -Copyright: 2016 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/registry.rs -Copyright: 2014 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/snippet.rs -Copyright: 2012-2015 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/styled_buffer.rs -Copyright: 2012-2015 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: debian/* -Copyright: - 2018 Debian Rust Maintainers - 2018 Sylvestre Ledru -License: MIT or Apache-2.0 - -License: Apache-2.0 - Debian systems provide the Apache 2.0 license in - /usr/share/common-licenses/Apache-2.0 - -License: MIT - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - . - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - . - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE. diff --git a/src/syntex-errors/debian/debcargo.toml b/src/syntex-errors/debian/debcargo.toml deleted file mode 100644 index d4f56dad9..000000000 --- a/src/syntex-errors/debian/debcargo.toml +++ /dev/null @@ -1,2 +0,0 @@ -overlay = "." -uploaders = ["Sylvestre Ledru "] diff --git a/src/syntex-errors/debian/patches/relax-dep.diff b/src/syntex-errors/debian/patches/relax-dep.diff deleted file mode 100644 index 691d03e2f..000000000 --- a/src/syntex-errors/debian/patches/relax-dep.diff +++ /dev/null @@ -1,13 +0,0 @@ -Index: syntex-errors/Cargo.toml -=================================================================== ---- syntex-errors.orig/Cargo.toml -+++ syntex-errors/Cargo.toml -@@ -33,7 +33,7 @@ version = "1.0" - version = "0.59" - - [dependencies.term] --version = "0.4" -+version = "0.5" - - [dependencies.unicode-xid] - version = "0.1" diff --git a/src/syntex-errors/debian/patches/series b/src/syntex-errors/debian/patches/series deleted file mode 100644 index 75abb7f14..000000000 --- a/src/syntex-errors/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -relax-dep.diff diff --git a/src/syntex-pos/debian/changelog b/src/syntex-pos/debian/changelog deleted file mode 100644 index 63114235f..000000000 --- a/src/syntex-pos/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -rust-syntex-pos (0.59.1-1) unstable; urgency=medium - - * Package syntex_pos 0.59.1 from crates.io using debcargo 2.2.9 - - -- Sylvestre Ledru Sat, 24 Nov 2018 10:21:35 +0100 diff --git a/src/syntex-pos/debian/copyright b/src/syntex-pos/debian/copyright deleted file mode 100644 index bf106653c..000000000 --- a/src/syntex-pos/debian/copyright +++ /dev/null @@ -1,41 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: syntex_pos -Upstream-Contact: - Erick Tryzelaar - David Tolnay -Source: https://github.com/serde-rs/syntex - -Files: * -Copyright: - 2014-2018 Erick Tryzelaar - 2014-2018 David Tolnay -License: MIT or Apache-2.0 - -Files: debian/* -Copyright: - 2018 Debian Rust Maintainers - 2018 Sylvestre Ledru -License: MIT or Apache-2.0 - -License: Apache-2.0 - Debian systems provide the Apache 2.0 license in - /usr/share/common-licenses/Apache-2.0 - -License: MIT - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - . - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - . - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE. diff --git a/src/syntex-pos/debian/copyright.debcargo.hint b/src/syntex-pos/debian/copyright.debcargo.hint deleted file mode 100644 index 9f34f352e..000000000 --- a/src/syntex-pos/debian/copyright.debcargo.hint +++ /dev/null @@ -1,74 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: syntex_pos -Upstream-Contact: - Erick Tryzelaar - David Tolnay -Source: https://github.com/serde-rs/syntex - -Files: * -Copyright: - FIXME (overlay) UNKNOWN-YEARS Erick Tryzelaar - FIXME (overlay) UNKNOWN-YEARS David Tolnay -License: MIT or Apache-2.0 -Comment: - FIXME (overlay): Since upstream copyright years are not available in - Cargo.toml, they were extracted from the upstream Git repository. This may not - be correct information so you should review and fix this before uploading to - the archive. - -Files: ./LICENSE-MIT -Copyright: 2014 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/hygiene.rs -Copyright: 2012-2014 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/lib.rs -Copyright: 2012-2013 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/symbol.rs -Copyright: 2016 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: debian/* -Copyright: - 2018 Debian Rust Maintainers - 2018 Sylvestre Ledru -License: MIT or Apache-2.0 - -License: Apache-2.0 - Debian systems provide the Apache 2.0 license in - /usr/share/common-licenses/Apache-2.0 - -License: MIT - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - . - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - . - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE. diff --git a/src/syntex-pos/debian/debcargo.toml b/src/syntex-pos/debian/debcargo.toml deleted file mode 100644 index d4f56dad9..000000000 --- a/src/syntex-pos/debian/debcargo.toml +++ /dev/null @@ -1,2 +0,0 @@ -overlay = "." -uploaders = ["Sylvestre Ledru "] diff --git a/src/syntex-syntax/debian/changelog b/src/syntex-syntax/debian/changelog deleted file mode 100644 index 354a03c34..000000000 --- a/src/syntex-syntax/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -rust-syntex-syntax (0.59.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium - - * Package syntex_syntax 0.59.1 from crates.io using debcargo 2.2.8 - - -- Sylvestre Ledru Mon, 22 Oct 2018 14:02:46 +0200 diff --git a/src/syntex-syntax/debian/copyright b/src/syntex-syntax/debian/copyright deleted file mode 100644 index 4bea44c84..000000000 --- a/src/syntex-syntax/debian/copyright +++ /dev/null @@ -1,42 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: syntex_syntax -Upstream-Contact: - Erick Tryzelaar - David Tolnay -Source: https://github.com/serde-rs/syntex - -Files: * -Copyright: - 2014-2018 Erick Tryzelaar - 2014-2018 David Tolnay -License: MIT or Apache-2.0 - -Files: debian/* -Copyright: - 2018 Debian Rust Maintainers - 2018 Sylvestre Ledru -License: MIT or Apache-2.0 - -License: Apache-2.0 - Debian systems provide the Apache 2.0 license in - /usr/share/common-licenses/Apache-2.0 - -License: MIT - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - . - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - . - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE. - diff --git a/src/syntex-syntax/debian/copyright.debcargo.hint b/src/syntex-syntax/debian/copyright.debcargo.hint deleted file mode 100644 index 3654bac3f..000000000 --- a/src/syntex-syntax/debian/copyright.debcargo.hint +++ /dev/null @@ -1,459 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: syntex_syntax -Upstream-Contact: - Erick Tryzelaar - David Tolnay -Source: https://github.com/serde-rs/syntex - -Files: * -Copyright: - FIXME (overlay) UNKNOWN-YEARS Erick Tryzelaar - FIXME (overlay) UNKNOWN-YEARS David Tolnay -License: MIT or Apache-2.0 -Comment: - FIXME (overlay): Since upstream copyright years are not available in - Cargo.toml, they were extracted from the upstream Git repository. This may not - be correct information so you should review and fix this before uploading to - the archive. - -Files: ./LICENSE-MIT -Copyright: 2014 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/abi.rs -Copyright: 2012-2015 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/ast.rs -Copyright: 2012-2014 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/attr.rs -Copyright: 2012-2014 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/codemap.rs -Copyright: 2012 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/config.rs -Copyright: 2012-2014 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/diagnostic_list.rs -Copyright: 2016 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/diagnostics/macros.rs -Copyright: 2014 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/diagnostics/metadata.rs -Copyright: 2015 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/diagnostics/plugin.rs -Copyright: 2014 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/entry.rs -Copyright: 2012-2015 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/ext/base.rs -Copyright: 2015 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/ext/build.rs -Copyright: 2012 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/ext/derive.rs -Copyright: 2012-2017 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/ext/expand.rs -Copyright: 2012-2014 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/ext/placeholders.rs -Copyright: 2016 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/ext/quote.rs -Copyright: 2015 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/ext/source_util.rs -Copyright: 2012-2013 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/ext/tt/macro_parser.rs -Copyright: 2012-2014 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/ext/tt/macro_rules.rs -Copyright: 2015 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/ext/tt/quoted.rs -Copyright: 2017 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/ext/tt/transcribe.rs -Copyright: 2012 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/feature_gate.rs -Copyright: 2013 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/fold.rs -Copyright: 2012-2014 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/json.rs -Copyright: 2012-2015 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/lib.rs -Copyright: 2012-2013 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/parse/attr.rs -Copyright: 2012 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/parse/classify.rs -Copyright: 2012 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/parse/common.rs -Copyright: 2012 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/parse/lexer/comments.rs -Copyright: 2012-2014 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/parse/lexer/mod.rs -Copyright: 2012-2013 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/parse/lexer/tokentrees.rs -Copyright: 2016 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/parse/lexer/unicode_chars.rs -Copyright: 2012-2013 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/parse/mod.rs -Copyright: 2012-2014 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/parse/obsolete.rs -Copyright: 2012-2014 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/parse/parser.rs -Copyright: 2012-2014 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/parse/token.rs -Copyright: 2012-2013 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/print/pp.rs -Copyright: 2012 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/print/pprust.rs -Copyright: 2012-2014 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/ptr.rs -Copyright: 2014 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/rustc_data_structures/blake2b.rs -Copyright: 2016 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/rustc_data_structures/indexed_vec.rs -Copyright: 2016 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/rustc_data_structures/leb128.rs -Copyright: 2012-2015 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/rustc_data_structures/stable_hasher.rs -Copyright: 2016 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/show_span.rs -Copyright: 2014 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/std_inject.rs -Copyright: 2012 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/str.rs -Copyright: 2012-2014 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/test.rs -Copyright: 2012-2014 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/test_snippet.rs -Copyright: 2016 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/tokenstream.rs -Copyright: 2012-2016 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/util/lev_distance.rs -Copyright: 2012-2014 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/util/move_map.rs -Copyright: 2015 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/util/node_count.rs -Copyright: 2015 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/util/parser.rs -Copyright: 2015 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/util/parser_testing.rs -Copyright: 2013 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/util/rc_slice.rs -Copyright: 2017 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/util/small_vector.rs -Copyright: 2013-2014 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/util/thin_vec.rs -Copyright: 2016 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: ./src/visit.rs -Copyright: 2012-2015 The Rust Project Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - -Files: debian/* -Copyright: - 2018 Debian Rust Maintainers - 2018 Sylvestre Ledru -License: MIT or Apache-2.0 - -License: Apache-2.0 - Debian systems provide the Apache 2.0 license in - /usr/share/common-licenses/Apache-2.0 - -License: MIT - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - . - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - . - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE. diff --git a/src/syntex-syntax/debian/debcargo.toml b/src/syntex-syntax/debian/debcargo.toml deleted file mode 100644 index d4f56dad9..000000000 --- a/src/syntex-syntax/debian/debcargo.toml +++ /dev/null @@ -1,2 +0,0 @@ -overlay = "." -uploaders = ["Sylvestre Ledru "] diff --git a/vars.sh.frag b/vars.sh.frag index eafe8056f..dd328dd56 100644 --- a/vars.sh.frag +++ b/vars.sh.frag @@ -13,7 +13,7 @@ case $(git rev-parse --abbrev-ref HEAD) in pending-*) true;; *) if git diff --cached --name-only | \ grep '^src/.*/debian/changelog$' | \ - while read x; do echo "$x: $(head -n1 $x)"; done | \ + while read x; do if ! [ -f "$x" ]; then continue; fi; echo "$x: $(head -n1 $x)"; done | \ grep -v UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; then echo >&2 "please don't finalise changelogs directly on the master branch, use ./release.sh instead"; exit 1; fi;;