Codebase list rust-stfu8 / cbbeda9
Package & RFS: mint 0.5.1 Wolfgang Silbermayr 5 years ago
5 changed file(s) with 98 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
3636 rand_core 0.2 (update, adds new binary packages)
3737 colored_json
3838 dogged
39 mint
3940
4041 Delayed/problematic::
4142
0 rust-mint (0.5.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package mint 0.5.1 from crates.io using debcargo 2.2.9
3
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Tue, 22 Jan 2019 09:06:54 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: mint
2 Upstream-Contact:
3 Dzmitry Malyshau <kvarkus@gmail.com>
4 Ilya Bogdanov <fumlead@gmail.com>
5 Benjamin Saunders <ben.e.saunders@gmail.com>
6 Source: https://github.com/kvark/mint
7
8 Files: *
9 Copyright:
10 2017-2018 Dzmitry Malyshau <kvarkus@gmail.com>
11 2017 Ilya Bogdanov <fumlead@gmail.com>
12 2017 Benjamin Saunders <ben.e.saunders@gmail.com>
13 License: MIT
14
15 Files: debian/*
16 Copyright:
17 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
18 2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
19 License: MIT
20
21 License: MIT
22 Permission is hereby granted, free of charge, to any person obtaining a copy
23 of this software and associated documentation files (the "Software"), to deal
24 in the Software without restriction, including without limitation the rights
25 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26 copies of the Software, and to permit persons to whom the Software is
27 furnished to do so, subject to the following conditions:
28 .
29 The above copyright notice and this permission notice shall be included in all
30 copies or substantial portions of the Software.
31 .
32 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
35 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
37 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
38 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: mint
2 Upstream-Contact:
3 Dzmitry Malyshau <kvarkus@gmail.com>
4 Ilya Bogdanov <fumlead@gmail.com>
5 Benjamin Saunders <ben.e.saunders@gmail.com>
6 Source: https://github.com/kvark/mint
7
8 Files: *
9 Copyright:
10 FIXME (overlay) UNKNOWN-YEARS Dzmitry Malyshau <kvarkus@gmail.com>
11 FIXME (overlay) UNKNOWN-YEARS Ilya Bogdanov <fumlead@gmail.com>
12 FIXME (overlay) UNKNOWN-YEARS Benjamin Saunders <ben.e.saunders@gmail.com>
13 License: MIT
14 Comment:
15 FIXME (overlay): Since upstream copyright years are not available in
16 Cargo.toml, they were extracted from the upstream Git repository. This may not
17 be correct information so you should review and fix this before uploading to
18 the archive.
19
20 Files: ./LICENSE
21 Copyright: 2017 Dzmitry Malyshau
22 License: UNKNOWN-LICENSE; FIXME (overlay)
23 Comment:
24 FIXME (overlay): These notices are extracted from files. Please review them
25 before uploading to the archive.
26
27 Files: debian/*
28 Copyright:
29 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
30 2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
31 License: MIT
32
33 License: MIT
34 Permission is hereby granted, free of charge, to any person obtaining a copy
35 of this software and associated documentation files (the "Software"), to deal
36 in the Software without restriction, including without limitation the rights
37 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
38 copies of the Software, and to permit persons to whom the Software is
39 furnished to do so, subject to the following conditions:
40 .
41 The above copyright notice and this permission notice shall be included in all
42 copies or substantial portions of the Software.
43 .
44 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
45 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
46 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
47 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
48 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
49 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
50 SOFTWARE.
0 overlay = "."
1 uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]