Codebase list rust-stfu8 / ae9ef0d
Package argparse 0.2.2 Robin Krahl 5 years ago
4 changed file(s) with 84 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-argparse (0.2.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package argparse 0.2.2 from crates.io using debcargo 2.2.9
4
5 -- Robin Krahl <robin.krahl@ireas.org> Wed, 2 Jan 2019 23:36:55 +0000
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: argparse
2 Upstream-Contact: Paul Colomiets <paul@colomiets.name>
3
4 Files: *
5 Copyright: 2014-2018 Paul Colomiets <paul@colomiets.name>
6 License: MIT
7
8 Files: debian/*
9 Copyright:
10 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
11 2019 Robin Krahl <robin.krahl@ireas.org>
12 License: MIT
13
14 License: MIT
15 Permission is hereby granted, free of charge, to any person obtaining a copy
16 of this software and associated documentation files (the "Software"), to deal
17 in the Software without restriction, including without limitation the rights
18 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19 copies of the Software, and to permit persons to whom the Software is
20 furnished to do so, subject to the following conditions:
21 .
22 The above copyright notice and this permission notice shall be included in all
23 copies or substantial portions of the Software.
24 .
25 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: argparse
2 Upstream-Contact: Paul Colomiets <paul@colomiets.name>
3
4 Files: *
5 Copyright: FIXME (overlay) UNKNOWN-YEARS Paul Colomiets <paul@colomiets.name>
6 License: MIT
7 Comment:
8 FIXME (overlay): Since upstream copyright years are not available in
9 Cargo.toml, they were extracted from the upstream Git repository. This may not
10 be correct information so you should review and fix this before uploading to
11 the archive.
12
13 Files: ./LICENSE
14 Copyright: 2014-2015 Paul Colomiets
15 License: UNKNOWN-LICENSE; FIXME (overlay)
16 Comment:
17 FIXME (overlay): These notices are extracted from files. Please review them
18 before uploading to the archive.
19
20 Files: debian/*
21 Copyright:
22 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
23 2019 Robin Krahl <robin.krahl@ireas.org>
24 License: MIT
25
26 License: MIT
27 Permission is hereby granted, free of charge, to any person obtaining a copy
28 of this software and associated documentation files (the "Software"), to deal
29 in the Software without restriction, including without limitation the rights
30 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
31 copies of the Software, and to permit persons to whom the Software is
32 furnished to do so, subject to the following conditions:
33 .
34 The above copyright notice and this permission notice shall be included in all
35 copies or substantial portions of the Software.
36 .
37 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
39 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
40 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
41 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
42 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
43 SOFTWARE.
0 overlay = "."
1 uploaders = ["Robin Krahl <robin.krahl@ireas.org>"]