Codebase list rust-stfu8 / 30d448c
packaged transitional clap-derive-3 package Matthias Geiger 1 year, 4 months ago
4 changed file(s) with 180 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-clap-derive-3 (3.2.18-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package clap_derive 3.2.18 from crates.io using debcargo 2.6.0
4
5 -- Matthias Geiger <matthias.geiger1024@tutanota.de> Thu, 29 Dec 2022 00:34:10 +0100
6
7 rust-clap-derive (3.2.18-1) unstable; urgency=medium
8
9 * Team upload.
10 * Package clap_derive 3.2.18 from crates.io using debcargo 2.5.0
11
12 -- Peter Michael Green <plugwash@debian.org> Sat, 08 Oct 2022 07:56:36 +0000
13
14 rust-clap-derive (3.2.15-1) unstable; urgency=medium
15
16 * Team upload.
17 * Package clap_derive 3.2.15 from crates.io using debcargo 2.5.0
18
19 -- Peter Michael Green <plugwash@debian.org> Sun, 31 Jul 2022 16:41:35 +0000
20
21 rust-clap-derive (3.1.7-1) unstable; urgency=medium
22
23 * Team upload.
24 * Package clap_derive 3.1.7 from crates.io using debcargo 2.5.0
25
26 [ Ben Westover ]
27 * Package clap_derive 3.1.4 from crates.io using debcargo 2.5.0
28
29 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 15 Apr 2022 13:26:37 +0200
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: clap_derive
2 Upstream-Contact: Kevin B. Knapp <kbknapp@gmail.com>
3 Source: https://github.com/clap-rs/clap/tree/master/clap_derive
4
5 Files: *
6 Copyright:
7 2015-2022 Kevin B. Knapp <kbknapp@gmail.com>
8 2015-2022 Clap Contributors
9 2018 Guillaume Pinot <texitoi@texitoi.eu>
10 2018 Ana Hobden <operator@hoverbear.org>
11 License: MIT or Apache-2.0
12
13 Files: debian/*
14 Copyright:
15 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
16 2022 Ben Westover <me@benthetechguy.net>
17 License: MIT
18
19 License: Apache-2.0
20 Debian systems provide the Apache 2.0 license in
21 /usr/share/common-licenses/Apache-2.0
22
23 License: MIT
24 Permission is hereby granted, free of charge, to any person obtaining a copy
25 of this software and associated documentation files (the "Software"), to deal
26 in the Software without restriction, including without limitation the rights
27 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
28 copies of the Software, and to permit persons to whom the Software is
29 furnished to do so, subject to the following conditions:
30 .
31 The above copyright notice and this permission notice shall be included in all
32 copies or substantial portions of the Software.
33 .
34 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
35 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
37 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
38 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
39 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
40 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: clap_derive
2 Upstream-Contact: FIXME (overlay) UNKNOWN-AUTHORS
3 Source: https://github.com/clap-rs/clap/tree/master/clap_derive
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-AUTHORS FIXME (overlay) UNKNOWN-YEARS
7 License: MIT or Apache-2.0
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-MIT
15 Copyright: 2015-2022 Kevin B. Knapp and Clap Contributors
16 License: UNKNOWN-LICENSE; FIXME (overlay)
17 Comment:
18 FIXME (overlay): These notices are extracted from files. Please review them
19 before uploading to the archive.
20
21 Files: src/attrs.rs
22 Copyright: 2018 Guillaume Pinot (@TeXitoi) <texitoi@texitoi.eu>,
23 License: UNKNOWN-LICENSE; FIXME (overlay)
24 Comment:
25 FIXME (overlay): These notices are extracted from files. Please review them
26 before uploading to the archive.
27
28 Files: src/derives/args.rs
29 Copyright: 2018 Guillaume Pinot (@TeXitoi) <texitoi@texitoi.eu>,
30 License: UNKNOWN-LICENSE; FIXME (overlay)
31 Comment:
32 FIXME (overlay): These notices are extracted from files. Please review them
33 before uploading to the archive.
34
35 Files: src/derives/into_app.rs
36 Copyright: 2018 Guillaume Pinot (@TeXitoi) <texitoi@texitoi.eu>,
37 License: UNKNOWN-LICENSE; FIXME (overlay)
38 Comment:
39 FIXME (overlay): These notices are extracted from files. Please review them
40 before uploading to the archive.
41
42 Files: src/derives/mod.rs
43 Copyright: 2018 Guillaume Pinot (@TeXitoi) <texitoi@texitoi.eu>,
44 License: UNKNOWN-LICENSE; FIXME (overlay)
45 Comment:
46 FIXME (overlay): These notices are extracted from files. Please review them
47 before uploading to the archive.
48
49 Files: src/derives/parser.rs
50 Copyright: 2018 Guillaume Pinot (@TeXitoi) <texitoi@texitoi.eu>,
51 License: UNKNOWN-LICENSE; FIXME (overlay)
52 Comment:
53 FIXME (overlay): These notices are extracted from files. Please review them
54 before uploading to the archive.
55
56 Files: src/derives/subcommand.rs
57 Copyright: 2018 Guillaume Pinot (@TeXitoi) <texitoi@texitoi.eu>,
58 License: UNKNOWN-LICENSE; FIXME (overlay)
59 Comment:
60 FIXME (overlay): These notices are extracted from files. Please review them
61 before uploading to the archive.
62
63 Files: src/derives/value_enum.rs
64 Copyright: 2018 Guillaume Pinot (@TeXitoi) <texitoi@texitoi.eu>,
65 License: UNKNOWN-LICENSE; FIXME (overlay)
66 Comment:
67 FIXME (overlay): These notices are extracted from files. Please review them
68 before uploading to the archive.
69
70 Files: src/lib.rs
71 Copyright: 2018 Guillaume Pinot (@TeXitoi) <texitoi@texitoi.eu>,
72 License: UNKNOWN-LICENSE; FIXME (overlay)
73 Comment:
74 FIXME (overlay): These notices are extracted from files. Please review them
75 before uploading to the archive.
76
77 Files: debian/*
78 Copyright:
79 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
80 2022 Matthias Geiger <matthias.geiger1024@tutanota.de>
81 License: MIT or Apache-2.0
82
83 License: Apache-2.0
84 Debian systems provide the Apache 2.0 license in
85 /usr/share/common-licenses/Apache-2.0
86
87 License: MIT
88 Permission is hereby granted, free of charge, to any person obtaining a copy
89 of this software and associated documentation files (the "Software"), to deal
90 in the Software without restriction, including without limitation the rights
91 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
92 copies of the Software, and to permit persons to whom the Software is
93 furnished to do so, subject to the following conditions:
94 .
95 The above copyright notice and this permission notice shall be included in all
96 copies or substantial portions of the Software.
97 .
98 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
99 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
100 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
101 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
102 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
103 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
104 SOFTWARE.
0 semver_suffix = true
1 overlay = "."
2 uploaders = ["Matthias Geiger <matthias.geiger1024@tutanota.de>"]
3 collapse_features = true