Codebase list rust-stfu8 / dc6c8e0
package tokio-macros 0.2.1 Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com> Fabian Grünbichler 4 years ago
6 changed file(s) with 94 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 direct rdeps that need updating afterwards:
1 tokio to 0.2.10
0 NEW
1
2 part of futures/tokio/hyper transition - see TODO.rst
3
4 autopkgtests require tokio, which depends on this crate.
0 rust-tokio-macros (0.2.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package tokio-macros 0.2.3 from crates.io using debcargo 2.4.2
3
4 -- Fabian Grünbichler <f.gruenbichler@proxmox.com> Fri, 17 Jan 2020 09:53:00 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: tokio-macros
2 Upstream-Contact: Tokio Contributors <team@tokio.rs>
3 Source: https://github.com/tokio-rs/tokio
4
5 Files: *
6 Copyright: 2019 Tokio Contributors <team@tokio.rs>
7 License: MIT
8
9 Files: debian/*
10 Copyright:
11 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2019 Fabian Grünbichler <f.gruenbichler@proxmox.com>
13 License: MIT
14
15 License: MIT
16 Permission is hereby granted, free of charge, to any person obtaining a copy
17 of this software and associated documentation files (the "Software"), to deal
18 in the Software without restriction, including without limitation the rights
19 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20 copies of the Software, and to permit persons to whom the Software is
21 furnished to do so, subject to the following conditions:
22 .
23 The above copyright notice and this permission notice shall be included in all
24 copies or substantial portions of the Software.
25 .
26 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
31 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: tokio-macros
2 Upstream-Contact: Tokio Contributors <team@tokio.rs>
3 Source: https://github.com/tokio-rs/tokio
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Tokio Contributors <team@tokio.rs>
7 License: MIT
8 Comment:
9 FIXME (overlay): Since upstream copyright years are not available in
10 Cargo.toml, they were extracted from the upstream Git repository. This may not
11 be correct information so you should review and fix this before uploading to
12 the archive.
13
14 Files: ./LICENSE
15 Copyright:
16 2019 Tokio Contributors
17 2019 Yoshua Wuyts
18 License: UNKNOWN-LICENSE; FIXME (overlay)
19 Comment:
20 FIXME (overlay): These notices are extracted from files. Please review them
21 before uploading to the archive.
22
23 Files: debian/*
24 Copyright:
25 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
26 2020 Fabian Grünbichler <f.gruenbichler@proxmox.com>
27 License: MIT
28
29 License: MIT
30 Permission is hereby granted, free of charge, to any person obtaining a copy
31 of this software and associated documentation files (the "Software"), to deal
32 in the Software without restriction, including without limitation the rights
33 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
34 copies of the Software, and to permit persons to whom the Software is
35 furnished to do so, subject to the following conditions:
36 .
37 The above copyright notice and this permission notice shall be included in all
38 copies or substantial portions of the Software.
39 .
40 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
41 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
42 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
43 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
44 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
45 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
46 SOFTWARE.
0 overlay = "."
1 uploaders = ["Fabian Grünbichler <f.gruenbichler@proxmox.com>"]