]> git.proxmox.com Git - debcargo-conf.git/commitdiff
Remove tokio-{async-await,buf,core,current-thread,executor,fs,io,process,reactor...
authorJames McCoy <jamessan@debian.org>
Mon, 29 Aug 2022 21:39:00 +0000 (17:39 -0400)
committerJames McCoy <jamessan@debian.org>
Mon, 29 Aug 2022 21:39:20 +0000 (17:39 -0400)
76 files changed:
src/tokio-async-await/debian/changelog [deleted file]
src/tokio-async-await/debian/copyright [deleted file]
src/tokio-async-await/debian/copyright.debcargo.hint [deleted file]
src/tokio-async-await/debian/debcargo.toml [deleted file]
src/tokio-buf/debian/changelog [deleted file]
src/tokio-buf/debian/copyright [deleted file]
src/tokio-buf/debian/copyright.debcargo.hint [deleted file]
src/tokio-buf/debian/debcargo.toml [deleted file]
src/tokio-codec/debian/changelog [deleted file]
src/tokio-codec/debian/copyright [deleted file]
src/tokio-codec/debian/copyright.debcargo.hint [deleted file]
src/tokio-codec/debian/debcargo.toml [deleted file]
src/tokio-core/debian/changelog [deleted file]
src/tokio-core/debian/copyright [deleted file]
src/tokio-core/debian/copyright.debcargo.hint [deleted file]
src/tokio-core/debian/debcargo.toml [deleted file]
src/tokio-current-thread/debian/changelog [deleted file]
src/tokio-current-thread/debian/copyright [deleted file]
src/tokio-current-thread/debian/copyright.debcargo.hint [deleted file]
src/tokio-current-thread/debian/debcargo.toml [deleted file]
src/tokio-executor/debian/changelog [deleted file]
src/tokio-executor/debian/copyright [deleted file]
src/tokio-executor/debian/copyright.debcargo.hint [deleted file]
src/tokio-executor/debian/debcargo.toml [deleted file]
src/tokio-executor/debian/patches/series [deleted file]
src/tokio-executor/debian/patches/update-dep.diff [deleted file]
src/tokio-fs/debian/changelog [deleted file]
src/tokio-fs/debian/copyright [deleted file]
src/tokio-fs/debian/copyright.debcargo.hint [deleted file]
src/tokio-fs/debian/debcargo.toml [deleted file]
src/tokio-io/debian/changelog [deleted file]
src/tokio-io/debian/copyright [deleted file]
src/tokio-io/debian/copyright.debcargo.hint [deleted file]
src/tokio-io/debian/debcargo.toml [deleted file]
src/tokio-process/debian/changelog [deleted file]
src/tokio-process/debian/copyright [deleted file]
src/tokio-process/debian/copyright.debcargo.hint [deleted file]
src/tokio-process/debian/debcargo.toml [deleted file]
src/tokio-reactor/debian/changelog [deleted file]
src/tokio-reactor/debian/copyright [deleted file]
src/tokio-reactor/debian/copyright.debcargo.hint [deleted file]
src/tokio-reactor/debian/debcargo.toml [deleted file]
src/tokio-reactor/debian/patches/bump-dep.diff [deleted file]
src/tokio-reactor/debian/patches/series [deleted file]
src/tokio-signal/debian/changelog [deleted file]
src/tokio-signal/debian/copyright [deleted file]
src/tokio-signal/debian/copyright.debcargo.hint [deleted file]
src/tokio-signal/debian/debcargo.toml [deleted file]
src/tokio-sync/debian/changelog [deleted file]
src/tokio-sync/debian/copyright [deleted file]
src/tokio-sync/debian/copyright.debcargo.hint [deleted file]
src/tokio-sync/debian/debcargo.toml [deleted file]
src/tokio-tcp/debian/changelog [deleted file]
src/tokio-tcp/debian/copyright [deleted file]
src/tokio-tcp/debian/copyright.debcargo.hint [deleted file]
src/tokio-tcp/debian/debcargo.toml [deleted file]
src/tokio-threadpool/debian/changelog [deleted file]
src/tokio-threadpool/debian/copyright [deleted file]
src/tokio-threadpool/debian/copyright.debcargo.hint [deleted file]
src/tokio-threadpool/debian/debcargo.toml [deleted file]
src/tokio-threadpool/debian/patches/series [deleted file]
src/tokio-threadpool/debian/patches/update-dep.diff [deleted file]
src/tokio-timer/debian/changelog [deleted file]
src/tokio-timer/debian/copyright [deleted file]
src/tokio-timer/debian/copyright.debcargo.hint [deleted file]
src/tokio-timer/debian/debcargo.toml [deleted file]
src/tokio-timer/debian/patches/bump-dep.diff [deleted file]
src/tokio-timer/debian/patches/series [deleted file]
src/tokio-udp/debian/changelog [deleted file]
src/tokio-udp/debian/copyright [deleted file]
src/tokio-udp/debian/copyright.debcargo.hint [deleted file]
src/tokio-udp/debian/debcargo.toml [deleted file]
src/tokio-uds/debian/changelog [deleted file]
src/tokio-uds/debian/copyright [deleted file]
src/tokio-uds/debian/copyright.debcargo.hint [deleted file]
src/tokio-uds/debian/debcargo.toml [deleted file]

diff --git a/src/tokio-async-await/debian/changelog b/src/tokio-async-await/debian/changelog
deleted file mode 100644 (file)
index 7e75a73..0000000
+++ /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 <git@rxv.cc>  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 (file)
index 6c6fa95..0000000
+++ /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 <me@carllerche.com>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright:
- 2018-2019 Carl Lerche <me@carllerche.com>
- 2019 Tokio Contributors
- 2016 futures-rs authors
-License: MIT
-
-Files: debian/*
-Copyright:
- 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2019 kpcyrd <git@rxv.cc>
-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 (file)
index 3fb3c76..0000000
+++ /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 <me@carllerche.com>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche <me@carllerche.com>
-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 <pkg-rust-maintainers@alioth-lists.debian.net>
- 2019 kpcyrd <git@rxv.cc>
-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 (file)
index 8f1f3c1..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-overlay = "."
-uploaders = ["kpcyrd <git@rxv.cc>"]
diff --git a/src/tokio-buf/debian/changelog b/src/tokio-buf/debian/changelog
deleted file mode 100644 (file)
index 7f31ce1..0000000
+++ /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 <sylvestre@debian.org>  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 <git@rxv.cc>  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 (file)
index 39199b4..0000000
+++ /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 <me@carllerche.com>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright:
- 2019 Carl Lerche <me@carllerche.com>
- 2019 Tokio Contributors
-License: MIT
-
-Files: debian/*
-Copyright:
- 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2019 kpcyrd <git@rxv.cc>
-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 (file)
index df963b3..0000000
+++ /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 <me@carllerche.com>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche <me@carllerche.com>
-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 <pkg-rust-maintainers@alioth-lists.debian.net>
- 2019 kpcyrd <git@rxv.cc>
-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 (file)
index 8f1f3c1..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-overlay = "."
-uploaders = ["kpcyrd <git@rxv.cc>"]
diff --git a/src/tokio-codec/debian/changelog b/src/tokio-codec/debian/changelog
deleted file mode 100644 (file)
index 5e5e053..0000000
+++ /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 <wolfgang@silbermayr.at>  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 (file)
index 02f421f..0000000
+++ /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 <me@carllerche.com>
- Bryan Burgers <bryan@burgers.io>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright:
- 2018 Carl Lerche <me@carllerche.com>
- 2018 Bryan Burgers <bryan@burgers.io>
- 2018 Tokio Contributors
-License: MIT
-
-Files: debian/*
-Copyright:
- 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
-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 (file)
index bf2c448..0000000
+++ /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 <me@carllerche.com>
- Bryan Burgers <bryan@burgers.io>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright:
- FIXME (overlay) UNKNOWN-YEARS Carl Lerche <me@carllerche.com>
- FIXME (overlay) UNKNOWN-YEARS Bryan Burgers <bryan@burgers.io>
-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 <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
-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 (file)
index a6b2f3a..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-overlay = "."
-uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
diff --git a/src/tokio-core/debian/changelog b/src/tokio-core/debian/changelog
deleted file mode 100644 (file)
index d85bc8d..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-rust-tokio-core (0.1.17-2) unstable; urgency=medium
-
-  * Source-only reupload for bullseye
-
- -- kpcyrd <git@rxv.cc>  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 <git@rxv.cc>  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 (file)
index 363ef4a..0000000
+++ /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 <me@carllerche.com>
-Source: https://github.com/tokio-rs/tokio-core
-
-Files: *
-Copyright:
- 2016-2018 Carl Lerche <me@carllerche.com>
- 2016 Alex Crichton
-License: MIT or Apache-2.0
-
-Files: debian/*
-Copyright:
- 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018-2019 kpcyrd <git@rxv.cc>
-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 (file)
index 5965b85..0000000
+++ /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 <me@carllerche.com>
-Source: https://github.com/tokio-rs/tokio-core
-
-Files: *
-Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche <me@carllerche.com>
-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 <pkg-rust-maintainers@alioth-lists.debian.net>
- 2019 kpcyrd <git@rxv.cc>
-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 (file)
index fafc9b8..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-overlay = "."
-uploaders = ["kpcyrd <git@rxv.cc>"]
-
-# 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 (file)
index 4549a4f..0000000
+++ /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 <git@rxv.cc>  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 <git@rxv.cc>  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 <git@rxv.cc>  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 (file)
index abdacaf..0000000
+++ /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 <me@carllerche.com>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright:
- 2018-2019 Carl Lerche <me@carllerche.com>
- 2018-2019 Tokio Contributors
-License: MIT
-
-Files: debian/*
-Copyright:
- 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018-2019 kpcyrd <git@rxv.cc>
-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 (file)
index 140c03e..0000000
+++ /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 <me@carllerche.com>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche <me@carllerche.com>
-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 <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018-2019 kpcyrd <git@rxv.cc>
-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 (file)
index f8c2e7f..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-overlay = "."
-uploaders = ["kpcyrd <git@rxv.cc>"]
-
-# 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 (file)
index 729278d..0000000
+++ /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 <sylvestre@debian.org>  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 <wolfgang@silbermayr.at>  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 <wolfgang@silbermayr.at>  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 <wolfgang@silbermayr.at>  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 <git@rxv.cc>  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 (file)
index 3a67b25..0000000
+++ /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 <me@carllerche.com>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright:
- 2018-2019 Carl Lerche <me@carllerche.com>
- 2018-2019 Tokio Contributors
-License: MIT
-
-Files: debian/*
-Copyright:
- 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018 kpcyrd <git@rxv.cc>
- 2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
-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 (file)
index accf409..0000000
+++ /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 <me@carllerche.com>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche <me@carllerche.com>
-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 <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018-2020 kpcyrd <git@rxv.cc>
- 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
-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 (file)
index 6bd5986..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-overlay = "."
-uploaders = [
-  "kpcyrd <git@rxv.cc>",
-  "Wolfgang Silbermayr <wolfgang@silbermayr.at>",
-]
diff --git a/src/tokio-executor/debian/patches/series b/src/tokio-executor/debian/patches/series
deleted file mode 100644 (file)
index f1891b3..0000000
+++ /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 (file)
index f7ebbf8..0000000
+++ /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 (file)
index a0dd2da..0000000
+++ /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 <wolfgang@silbermayr.at>  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 <wolfgang@silbermayr.at>  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 <wolfgang@silbermayr.at>  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 <wolfgang@silbermayr.at>  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 (file)
index 27f801d..0000000
+++ /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 <me@carllerche.com>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright:
- 2018 Carl Lerche <me@carllerche.com>
- 2018 Tokio Contributors
-License: MIT
-
-Files: debian/*
-Copyright:
- 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
-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 (file)
index 85aa964..0000000
+++ /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 <me@carllerche.com>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche <me@carllerche.com>
-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 <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
-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 (file)
index a6b2f3a..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-overlay = "."
-uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
diff --git a/src/tokio-io/debian/changelog b/src/tokio-io/debian/changelog
deleted file mode 100644 (file)
index fb3a99f..0000000
+++ /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 <wolfgang@silbermayr.at>  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 <git@rxv.cc>  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 (file)
index ab4ed53..0000000
+++ /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 <me@carllerche.com>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright:
- 2016-2019 Carl Lerche <me@carllerche.com>
- 2016-2019 Tokio Contributors
-License: MIT
-
-Files: debian/*
-Copyright:
- 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018 kpcyrd <git@rxv.cc>
- 2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
-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 (file)
index b6b60b4..0000000
+++ /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 <me@carllerche.com>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche <me@carllerche.com>
-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 <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018-2019 kpcyrd <git@rxv.cc>
- 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
-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 (file)
index 6bd5986..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-overlay = "."
-uploaders = [
-  "kpcyrd <git@rxv.cc>",
-  "Wolfgang Silbermayr <wolfgang@silbermayr.at>",
-]
diff --git a/src/tokio-process/debian/changelog b/src/tokio-process/debian/changelog
deleted file mode 100644 (file)
index 32ba22d..0000000
+++ /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 <sylvestre@debian.org>  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 <infinity0@debian.org>  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 (file)
index c519ebf..0000000
+++ /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 <alex@alexcrichton.com>
- Ivan Petkov <ivanppetkov@gmail.com>
-Source: https://github.com/alexcrichton/tokio-process
-
-Files: *
-Copyright:
- 2016-2019 Alex Crichton <alex@alexcrichton.com>
- 2016-2019 Ivan Petkov <ivanppetkov@gmail.com>
-License: MIT or Apache-2.0
-
-Files: debian/*
-Copyright:
- 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2019 Ximin Luo <infinity0@debian.org>
-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 (file)
index c92346e..0000000
+++ /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 <alex@alexcrichton.com>
- Ivan Petkov <ivanppetkov@gmail.com>
-Source: https://github.com/alexcrichton/tokio-process
-
-Files: *
-Copyright:
- FIXME (overlay) UNKNOWN-YEARS Alex Crichton <alex@alexcrichton.com>
- FIXME (overlay) UNKNOWN-YEARS Ivan Petkov <ivanppetkov@gmail.com>
-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 <pkg-rust-maintainers@alioth-lists.debian.net>
- 2019-2021 Ximin Luo <infinity0@debian.org>
-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 (file)
index 35e150d..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-overlay = "."
-uploaders = ["Ximin Luo <infinity0@debian.org>"]
-# 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 (file)
index 5509a61..0000000
+++ /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 <sylvestre@debian.org>  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 <git@rxv.cc>  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 <git@rxv.cc>  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 (file)
index 066f484..0000000
+++ /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 <me@carllerche.com>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright:
- 2018-2019 Carl Lerche <me@carllerche.com>
- 2018-2019 Tokio Contributors
-License: MIT
-
-Files: debian/*
-Copyright:
- 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018-2019 kpcyrd <git@rxv.cc>
-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 (file)
index 2980a7d..0000000
+++ /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 <me@carllerche.com>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche <me@carllerche.com>
-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 <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018-2020 kpcyrd <git@rxv.cc>
-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 (file)
index 8f1f3c1..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-overlay = "."
-uploaders = ["kpcyrd <git@rxv.cc>"]
diff --git a/src/tokio-reactor/debian/patches/bump-dep.diff b/src/tokio-reactor/debian/patches/bump-dep.diff
deleted file mode 100644 (file)
index 6af25e9..0000000
+++ /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 (file)
index bbad2f2..0000000
+++ /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 (file)
index 1def10e..0000000
+++ /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 <sylvestre@debian.org>  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 <git@rxv.cc>  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 (file)
index 7a8db22..0000000
+++ /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 <alex@alexcrichton.com>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright:
- 2016-2018 Alex Crichton <alex@alexcrichton.com>
- 2016-2018 Tokio contributors
-License: MIT
-
-Files: debian/*
-Copyright:
- 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2019 kpcyrd <git@rxv.cc>
-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 (file)
index d90090f..0000000
+++ /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 <alex@alexcrichton.com>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright: FIXME (overlay) UNKNOWN-YEARS Alex Crichton <alex@alexcrichton.com>
-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 <pkg-rust-maintainers@alioth-lists.debian.net>
- 2019 kpcyrd <git@rxv.cc>
-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 (file)
index faf8a83..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-overlay = "."
-uploaders = ["kpcyrd <git@rxv.cc>"]
-
-# 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 (file)
index ca4cf57..0000000
+++ /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 <sylvestre@debian.org>  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 <sylvestre@debian.org>  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 (file)
index b400fb4..0000000
+++ /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 <me@carllerche.com>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright:
- 2019 Carl Lerche <me@carllerche.com>
- 2019 Tokio Contributors
-License: MIT
-
-Files: debian/*
-Copyright:
- 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2019 kpcyrd <git@rxv.cc>
-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 (file)
index 885b08e..0000000
+++ /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 <me@carllerche.com>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche <me@carllerche.com>
-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 <pkg-rust-maintainers@alioth-lists.debian.net>
- 2019-2020 kpcyrd <git@rxv.cc>
-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 (file)
index 8f1f3c1..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-overlay = "."
-uploaders = ["kpcyrd <git@rxv.cc>"]
diff --git a/src/tokio-tcp/debian/changelog b/src/tokio-tcp/debian/changelog
deleted file mode 100644 (file)
index 88c145f..0000000
+++ /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 <sylvestre@debian.org>  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 <wolfgang@silbermayr.at>  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 <wolfgang@silbermayr.at>  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 (file)
index 4f51303..0000000
+++ /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 <me@carllerche.com>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright:
- 2018-2019 Carl Lerche <me@carllerche.com>
- 2018-2019 Tokio Contributors
-License: MIT
-
-Files: debian/*
-Copyright:
- 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
-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 (file)
index c0daf10..0000000
+++ /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 <me@carllerche.com>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche <me@carllerche.com>
-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 <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
-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 (file)
index a6b2f3a..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-overlay = "."
-uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
diff --git a/src/tokio-threadpool/debian/changelog b/src/tokio-threadpool/debian/changelog
deleted file mode 100644 (file)
index a0e2cad..0000000
+++ /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 <sylvestre@debian.org>  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 <git@rxv.cc>  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 <git@rxv.cc>  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 <wolfgang@silbermayr.at>  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 <wolfgang@silbermayr.at>  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 (file)
index 237584b..0000000
+++ /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 <me@carllerche.com>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright:
- 2018-2019 Carl Lerche <me@carllerche.com>
- 2018-2019 Tokio Contributors
-License: MIT
-
-Files: debian/*
-Copyright:
- 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
- 2019 kpcyrd <git@rxv.cc>
-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 (file)
index 79aefa1..0000000
+++ /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 <me@carllerche.com>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche <me@carllerche.com>
-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 <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
- 2018-2020 kpcyrd <git@rxv.cc>
-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 (file)
index 5b8cee7..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-overlay = "."
-uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>",
-             "kpcyrd <git@rxv.cc>"]
diff --git a/src/tokio-threadpool/debian/patches/series b/src/tokio-threadpool/debian/patches/series
deleted file mode 100644 (file)
index f1891b3..0000000
+++ /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 (file)
index 69fb913..0000000
+++ /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 (file)
index e7973d9..0000000
+++ /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 <sylvestre@debian.org>  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 <git@rxv.cc>  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 <infinity0@debian.org>  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 <git@rxv.cc>  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 (file)
index a20e3c8..0000000
+++ /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 <me@carllerche.com>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright:
- 2017-2019 Carl Lerche <me@carllerche.com>
- 2017-2019 Tokio Contributors
-License: MIT
-
-Files: debian/*
-Copyright:
- 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018 kpcyrd <git@rxv.cc>
-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 (file)
index 9402d01..0000000
+++ /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 <me@carllerche.com>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche <me@carllerche.com>
-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 <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018-2020 kpcyrd <git@rxv.cc>
-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 (file)
index 8f1f3c1..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-overlay = "."
-uploaders = ["kpcyrd <git@rxv.cc>"]
diff --git a/src/tokio-timer/debian/patches/bump-dep.diff b/src/tokio-timer/debian/patches/bump-dep.diff
deleted file mode 100644 (file)
index c75efbb..0000000
+++ /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 (file)
index 0472dcc..0000000
+++ /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 (file)
index 0c7c35a..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-rust-tokio-udp (0.1.3-2) unstable; urgency=medium
-
-  * Source-only reupload for bullseye
-
- -- kpcyrd <git@rxv.cc>  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 <git@rxv.cc>  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 (file)
index 64e6ea5..0000000
+++ /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 <me@carllerche.com>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright:
- 2018 Carl Lerche <me@carllerche.com>
- 2018 Tokio Contributors
-License: MIT
-
-Files: debian/*
-Copyright:
- 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018-2019 kpcyrd <git@rxv.cc>
-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 (file)
index fab1987..0000000
+++ /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 <me@carllerche.com>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche <me@carllerche.com>
-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 <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018-2019 kpcyrd <git@rxv.cc>
-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 (file)
index 8f1f3c1..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-overlay = "."
-uploaders = ["kpcyrd <git@rxv.cc>"]
diff --git a/src/tokio-uds/debian/changelog b/src/tokio-uds/debian/changelog
deleted file mode 100644 (file)
index 1908cd6..0000000
+++ /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 <git@rxv.cc>  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 <git@rxv.cc>  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 (file)
index 505937d..0000000
+++ /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 <me@carllerche.com>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright:
- 2016-2019 Carl Lerche <me@carllerche.com>
- 2016-2019 Tokio Contributors
-License: MIT
-
-Files: debian/*
-Copyright:
- 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018-2019 kpcyrd <git@rxv.cc>
-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 (file)
index b5157a8..0000000
+++ /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 <me@carllerche.com>
-Source: https://github.com/tokio-rs/tokio
-
-Files: *
-Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche <me@carllerche.com>
-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 <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018-2019 kpcyrd <git@rxv.cc>
-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 (file)
index 8f1f3c1..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-overlay = "."
-uploaders = ["kpcyrd <git@rxv.cc>"]