From 2a56afdb7d973fb2aebdd95593600f2b51883386 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Mon, 29 Aug 2022 17:39:00 -0400 Subject: [PATCH] Remove tokio-{async-await,buf,core,current-thread,executor,fs,io,process,reactor,signal,sync,tcp,threadpool,timer,udp,uds,codec}, superceded by tokio 1.0 --- src/tokio-async-await/debian/changelog | 5 -- src/tokio-async-await/debian/copyright | 36 ------------- .../debian/copyright.debcargo.hint | 47 ---------------- src/tokio-async-await/debian/debcargo.toml | 2 - src/tokio-buf/debian/changelog | 13 ----- src/tokio-buf/debian/copyright | 35 ------------ src/tokio-buf/debian/copyright.debcargo.hint | 45 ---------------- src/tokio-buf/debian/debcargo.toml | 2 - src/tokio-codec/debian/changelog | 5 -- src/tokio-codec/debian/copyright | 38 ------------- .../debian/copyright.debcargo.hint | 49 ----------------- src/tokio-codec/debian/debcargo.toml | 2 - src/tokio-core/debian/changelog | 11 ---- src/tokio-core/debian/copyright | 39 -------------- src/tokio-core/debian/copyright.debcargo.hint | 49 ----------------- src/tokio-core/debian/debcargo.toml | 5 -- src/tokio-current-thread/debian/changelog | 17 ------ src/tokio-current-thread/debian/copyright | 35 ------------ .../debian/copyright.debcargo.hint | 45 ---------------- src/tokio-current-thread/debian/debcargo.toml | 5 -- src/tokio-executor/debian/changelog | 31 ----------- src/tokio-executor/debian/copyright | 36 ------------- .../debian/copyright.debcargo.hint | 46 ---------------- src/tokio-executor/debian/debcargo.toml | 5 -- src/tokio-executor/debian/patches/series | 1 - .../debian/patches/update-dep.diff | 13 ----- src/tokio-fs/debian/changelog | 23 -------- src/tokio-fs/debian/copyright | 35 ------------ src/tokio-fs/debian/copyright.debcargo.hint | 45 ---------------- src/tokio-fs/debian/debcargo.toml | 2 - src/tokio-io/debian/changelog | 11 ---- src/tokio-io/debian/copyright | 36 ------------- src/tokio-io/debian/copyright.debcargo.hint | 46 ---------------- src/tokio-io/debian/debcargo.toml | 5 -- src/tokio-process/debian/changelog | 14 ----- src/tokio-process/debian/copyright | 41 -------------- .../debian/copyright.debcargo.hint | 53 ------------------- src/tokio-process/debian/debcargo.toml | 4 -- src/tokio-reactor/debian/changelog | 18 ------- src/tokio-reactor/debian/copyright | 35 ------------ .../debian/copyright.debcargo.hint | 45 ---------------- src/tokio-reactor/debian/debcargo.toml | 2 - .../debian/patches/bump-dep.diff | 22 -------- src/tokio-reactor/debian/patches/series | 1 - src/tokio-signal/debian/changelog | 13 ----- src/tokio-signal/debian/copyright | 35 ------------ .../debian/copyright.debcargo.hint | 45 ---------------- src/tokio-signal/debian/debcargo.toml | 5 -- src/tokio-sync/debian/changelog | 16 ------ src/tokio-sync/debian/copyright | 35 ------------ src/tokio-sync/debian/copyright.debcargo.hint | 45 ---------------- src/tokio-sync/debian/debcargo.toml | 2 - src/tokio-tcp/debian/changelog | 18 ------- src/tokio-tcp/debian/copyright | 35 ------------ src/tokio-tcp/debian/copyright.debcargo.hint | 45 ---------------- src/tokio-tcp/debian/debcargo.toml | 2 - src/tokio-threadpool/debian/changelog | 33 ------------ src/tokio-threadpool/debian/copyright | 36 ------------- .../debian/copyright.debcargo.hint | 46 ---------------- src/tokio-threadpool/debian/debcargo.toml | 3 -- src/tokio-threadpool/debian/patches/series | 1 - .../debian/patches/update-dep.diff | 17 ------ src/tokio-timer/debian/changelog | 29 ---------- src/tokio-timer/debian/copyright | 35 ------------ .../debian/copyright.debcargo.hint | 45 ---------------- src/tokio-timer/debian/debcargo.toml | 2 - src/tokio-timer/debian/patches/bump-dep.diff | 22 -------- src/tokio-timer/debian/patches/series | 2 - src/tokio-udp/debian/changelog | 11 ---- src/tokio-udp/debian/copyright | 35 ------------ src/tokio-udp/debian/copyright.debcargo.hint | 45 ---------------- src/tokio-udp/debian/debcargo.toml | 2 - src/tokio-uds/debian/changelog | 11 ---- src/tokio-uds/debian/copyright | 35 ------------ src/tokio-uds/debian/copyright.debcargo.hint | 45 ---------------- src/tokio-uds/debian/debcargo.toml | 2 - 76 files changed, 1808 deletions(-) delete mode 100644 src/tokio-async-await/debian/changelog delete mode 100644 src/tokio-async-await/debian/copyright delete mode 100644 src/tokio-async-await/debian/copyright.debcargo.hint delete mode 100644 src/tokio-async-await/debian/debcargo.toml delete mode 100644 src/tokio-buf/debian/changelog delete mode 100644 src/tokio-buf/debian/copyright delete mode 100644 src/tokio-buf/debian/copyright.debcargo.hint delete mode 100644 src/tokio-buf/debian/debcargo.toml delete mode 100644 src/tokio-codec/debian/changelog delete mode 100644 src/tokio-codec/debian/copyright delete mode 100644 src/tokio-codec/debian/copyright.debcargo.hint delete mode 100644 src/tokio-codec/debian/debcargo.toml delete mode 100644 src/tokio-core/debian/changelog delete mode 100644 src/tokio-core/debian/copyright delete mode 100644 src/tokio-core/debian/copyright.debcargo.hint delete mode 100644 src/tokio-core/debian/debcargo.toml delete mode 100644 src/tokio-current-thread/debian/changelog delete mode 100644 src/tokio-current-thread/debian/copyright delete mode 100644 src/tokio-current-thread/debian/copyright.debcargo.hint delete mode 100644 src/tokio-current-thread/debian/debcargo.toml delete mode 100644 src/tokio-executor/debian/changelog delete mode 100644 src/tokio-executor/debian/copyright delete mode 100644 src/tokio-executor/debian/copyright.debcargo.hint delete mode 100644 src/tokio-executor/debian/debcargo.toml delete mode 100644 src/tokio-executor/debian/patches/series delete mode 100644 src/tokio-executor/debian/patches/update-dep.diff delete mode 100644 src/tokio-fs/debian/changelog delete mode 100644 src/tokio-fs/debian/copyright delete mode 100644 src/tokio-fs/debian/copyright.debcargo.hint delete mode 100644 src/tokio-fs/debian/debcargo.toml delete mode 100644 src/tokio-io/debian/changelog delete mode 100644 src/tokio-io/debian/copyright delete mode 100644 src/tokio-io/debian/copyright.debcargo.hint delete mode 100644 src/tokio-io/debian/debcargo.toml delete mode 100644 src/tokio-process/debian/changelog delete mode 100644 src/tokio-process/debian/copyright delete mode 100644 src/tokio-process/debian/copyright.debcargo.hint delete mode 100644 src/tokio-process/debian/debcargo.toml delete mode 100644 src/tokio-reactor/debian/changelog delete mode 100644 src/tokio-reactor/debian/copyright delete mode 100644 src/tokio-reactor/debian/copyright.debcargo.hint delete mode 100644 src/tokio-reactor/debian/debcargo.toml delete mode 100644 src/tokio-reactor/debian/patches/bump-dep.diff delete mode 100644 src/tokio-reactor/debian/patches/series delete mode 100644 src/tokio-signal/debian/changelog delete mode 100644 src/tokio-signal/debian/copyright delete mode 100644 src/tokio-signal/debian/copyright.debcargo.hint delete mode 100644 src/tokio-signal/debian/debcargo.toml delete mode 100644 src/tokio-sync/debian/changelog delete mode 100644 src/tokio-sync/debian/copyright delete mode 100644 src/tokio-sync/debian/copyright.debcargo.hint delete mode 100644 src/tokio-sync/debian/debcargo.toml delete mode 100644 src/tokio-tcp/debian/changelog delete mode 100644 src/tokio-tcp/debian/copyright delete mode 100644 src/tokio-tcp/debian/copyright.debcargo.hint delete mode 100644 src/tokio-tcp/debian/debcargo.toml delete mode 100644 src/tokio-threadpool/debian/changelog delete mode 100644 src/tokio-threadpool/debian/copyright delete mode 100644 src/tokio-threadpool/debian/copyright.debcargo.hint delete mode 100644 src/tokio-threadpool/debian/debcargo.toml delete mode 100644 src/tokio-threadpool/debian/patches/series delete mode 100644 src/tokio-threadpool/debian/patches/update-dep.diff delete mode 100644 src/tokio-timer/debian/changelog delete mode 100644 src/tokio-timer/debian/copyright delete mode 100644 src/tokio-timer/debian/copyright.debcargo.hint delete mode 100644 src/tokio-timer/debian/debcargo.toml delete mode 100644 src/tokio-timer/debian/patches/bump-dep.diff delete mode 100644 src/tokio-timer/debian/patches/series delete mode 100644 src/tokio-udp/debian/changelog delete mode 100644 src/tokio-udp/debian/copyright delete mode 100644 src/tokio-udp/debian/copyright.debcargo.hint delete mode 100644 src/tokio-udp/debian/debcargo.toml delete mode 100644 src/tokio-uds/debian/changelog delete mode 100644 src/tokio-uds/debian/copyright delete mode 100644 src/tokio-uds/debian/copyright.debcargo.hint delete mode 100644 src/tokio-uds/debian/debcargo.toml diff --git a/src/tokio-async-await/debian/changelog b/src/tokio-async-await/debian/changelog deleted file mode 100644 index 7e75a7373..000000000 --- a/src/tokio-async-await/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -rust-tokio-async-await (0.1.5-1) unstable; urgency=medium - - * Package tokio-async-await 0.1.5 from crates.io using debcargo 2.2.10 - - -- kpcyrd Sun, 03 Feb 2019 10:39:05 +0100 diff --git a/src/tokio-async-await/debian/copyright b/src/tokio-async-await/debian/copyright deleted file mode 100644 index 6c6fa9555..000000000 --- a/src/tokio-async-await/debian/copyright +++ /dev/null @@ -1,36 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-async-await -Upstream-Contact: Carl Lerche -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: - 2018-2019 Carl Lerche - 2019 Tokio Contributors - 2016 futures-rs authors -License: MIT - -Files: debian/* -Copyright: - 2019 Debian Rust Maintainers - 2019 kpcyrd -License: MIT - -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/tokio-async-await/debian/copyright.debcargo.hint b/src/tokio-async-await/debian/copyright.debcargo.hint deleted file mode 100644 index 3fb3c76d4..000000000 --- a/src/tokio-async-await/debian/copyright.debcargo.hint +++ /dev/null @@ -1,47 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-async-await -Upstream-Contact: Carl Lerche -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche -License: MIT -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 -Copyright: - 2019 Tokio Contributors - 2016 futures-rs authors -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: - 2019 Debian Rust Maintainers - 2019 kpcyrd -License: MIT - -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/tokio-async-await/debian/debcargo.toml b/src/tokio-async-await/debian/debcargo.toml deleted file mode 100644 index 8f1f3c1b4..000000000 --- a/src/tokio-async-await/debian/debcargo.toml +++ /dev/null @@ -1,2 +0,0 @@ -overlay = "." -uploaders = ["kpcyrd "] diff --git a/src/tokio-buf/debian/changelog b/src/tokio-buf/debian/changelog deleted file mode 100644 index 7f31ce1dc..000000000 --- a/src/tokio-buf/debian/changelog +++ /dev/null @@ -1,13 +0,0 @@ -rust-tokio-buf (0.1.1-2) unstable; urgency=medium - - * Team upload. - * Package tokio-buf 0.1.1 from crates.io using debcargo 2.2.10 - * Source upload for migration - - -- Sylvestre Ledru Tue, 06 Aug 2019 18:19:00 +0200 - -rust-tokio-buf (0.1.1-1) unstable; urgency=medium - - * Package tokio-buf 0.1.1 from crates.io using debcargo 2.2.10 - - -- kpcyrd Thu, 20 Jun 2019 16:59:06 -0700 diff --git a/src/tokio-buf/debian/copyright b/src/tokio-buf/debian/copyright deleted file mode 100644 index 39199b42a..000000000 --- a/src/tokio-buf/debian/copyright +++ /dev/null @@ -1,35 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-buf -Upstream-Contact: Carl Lerche -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: - 2019 Carl Lerche - 2019 Tokio Contributors -License: MIT - -Files: debian/* -Copyright: - 2019 Debian Rust Maintainers - 2019 kpcyrd -License: MIT - -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/tokio-buf/debian/copyright.debcargo.hint b/src/tokio-buf/debian/copyright.debcargo.hint deleted file mode 100644 index df963b371..000000000 --- a/src/tokio-buf/debian/copyright.debcargo.hint +++ /dev/null @@ -1,45 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-buf -Upstream-Contact: Carl Lerche -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche -License: MIT -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 -Copyright: 2019 Tokio Contributors -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: - 2019 Debian Rust Maintainers - 2019 kpcyrd -License: MIT - -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/tokio-buf/debian/debcargo.toml b/src/tokio-buf/debian/debcargo.toml deleted file mode 100644 index 8f1f3c1b4..000000000 --- a/src/tokio-buf/debian/debcargo.toml +++ /dev/null @@ -1,2 +0,0 @@ -overlay = "." -uploaders = ["kpcyrd "] diff --git a/src/tokio-codec/debian/changelog b/src/tokio-codec/debian/changelog deleted file mode 100644 index 5e5e05347..000000000 --- a/src/tokio-codec/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -rust-tokio-codec (0.1.1-1) unstable; urgency=medium - - * Package tokio-codec 0.1.1 from crates.io using debcargo 2.2.7 - - -- Wolfgang Silbermayr Sat, 20 Oct 2018 16:36:48 +0200 diff --git a/src/tokio-codec/debian/copyright b/src/tokio-codec/debian/copyright deleted file mode 100644 index 02f421fd6..000000000 --- a/src/tokio-codec/debian/copyright +++ /dev/null @@ -1,38 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-codec -Upstream-Contact: - Carl Lerche - Bryan Burgers -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: - 2018 Carl Lerche - 2018 Bryan Burgers - 2018 Tokio Contributors -License: MIT - -Files: debian/* -Copyright: - 2018 Debian Rust Maintainers - 2018 Wolfgang Silbermayr -License: MIT - -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/tokio-codec/debian/copyright.debcargo.hint b/src/tokio-codec/debian/copyright.debcargo.hint deleted file mode 100644 index bf2c448a2..000000000 --- a/src/tokio-codec/debian/copyright.debcargo.hint +++ /dev/null @@ -1,49 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-codec -Upstream-Contact: - Carl Lerche - Bryan Burgers -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: - FIXME (overlay) UNKNOWN-YEARS Carl Lerche - FIXME (overlay) UNKNOWN-YEARS Bryan Burgers -License: MIT -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 -Copyright: 2018 Tokio Contributors -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 Wolfgang Silbermayr -License: MIT - -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/tokio-codec/debian/debcargo.toml b/src/tokio-codec/debian/debcargo.toml deleted file mode 100644 index a6b2f3af9..000000000 --- a/src/tokio-codec/debian/debcargo.toml +++ /dev/null @@ -1,2 +0,0 @@ -overlay = "." -uploaders = ["Wolfgang Silbermayr "] diff --git a/src/tokio-core/debian/changelog b/src/tokio-core/debian/changelog deleted file mode 100644 index d85bc8d15..000000000 --- a/src/tokio-core/debian/changelog +++ /dev/null @@ -1,11 +0,0 @@ -rust-tokio-core (0.1.17-2) unstable; urgency=medium - - * Source-only reupload for bullseye - - -- kpcyrd Wed, 17 Jul 2019 05:29:49 +0000 - -rust-tokio-core (0.1.17-1) unstable; urgency=medium - - * Package tokio-core 0.1.17 from crates.io using debcargo 2.2.10 - - -- kpcyrd Sun, 03 Feb 2019 10:16:09 +0100 diff --git a/src/tokio-core/debian/copyright b/src/tokio-core/debian/copyright deleted file mode 100644 index 363ef4a34..000000000 --- a/src/tokio-core/debian/copyright +++ /dev/null @@ -1,39 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-core -Upstream-Contact: Carl Lerche -Source: https://github.com/tokio-rs/tokio-core - -Files: * -Copyright: - 2016-2018 Carl Lerche - 2016 Alex Crichton -License: MIT or Apache-2.0 - -Files: debian/* -Copyright: - 2018-2019 Debian Rust Maintainers - 2018-2019 kpcyrd -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/tokio-core/debian/copyright.debcargo.hint b/src/tokio-core/debian/copyright.debcargo.hint deleted file mode 100644 index 5965b85cc..000000000 --- a/src/tokio-core/debian/copyright.debcargo.hint +++ /dev/null @@ -1,49 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-core -Upstream-Contact: Carl Lerche -Source: https://github.com/tokio-rs/tokio-core - -Files: * -Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche -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: 2016 Alex Crichton -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: - 2019 Debian Rust Maintainers - 2019 kpcyrd -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/tokio-core/debian/debcargo.toml b/src/tokio-core/debian/debcargo.toml deleted file mode 100644 index fafc9b84d..000000000 --- a/src/tokio-core/debian/debcargo.toml +++ /dev/null @@ -1,5 +0,0 @@ -overlay = "." -uploaders = ["kpcyrd "] - -# The auto-generated summary is too long. -summary = "Core I/O and event loop primitives for asynchronous I/O" diff --git a/src/tokio-current-thread/debian/changelog b/src/tokio-current-thread/debian/changelog deleted file mode 100644 index 4549a4fe0..000000000 --- a/src/tokio-current-thread/debian/changelog +++ /dev/null @@ -1,17 +0,0 @@ -rust-tokio-current-thread (0.1.6-1) unstable; urgency=medium - - * Package tokio-current-thread 0.1.6 from crates.io using debcargo 2.2.10 - - -- kpcyrd Mon, 15 Jul 2019 17:14:38 +0000 - -rust-tokio-current-thread (0.1.4-1) unstable; urgency=medium - - * Package tokio-current-thread 0.1.4 from crates.io using debcargo 2.2.9 - - -- kpcyrd Wed, 26 Dec 2018 16:42:27 -0800 - -rust-tokio-current-thread (0.1.1-1) unstable; urgency=medium - - * Package tokio-current-thread 0.1.1 from crates.io using debcargo 2.2.6 - - -- kpcyrd Sun, 09 Sep 2018 09:58:02 +0200 diff --git a/src/tokio-current-thread/debian/copyright b/src/tokio-current-thread/debian/copyright deleted file mode 100644 index abdacafcd..000000000 --- a/src/tokio-current-thread/debian/copyright +++ /dev/null @@ -1,35 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-current-thread -Upstream-Contact: Carl Lerche -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: - 2018-2019 Carl Lerche - 2018-2019 Tokio Contributors -License: MIT - -Files: debian/* -Copyright: - 2018-2019 Debian Rust Maintainers - 2018-2019 kpcyrd -License: MIT - -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/tokio-current-thread/debian/copyright.debcargo.hint b/src/tokio-current-thread/debian/copyright.debcargo.hint deleted file mode 100644 index 140c03eb2..000000000 --- a/src/tokio-current-thread/debian/copyright.debcargo.hint +++ /dev/null @@ -1,45 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-current-thread -Upstream-Contact: Carl Lerche -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche -License: MIT -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 -Copyright: 2019 Tokio Contributors -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-2019 Debian Rust Maintainers - 2018-2019 kpcyrd -License: MIT - -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/tokio-current-thread/debian/debcargo.toml b/src/tokio-current-thread/debian/debcargo.toml deleted file mode 100644 index f8c2e7ff8..000000000 --- a/src/tokio-current-thread/debian/debcargo.toml +++ /dev/null @@ -1,5 +0,0 @@ -overlay = "." -uploaders = ["kpcyrd "] - -# The auto-generated summary is too long. -summary = "Manage many tasks concurrently on the current thread" diff --git a/src/tokio-executor/debian/changelog b/src/tokio-executor/debian/changelog deleted file mode 100644 index 729278de4..000000000 --- a/src/tokio-executor/debian/changelog +++ /dev/null @@ -1,31 +0,0 @@ -rust-tokio-executor (0.1.8-2) unstable; urgency=medium - - * Team upload. - * Package tokio-executor 0.1.8 from crates.io using debcargo 2.4.3 - - -- Sylvestre Ledru Sun, 04 Oct 2020 21:47:17 +0200 - -rust-tokio-executor (0.1.8-1) unstable; urgency=medium - - * Package tokio-executor 0.1.8 from crates.io using debcargo 2.3.1-alpha.0 - - -- Wolfgang Silbermayr Thu, 11 Jul 2019 11:38:14 +0200 - -rust-tokio-executor (0.1.6-1) unstable; urgency=medium - - * Package tokio-executor 0.1.6 from crates.io using debcargo 2.2.9 - - -- Wolfgang Silbermayr Tue, 22 Jan 2019 10:08:16 +0100 - -rust-tokio-executor (0.1.5-1) unstable; urgency=medium - - * Team upload. - * Package tokio-executor 0.1.5 from crates.io using debcargo 2.2.7 - - -- Wolfgang Silbermayr Wed, 26 Dec 2018 15:10:10 -0800 - -rust-tokio-executor (0.1.3-1) unstable; urgency=medium - - * Package tokio-executor 0.1.3 from crates.io using debcargo 2.2.5 - - -- kpcyrd Mon, 13 Aug 2018 23:06:09 +0200 diff --git a/src/tokio-executor/debian/copyright b/src/tokio-executor/debian/copyright deleted file mode 100644 index 3a67b2566..000000000 --- a/src/tokio-executor/debian/copyright +++ /dev/null @@ -1,36 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-executor -Upstream-Contact: Carl Lerche -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: - 2018-2019 Carl Lerche - 2018-2019 Tokio Contributors -License: MIT - -Files: debian/* -Copyright: - 2018-2019 Debian Rust Maintainers - 2018 kpcyrd - 2019 Wolfgang Silbermayr -License: MIT - -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/tokio-executor/debian/copyright.debcargo.hint b/src/tokio-executor/debian/copyright.debcargo.hint deleted file mode 100644 index accf409df..000000000 --- a/src/tokio-executor/debian/copyright.debcargo.hint +++ /dev/null @@ -1,46 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-executor -Upstream-Contact: Carl Lerche -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche -License: MIT -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 -Copyright: 2019 Tokio Contributors -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-2020 Debian Rust Maintainers - 2018-2020 kpcyrd - 2018-2020 Wolfgang Silbermayr -License: MIT - -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/tokio-executor/debian/debcargo.toml b/src/tokio-executor/debian/debcargo.toml deleted file mode 100644 index 6bd5986b0..000000000 --- a/src/tokio-executor/debian/debcargo.toml +++ /dev/null @@ -1,5 +0,0 @@ -overlay = "." -uploaders = [ - "kpcyrd ", - "Wolfgang Silbermayr ", -] diff --git a/src/tokio-executor/debian/patches/series b/src/tokio-executor/debian/patches/series deleted file mode 100644 index f1891b3f0..000000000 --- a/src/tokio-executor/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -update-dep.diff diff --git a/src/tokio-executor/debian/patches/update-dep.diff b/src/tokio-executor/debian/patches/update-dep.diff deleted file mode 100644 index f7ebbf85e..000000000 --- a/src/tokio-executor/debian/patches/update-dep.diff +++ /dev/null @@ -1,13 +0,0 @@ -Index: tokio-executor/Cargo.toml -=================================================================== ---- tokio-executor.orig/Cargo.toml -+++ tokio-executor/Cargo.toml -@@ -22,7 +22,7 @@ categories = ["concurrency", "asynchrono - license = "MIT" - repository = "https://github.com/tokio-rs/tokio" - [dependencies.crossbeam-utils] --version = "0.6.2" -+version = "0.7" - - [dependencies.futures] - version = "0.1.19" diff --git a/src/tokio-fs/debian/changelog b/src/tokio-fs/debian/changelog deleted file mode 100644 index a0dd2da5c..000000000 --- a/src/tokio-fs/debian/changelog +++ /dev/null @@ -1,23 +0,0 @@ -rust-tokio-fs (0.1.6-1) unstable; urgency=medium - - * Package tokio-fs 0.1.6 from crates.io using debcargo 2.3.1-alpha.0 - - -- Wolfgang Silbermayr Thu, 11 Jul 2019 08:52:48 +0200 - -rust-tokio-fs (0.1.5-1) unstable; urgency=medium - - * Package tokio-fs 0.1.5 from crates.io using debcargo 2.2.9 - - -- Wolfgang Silbermayr Mon, 21 Jan 2019 12:47:42 +0100 - -rust-tokio-fs (0.1.4-1) unstable; urgency=medium - - * Package tokio-fs 0.1.4 from crates.io using debcargo 2.2.9 - - -- Wolfgang Silbermayr Mon, 03 Dec 2018 08:24:49 +0100 - -rust-tokio-fs (0.1.3-1) unstable; urgency=medium - - * Package tokio-fs 0.1.3 from crates.io using debcargo 2.2.7 - - -- Wolfgang Silbermayr Sat, 20 Oct 2018 16:35:11 +0200 diff --git a/src/tokio-fs/debian/copyright b/src/tokio-fs/debian/copyright deleted file mode 100644 index 27f801d43..000000000 --- a/src/tokio-fs/debian/copyright +++ /dev/null @@ -1,35 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-fs -Upstream-Contact: Carl Lerche -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: - 2018 Carl Lerche - 2018 Tokio Contributors -License: MIT - -Files: debian/* -Copyright: - 2018-2019 Debian Rust Maintainers - 2018-2019 Wolfgang Silbermayr -License: MIT - -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/tokio-fs/debian/copyright.debcargo.hint b/src/tokio-fs/debian/copyright.debcargo.hint deleted file mode 100644 index 85aa96434..000000000 --- a/src/tokio-fs/debian/copyright.debcargo.hint +++ /dev/null @@ -1,45 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-fs -Upstream-Contact: Carl Lerche -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche -License: MIT -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 -Copyright: 2019 Tokio Contributors -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-2019 Debian Rust Maintainers - 2018-2019 Wolfgang Silbermayr -License: MIT - -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/tokio-fs/debian/debcargo.toml b/src/tokio-fs/debian/debcargo.toml deleted file mode 100644 index a6b2f3af9..000000000 --- a/src/tokio-fs/debian/debcargo.toml +++ /dev/null @@ -1,2 +0,0 @@ -overlay = "." -uploaders = ["Wolfgang Silbermayr "] diff --git a/src/tokio-io/debian/changelog b/src/tokio-io/debian/changelog deleted file mode 100644 index fb3a99f1a..000000000 --- a/src/tokio-io/debian/changelog +++ /dev/null @@ -1,11 +0,0 @@ -rust-tokio-io (0.1.12-1) unstable; urgency=medium - - * Package tokio-io 0.1.12 from crates.io using debcargo 2.4.0 - - -- Wolfgang Silbermayr Wed, 13 Nov 2019 20:10:38 +0100 - -rust-tokio-io (0.1.9-1) unstable; urgency=medium - - * Package tokio-io 0.1.9 from crates.io using debcargo 2.2.7 - - -- kpcyrd Thu, 11 Oct 2018 22:33:29 -0700 diff --git a/src/tokio-io/debian/copyright b/src/tokio-io/debian/copyright deleted file mode 100644 index ab4ed53df..000000000 --- a/src/tokio-io/debian/copyright +++ /dev/null @@ -1,36 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-io -Upstream-Contact: Carl Lerche -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: - 2016-2019 Carl Lerche - 2016-2019 Tokio Contributors -License: MIT - -Files: debian/* -Copyright: - 2018 Debian Rust Maintainers - 2018 kpcyrd - 2019 Wolfgang Silbermayr -License: MIT - -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/tokio-io/debian/copyright.debcargo.hint b/src/tokio-io/debian/copyright.debcargo.hint deleted file mode 100644 index b6b60b40c..000000000 --- a/src/tokio-io/debian/copyright.debcargo.hint +++ /dev/null @@ -1,46 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-io -Upstream-Contact: Carl Lerche -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche -License: MIT -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 -Copyright: 2019 Tokio Contributors -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-2019 Debian Rust Maintainers - 2018-2019 kpcyrd - 2018-2019 Wolfgang Silbermayr -License: MIT - -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/tokio-io/debian/debcargo.toml b/src/tokio-io/debian/debcargo.toml deleted file mode 100644 index 6bd5986b0..000000000 --- a/src/tokio-io/debian/debcargo.toml +++ /dev/null @@ -1,5 +0,0 @@ -overlay = "." -uploaders = [ - "kpcyrd ", - "Wolfgang Silbermayr ", -] diff --git a/src/tokio-process/debian/changelog b/src/tokio-process/debian/changelog deleted file mode 100644 index 32ba22db3..000000000 --- a/src/tokio-process/debian/changelog +++ /dev/null @@ -1,14 +0,0 @@ -rust-tokio-process (0.2.4-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium - - * Team upload. - * Source upload - * Package tokio-process 0.2.4 from crates.io using debcargo 2.4.4-alpha.0 - - -- Sylvestre Ledru Thu, 14 Jan 2021 10:41:30 +0100 - -rust-tokio-process (0.2.4-1) unstable; urgency=medium - - * Source upload - * Package tokio-process 0.2.4 from crates.io using debcargo 2.4.0 - - -- Ximin Luo Sat, 28 Dec 2019 08:17:37 +0000 diff --git a/src/tokio-process/debian/copyright b/src/tokio-process/debian/copyright deleted file mode 100644 index c519ebfb2..000000000 --- a/src/tokio-process/debian/copyright +++ /dev/null @@ -1,41 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-process -Upstream-Contact: - Alex Crichton - Ivan Petkov -Source: https://github.com/alexcrichton/tokio-process - -Files: * -Copyright: - 2016-2019 Alex Crichton - 2016-2019 Ivan Petkov -License: MIT or Apache-2.0 - -Files: debian/* -Copyright: - 2019 Debian Rust Maintainers - 2019 Ximin Luo -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/tokio-process/debian/copyright.debcargo.hint b/src/tokio-process/debian/copyright.debcargo.hint deleted file mode 100644 index c92346e04..000000000 --- a/src/tokio-process/debian/copyright.debcargo.hint +++ /dev/null @@ -1,53 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-process -Upstream-Contact: - Alex Crichton - Ivan Petkov -Source: https://github.com/alexcrichton/tokio-process - -Files: * -Copyright: - FIXME (overlay) UNKNOWN-YEARS Alex Crichton - FIXME (overlay) UNKNOWN-YEARS Ivan Petkov -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: 2016 Alex Crichton -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: - 2019-2021 Debian Rust Maintainers - 2019-2021 Ximin Luo -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/tokio-process/debian/debcargo.toml b/src/tokio-process/debian/debcargo.toml deleted file mode 100644 index 35e150d60..000000000 --- a/src/tokio-process/debian/debcargo.toml +++ /dev/null @@ -1,4 +0,0 @@ -overlay = "." -uploaders = ["Ximin Luo "] -# disable example binaries, duplicates of coreutils -bin = false diff --git a/src/tokio-reactor/debian/changelog b/src/tokio-reactor/debian/changelog deleted file mode 100644 index 5509a6182..000000000 --- a/src/tokio-reactor/debian/changelog +++ /dev/null @@ -1,18 +0,0 @@ -rust-tokio-reactor (0.1.8-2) unstable; urgency=medium - - * Team upload. - * Package tokio-reactor 0.1.8 from crates.io using debcargo 2.4.3 - - -- Sylvestre Ledru Sun, 04 Oct 2020 22:47:13 +0200 - -rust-tokio-reactor (0.1.8-1) unstable; urgency=medium - - * Package tokio-reactor 0.1.8 from crates.io using debcargo 2.2.9 - - -- kpcyrd Tue, 22 Jan 2019 19:28:16 -0800 - -rust-tokio-reactor (0.1.7-1) unstable; urgency=medium - - * Package tokio-reactor 0.1.7 from crates.io using debcargo 2.2.9 - - -- kpcyrd Sun, 23 Dec 2018 12:27:34 +0100 diff --git a/src/tokio-reactor/debian/copyright b/src/tokio-reactor/debian/copyright deleted file mode 100644 index 066f48407..000000000 --- a/src/tokio-reactor/debian/copyright +++ /dev/null @@ -1,35 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-reactor -Upstream-Contact: Carl Lerche -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: - 2018-2019 Carl Lerche - 2018-2019 Tokio Contributors -License: MIT - -Files: debian/* -Copyright: - 2018-2019 Debian Rust Maintainers - 2018-2019 kpcyrd -License: MIT - -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/tokio-reactor/debian/copyright.debcargo.hint b/src/tokio-reactor/debian/copyright.debcargo.hint deleted file mode 100644 index 2980a7d7a..000000000 --- a/src/tokio-reactor/debian/copyright.debcargo.hint +++ /dev/null @@ -1,45 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-reactor -Upstream-Contact: Carl Lerche -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche -License: MIT -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 -Copyright: 2019 Tokio Contributors -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-2020 Debian Rust Maintainers - 2018-2020 kpcyrd -License: MIT - -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/tokio-reactor/debian/debcargo.toml b/src/tokio-reactor/debian/debcargo.toml deleted file mode 100644 index 8f1f3c1b4..000000000 --- a/src/tokio-reactor/debian/debcargo.toml +++ /dev/null @@ -1,2 +0,0 @@ -overlay = "." -uploaders = ["kpcyrd "] diff --git a/src/tokio-reactor/debian/patches/bump-dep.diff b/src/tokio-reactor/debian/patches/bump-dep.diff deleted file mode 100644 index 6af25e941..000000000 --- a/src/tokio-reactor/debian/patches/bump-dep.diff +++ /dev/null @@ -1,22 +0,0 @@ -Index: tokio-reactor/Cargo.toml -=================================================================== ---- tokio-reactor.orig/Cargo.toml -+++ tokio-reactor/Cargo.toml -@@ -22,7 +22,7 @@ categories = ["asynchronous", "network-p - license = "MIT" - repository = "https://github.com/tokio-rs/tokio" - [dependencies.crossbeam-utils] --version = "0.6.0" -+version = "0.7" - - [dependencies.futures] - version = "0.1.19" -@@ -46,7 +46,7 @@ version = "0.7.0" - version = "0.4.0" - - [dependencies.tokio-executor] --version = "0.1.1" -+version = "0.1" - - [dependencies.tokio-io] - version = "0.1.6" diff --git a/src/tokio-reactor/debian/patches/series b/src/tokio-reactor/debian/patches/series deleted file mode 100644 index bbad2f280..000000000 --- a/src/tokio-reactor/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -bump-dep.diff diff --git a/src/tokio-signal/debian/changelog b/src/tokio-signal/debian/changelog deleted file mode 100644 index 1def10edc..000000000 --- a/src/tokio-signal/debian/changelog +++ /dev/null @@ -1,13 +0,0 @@ -rust-tokio-signal (0.2.7-2) unstable; urgency=medium - - * Team upload. - * Package tokio-signal 0.2.7 from crates.io using debcargo 2.2.10 - * Source upload for migration - - -- Sylvestre Ledru Tue, 06 Aug 2019 18:13:03 +0200 - -rust-tokio-signal (0.2.7-1) unstable; urgency=medium - - * Package tokio-signal 0.2.7 from crates.io using debcargo 2.2.10 - - -- kpcyrd Mon, 20 May 2019 23:19:48 +0200 diff --git a/src/tokio-signal/debian/copyright b/src/tokio-signal/debian/copyright deleted file mode 100644 index 7a8db2297..000000000 --- a/src/tokio-signal/debian/copyright +++ /dev/null @@ -1,35 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-signal -Upstream-Contact: Alex Crichton -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: - 2016-2018 Alex Crichton - 2016-2018 Tokio contributors -License: MIT - -Files: debian/* -Copyright: - 2019 Debian Rust Maintainers - 2019 kpcyrd -License: MIT - -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/tokio-signal/debian/copyright.debcargo.hint b/src/tokio-signal/debian/copyright.debcargo.hint deleted file mode 100644 index d90090f78..000000000 --- a/src/tokio-signal/debian/copyright.debcargo.hint +++ /dev/null @@ -1,45 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-signal -Upstream-Contact: Alex Crichton -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: FIXME (overlay) UNKNOWN-YEARS Alex Crichton -License: MIT -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 -Copyright: 2016-2018 Tokio contributors -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: - 2019 Debian Rust Maintainers - 2019 kpcyrd -License: MIT - -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/tokio-signal/debian/debcargo.toml b/src/tokio-signal/debian/debcargo.toml deleted file mode 100644 index faf8a83eb..000000000 --- a/src/tokio-signal/debian/debcargo.toml +++ /dev/null @@ -1,5 +0,0 @@ -overlay = "." -uploaders = ["kpcyrd "] - -# The auto-generated summary is too long. -summary = "Asynchronous Unix signal handling backed futures" diff --git a/src/tokio-sync/debian/changelog b/src/tokio-sync/debian/changelog deleted file mode 100644 index ca4cf5742..000000000 --- a/src/tokio-sync/debian/changelog +++ /dev/null @@ -1,16 +0,0 @@ -rust-tokio-sync (0.1.7-2) unstable; urgency=medium - - * Team upload. - * Package tokio-sync 0.1.7 from crates.io using debcargo 2.4.2 - - -- Sylvestre Ledru Mon, 20 Apr 2020 14:22:08 +0200 - -rust-tokio-sync (0.1.7-1) unstable; urgency=medium - - * Team upload. - * Package tokio-sync 0.1.7 from crates.io using debcargo 2.4.0 - - [ kpcyrd ] - * Package tokio-sync 0.1.6 from crates.io using debcargo 2.2.10 - - -- Sylvestre Ledru Wed, 23 Oct 2019 23:42:29 +0200 diff --git a/src/tokio-sync/debian/copyright b/src/tokio-sync/debian/copyright deleted file mode 100644 index b400fb4e9..000000000 --- a/src/tokio-sync/debian/copyright +++ /dev/null @@ -1,35 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-sync -Upstream-Contact: Carl Lerche -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: - 2019 Carl Lerche - 2019 Tokio Contributors -License: MIT - -Files: debian/* -Copyright: - 2019 Debian Rust Maintainers - 2019 kpcyrd -License: MIT - -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/tokio-sync/debian/copyright.debcargo.hint b/src/tokio-sync/debian/copyright.debcargo.hint deleted file mode 100644 index 885b08e0b..000000000 --- a/src/tokio-sync/debian/copyright.debcargo.hint +++ /dev/null @@ -1,45 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-sync -Upstream-Contact: Carl Lerche -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche -License: MIT -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 -Copyright: 2019 Tokio Contributors -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: - 2019-2020 Debian Rust Maintainers - 2019-2020 kpcyrd -License: MIT - -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/tokio-sync/debian/debcargo.toml b/src/tokio-sync/debian/debcargo.toml deleted file mode 100644 index 8f1f3c1b4..000000000 --- a/src/tokio-sync/debian/debcargo.toml +++ /dev/null @@ -1,2 +0,0 @@ -overlay = "." -uploaders = ["kpcyrd "] diff --git a/src/tokio-tcp/debian/changelog b/src/tokio-tcp/debian/changelog deleted file mode 100644 index 88c145fae..000000000 --- a/src/tokio-tcp/debian/changelog +++ /dev/null @@ -1,18 +0,0 @@ -rust-tokio-tcp (0.1.4-1) unstable; urgency=medium - - * Team upload. - * Package tokio-tcp 0.1.4 from crates.io using debcargo 2.4.3 - - -- Sylvestre Ledru Sun, 04 Oct 2020 22:51:00 +0200 - -rust-tokio-tcp (0.1.3-1) unstable; urgency=medium - - * Package tokio-tcp 0.1.3 from crates.io using debcargo 2.2.9 - - -- Wolfgang Silbermayr Mon, 21 Jan 2019 12:58:56 +0100 - -rust-tokio-tcp (0.1.2-1) unstable; urgency=medium - - * Package tokio-tcp 0.1.2 from crates.io using debcargo 2.2.9 - - -- Wolfgang Silbermayr Wed, 26 Dec 2018 15:02:14 -0800 diff --git a/src/tokio-tcp/debian/copyright b/src/tokio-tcp/debian/copyright deleted file mode 100644 index 4f51303fb..000000000 --- a/src/tokio-tcp/debian/copyright +++ /dev/null @@ -1,35 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-tcp -Upstream-Contact: Carl Lerche -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: - 2018-2019 Carl Lerche - 2018-2019 Tokio Contributors -License: MIT - -Files: debian/* -Copyright: - 2018-2019 Debian Rust Maintainers - 2018-2019 Wolfgang Silbermayr -License: MIT - -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/tokio-tcp/debian/copyright.debcargo.hint b/src/tokio-tcp/debian/copyright.debcargo.hint deleted file mode 100644 index c0daf1008..000000000 --- a/src/tokio-tcp/debian/copyright.debcargo.hint +++ /dev/null @@ -1,45 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-tcp -Upstream-Contact: Carl Lerche -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche -License: MIT -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 -Copyright: 2019 Tokio Contributors -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-2020 Debian Rust Maintainers - 2018-2020 Wolfgang Silbermayr -License: MIT - -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/tokio-tcp/debian/debcargo.toml b/src/tokio-tcp/debian/debcargo.toml deleted file mode 100644 index a6b2f3af9..000000000 --- a/src/tokio-tcp/debian/debcargo.toml +++ /dev/null @@ -1,2 +0,0 @@ -overlay = "." -uploaders = ["Wolfgang Silbermayr "] diff --git a/src/tokio-threadpool/debian/changelog b/src/tokio-threadpool/debian/changelog deleted file mode 100644 index a0e2cadcc..000000000 --- a/src/tokio-threadpool/debian/changelog +++ /dev/null @@ -1,33 +0,0 @@ -rust-tokio-threadpool (0.1.16-2) unstable; urgency=medium - - * Team upload. - * Package tokio-threadpool 0.1.16 from crates.io using debcargo 2.4.3 - - -- Sylvestre Ledru Sun, 04 Oct 2020 22:00:02 +0200 - -rust-tokio-threadpool (0.1.16-1) unstable; urgency=medium - - * Package tokio-threadpool 0.1.16 from crates.io using debcargo 2.4.0 - - -- kpcyrd Tue, 15 Oct 2019 10:16:57 +0000 - -rust-tokio-threadpool (0.1.15-1) unstable; urgency=medium - - * Package tokio-threadpool 0.1.15 from crates.io using debcargo 2.2.10 - - -- kpcyrd Tue, 16 Jul 2019 16:30:17 +0000 - -rust-tokio-threadpool (0.1.10-1) unstable; urgency=medium - - * Drop obsolete rand 0.5 dependency version patch - - [ kpcyrd ] - * Package tokio-threadpool 0.1.10 from crates.io using debcargo 2.2.9 - - -- Wolfgang Silbermayr Tue, 22 Jan 2019 16:29:02 +0100 - -rust-tokio-threadpool (0.1.7-1) unstable; urgency=medium - - * Package tokio-threadpool 0.1.7 from crates.io using debcargo 2.2.7 - - -- Wolfgang Silbermayr Thu, 04 Oct 2018 23:02:09 +0200 diff --git a/src/tokio-threadpool/debian/copyright b/src/tokio-threadpool/debian/copyright deleted file mode 100644 index 237584bc3..000000000 --- a/src/tokio-threadpool/debian/copyright +++ /dev/null @@ -1,36 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-threadpool -Upstream-Contact: Carl Lerche -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: - 2018-2019 Carl Lerche - 2018-2019 Tokio Contributors -License: MIT - -Files: debian/* -Copyright: - 2018-2019 Debian Rust Maintainers - 2018 Wolfgang Silbermayr - 2019 kpcyrd -License: MIT - -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/tokio-threadpool/debian/copyright.debcargo.hint b/src/tokio-threadpool/debian/copyright.debcargo.hint deleted file mode 100644 index 79aefa148..000000000 --- a/src/tokio-threadpool/debian/copyright.debcargo.hint +++ /dev/null @@ -1,46 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-threadpool -Upstream-Contact: Carl Lerche -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche -License: MIT -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 -Copyright: 2019 Tokio Contributors -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-2020 Debian Rust Maintainers - 2018-2020 Wolfgang Silbermayr - 2018-2020 kpcyrd -License: MIT - -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/tokio-threadpool/debian/debcargo.toml b/src/tokio-threadpool/debian/debcargo.toml deleted file mode 100644 index 5b8cee783..000000000 --- a/src/tokio-threadpool/debian/debcargo.toml +++ /dev/null @@ -1,3 +0,0 @@ -overlay = "." -uploaders = ["Wolfgang Silbermayr ", - "kpcyrd "] diff --git a/src/tokio-threadpool/debian/patches/series b/src/tokio-threadpool/debian/patches/series deleted file mode 100644 index f1891b3f0..000000000 --- a/src/tokio-threadpool/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -update-dep.diff diff --git a/src/tokio-threadpool/debian/patches/update-dep.diff b/src/tokio-threadpool/debian/patches/update-dep.diff deleted file mode 100644 index 69fb913ee..000000000 --- a/src/tokio-threadpool/debian/patches/update-dep.diff +++ /dev/null @@ -1,17 +0,0 @@ -Index: tokio-threadpool/Cargo.toml -=================================================================== ---- tokio-threadpool.orig/Cargo.toml -+++ tokio-threadpool/Cargo.toml -@@ -25,10 +25,10 @@ repository = "https://github.com/tokio-r - version = "0.7.0" - - [dependencies.crossbeam-queue] --version = "0.1.0" -+version = "0.2.0" - - [dependencies.crossbeam-utils] --version = "0.6.4" -+version = "0.7.0" - - [dependencies.futures] - version = "0.1.19" diff --git a/src/tokio-timer/debian/changelog b/src/tokio-timer/debian/changelog deleted file mode 100644 index e7973d908..000000000 --- a/src/tokio-timer/debian/changelog +++ /dev/null @@ -1,29 +0,0 @@ -rust-tokio-timer (0.2.11-2) unstable; urgency=medium - - * Team upload. - * Package tokio-timer 0.2.11 from crates.io using debcargo 2.4.3 - * Fix the deps - - -- Sylvestre Ledru Sun, 04 Oct 2020 22:27:07 +0200 - -rust-tokio-timer (0.2.11-1) unstable; urgency=medium - - * Package tokio-timer 0.2.11 from crates.io using debcargo 2.4.0 - - -- kpcyrd Fri, 09 Aug 2019 20:04:56 +0200 - -rust-tokio-timer (0.2.8-1) unstable; urgency=medium - - * Package tokio-timer 0.2.8 from crates.io using debcargo 2.2.9 - - [ Wolfgang Silbermayr ] - * Team upload. - * Package tokio-timer 0.2.7 from crates.io using debcargo 2.2.7 - - -- Ximin Luo Wed, 26 Dec 2018 15:16:21 -0800 - -rust-tokio-timer (0.2.6-1) unstable; urgency=medium - - * Package tokio-timer 0.2.6 from crates.io using debcargo 2.2.7 - - -- kpcyrd Tue, 18 Sep 2018 19:26:08 +0200 diff --git a/src/tokio-timer/debian/copyright b/src/tokio-timer/debian/copyright deleted file mode 100644 index a20e3c8ba..000000000 --- a/src/tokio-timer/debian/copyright +++ /dev/null @@ -1,35 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-timer -Upstream-Contact: Carl Lerche -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: - 2017-2019 Carl Lerche - 2017-2019 Tokio Contributors -License: MIT - -Files: debian/* -Copyright: - 2018 Debian Rust Maintainers - 2018 kpcyrd -License: MIT - -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/tokio-timer/debian/copyright.debcargo.hint b/src/tokio-timer/debian/copyright.debcargo.hint deleted file mode 100644 index 9402d011a..000000000 --- a/src/tokio-timer/debian/copyright.debcargo.hint +++ /dev/null @@ -1,45 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-timer -Upstream-Contact: Carl Lerche -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche -License: MIT -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 -Copyright: 2019 Tokio Contributors -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-2020 Debian Rust Maintainers - 2018-2020 kpcyrd -License: MIT - -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/tokio-timer/debian/debcargo.toml b/src/tokio-timer/debian/debcargo.toml deleted file mode 100644 index 8f1f3c1b4..000000000 --- a/src/tokio-timer/debian/debcargo.toml +++ /dev/null @@ -1,2 +0,0 @@ -overlay = "." -uploaders = ["kpcyrd "] diff --git a/src/tokio-timer/debian/patches/bump-dep.diff b/src/tokio-timer/debian/patches/bump-dep.diff deleted file mode 100644 index c75efbb42..000000000 --- a/src/tokio-timer/debian/patches/bump-dep.diff +++ /dev/null @@ -1,22 +0,0 @@ -Index: tokio-timer/Cargo.toml -=================================================================== ---- tokio-timer.orig/Cargo.toml -+++ tokio-timer/Cargo.toml -@@ -21,7 +21,7 @@ readme = "README.md" - license = "MIT" - repository = "https://github.com/tokio-rs/tokio" - [dependencies.crossbeam-utils] --version = "0.6.0" -+version = "0.7" - - [dependencies.futures] - version = "0.1.19" -@@ -30,7 +30,7 @@ version = "0.1.19" - version = "0.4.1" - - [dependencies.tokio-executor] --version = "0.1.1" -+version = "0.1" - [dev-dependencies.rand] - version = "0.6" - diff --git a/src/tokio-timer/debian/patches/series b/src/tokio-timer/debian/patches/series deleted file mode 100644 index 0472dcc20..000000000 --- a/src/tokio-timer/debian/patches/series +++ /dev/null @@ -1,2 +0,0 @@ -#bump-dep.diff -bump-dep.diff diff --git a/src/tokio-udp/debian/changelog b/src/tokio-udp/debian/changelog deleted file mode 100644 index 0c7c35ac3..000000000 --- a/src/tokio-udp/debian/changelog +++ /dev/null @@ -1,11 +0,0 @@ -rust-tokio-udp (0.1.3-2) unstable; urgency=medium - - * Source-only reupload for bullseye - - -- kpcyrd Mon, 15 Jul 2019 14:24:54 +0000 - -rust-tokio-udp (0.1.3-1) unstable; urgency=medium - - * Package tokio-udp 0.1.3 from crates.io using debcargo 2.2.9 - - -- kpcyrd Wed, 26 Dec 2018 15:04:20 -0800 diff --git a/src/tokio-udp/debian/copyright b/src/tokio-udp/debian/copyright deleted file mode 100644 index 64e6ea559..000000000 --- a/src/tokio-udp/debian/copyright +++ /dev/null @@ -1,35 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-udp -Upstream-Contact: Carl Lerche -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: - 2018 Carl Lerche - 2018 Tokio Contributors -License: MIT - -Files: debian/* -Copyright: - 2018-2019 Debian Rust Maintainers - 2018-2019 kpcyrd -License: MIT - -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/tokio-udp/debian/copyright.debcargo.hint b/src/tokio-udp/debian/copyright.debcargo.hint deleted file mode 100644 index fab198762..000000000 --- a/src/tokio-udp/debian/copyright.debcargo.hint +++ /dev/null @@ -1,45 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-udp -Upstream-Contact: Carl Lerche -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche -License: MIT -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 -Copyright: 2018 Tokio Contributors -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-2019 Debian Rust Maintainers - 2018-2019 kpcyrd -License: MIT - -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/tokio-udp/debian/debcargo.toml b/src/tokio-udp/debian/debcargo.toml deleted file mode 100644 index 8f1f3c1b4..000000000 --- a/src/tokio-udp/debian/debcargo.toml +++ /dev/null @@ -1,2 +0,0 @@ -overlay = "." -uploaders = ["kpcyrd "] diff --git a/src/tokio-uds/debian/changelog b/src/tokio-uds/debian/changelog deleted file mode 100644 index 1908cd646..000000000 --- a/src/tokio-uds/debian/changelog +++ /dev/null @@ -1,11 +0,0 @@ -rust-tokio-uds (0.2.5-1) unstable; urgency=medium - - * Package tokio-uds 0.2.5 from crates.io using debcargo 2.2.10 - - -- kpcyrd Mon, 15 Jul 2019 15:52:38 +0000 - -rust-tokio-uds (0.2.4-1) unstable; urgency=medium - - * Package tokio-uds 0.2.4 from crates.io using debcargo 2.2.9 - - -- kpcyrd Wed, 26 Dec 2018 15:05:19 -0800 diff --git a/src/tokio-uds/debian/copyright b/src/tokio-uds/debian/copyright deleted file mode 100644 index 505937dbb..000000000 --- a/src/tokio-uds/debian/copyright +++ /dev/null @@ -1,35 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-uds -Upstream-Contact: Carl Lerche -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: - 2016-2019 Carl Lerche - 2016-2019 Tokio Contributors -License: MIT - -Files: debian/* -Copyright: - 2018-2019 Debian Rust Maintainers - 2018-2019 kpcyrd -License: MIT - -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/tokio-uds/debian/copyright.debcargo.hint b/src/tokio-uds/debian/copyright.debcargo.hint deleted file mode 100644 index b5157a86a..000000000 --- a/src/tokio-uds/debian/copyright.debcargo.hint +++ /dev/null @@ -1,45 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: tokio-uds -Upstream-Contact: Carl Lerche -Source: https://github.com/tokio-rs/tokio - -Files: * -Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche -License: MIT -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 -Copyright: 2019 Tokio Contributors -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-2019 Debian Rust Maintainers - 2018-2019 kpcyrd -License: MIT - -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/tokio-uds/debian/debcargo.toml b/src/tokio-uds/debian/debcargo.toml deleted file mode 100644 index 8f1f3c1b4..000000000 --- a/src/tokio-uds/debian/debcargo.toml +++ /dev/null @@ -1,2 +0,0 @@ -overlay = "." -uploaders = ["kpcyrd "] -- 2.39.5