Codebase list rust-stfu8 / 22f64dd
Package error-chain kpcyrd 5 years ago
5 changed file(s) with 112 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
6666 These packages (RFS) are prepared in the master branch and can be uploaded
6767 because all required dependencies are available in main::
6868
69 error-chain
6970 rustc-workspace-hack
7071 rustfix
7172 libsqlite3-sys
0 rust-error-chain (0.12.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package error-chain 0.12.0 from crates.io using debcargo 2.2.8
3
4 -- kpcyrd <git@rxv.cc> Sat, 20 Oct 2018 15:54:26 +0000
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: error-chain
2 Upstream-Contact:
3 Brian Anderson <banderson@mozilla.com>
4 Paul Colomiets <paul@colomiets.name>
5 Colin Kiegel <kiegel@gmx.de>
6 Yamakaky <yamakaky@yamaworld.fr>
7 Source: https://github.com/rust-lang-nursery/error-chain
8
9 Files: *
10 Copyright:
11 2016-2018 Brian Anderson <banderson@mozilla.com>
12 2016-2018 Paul Colomiets <paul@colomiets.name>
13 2016-2018 Colin Kiegel <kiegel@gmx.de>
14 2016-2018 Yamakaky <yamakaky@yamaworld.fr>
15 2017-2018 The Error-Chain Project Developers
16 License: MIT or Apache-2.0
17
18 Files: debian/*
19 Copyright:
20 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
21 2018 kpcyrd <git@rxv.cc>
22 License: MIT or Apache-2.0
23
24 License: Apache-2.0
25 Debian systems provide the Apache 2.0 license in
26 /usr/share/common-licenses/Apache-2.0
27
28 License: MIT
29 Permission is hereby granted, free of charge, to any person obtaining a copy
30 of this software and associated documentation files (the "Software"), to deal
31 in the Software without restriction, including without limitation the rights
32 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
33 copies of the Software, and to permit persons to whom the Software is
34 furnished to do so, subject to the following conditions:
35 .
36 The above copyright notice and this permission notice shall be included in all
37 copies or substantial portions of the Software.
38 .
39 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
40 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
41 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
42 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
43 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
44 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
45 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: error-chain
2 Upstream-Contact:
3 Brian Anderson <banderson@mozilla.com>
4 Paul Colomiets <paul@colomiets.name>
5 Colin Kiegel <kiegel@gmx.de>
6 Yamakaky <yamakaky@yamaworld.fr>
7 Source: https://github.com/rust-lang-nursery/error-chain
8
9 Files: *
10 Copyright:
11 FIXME (overlay) UNKNOWN-YEARS Brian Anderson <banderson@mozilla.com>
12 FIXME (overlay) UNKNOWN-YEARS Paul Colomiets <paul@colomiets.name>
13 FIXME (overlay) UNKNOWN-YEARS Colin Kiegel <kiegel@gmx.de>
14 FIXME (overlay) UNKNOWN-YEARS Yamakaky <yamakaky@yamaworld.fr>
15 License: MIT or Apache-2.0
16 Comment:
17 FIXME (overlay): Since upstream copyright years are not available in
18 Cargo.toml, they were extracted from the upstream Git repository. This may not
19 be correct information so you should review and fix this before uploading to
20 the archive.
21
22 Files: ./LICENSE-MIT
23 Copyright: 2017 The Error-Chain Project Developers
24 License: UNKNOWN-LICENSE; FIXME (overlay)
25 Comment:
26 FIXME (overlay): These notices are extracted from files. Please review them
27 before uploading to the archive.
28
29 Files: debian/*
30 Copyright:
31 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
32 2018 kpcyrd <git@rxv.cc>
33 License: MIT or Apache-2.0
34
35 License: Apache-2.0
36 Debian systems provide the Apache 2.0 license in
37 /usr/share/common-licenses/Apache-2.0
38
39 License: MIT
40 Permission is hereby granted, free of charge, to any person obtaining a copy
41 of this software and associated documentation files (the "Software"), to deal
42 in the Software without restriction, including without limitation the rights
43 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
44 copies of the Software, and to permit persons to whom the Software is
45 furnished to do so, subject to the following conditions:
46 .
47 The above copyright notice and this permission notice shall be included in all
48 copies or substantial portions of the Software.
49 .
50 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
51 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
52 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
53 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
54 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
55 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
56 SOFTWARE.
0 overlay = "."
1 uploaders = ["kpcyrd <git@rxv.cc>"]
2 excludes = ["src/bin/**"]