Codebase list rust-libslirp / 59779ed
starship: new package Sylvestre Ledru 4 years ago
5 changed file(s) with 83 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Unmet build dependencies: librust-battery-0.7+default-dev (>= 0.7.5-~~) librust-byte-unit-3+default-dev (>= 3.0.3-~~) librust-gethostname-0.2+default-dev (>= 0.2.1-~~) librust-git2-0.11-dev librust-nom-5+default-dev (>= 5.1.0-~~) librust-once-cell-1+default-dev (>= 1.3.0-~~) librust-open-1+default-dev (>= 1.3.2-~~) librust-os-info-1+default-dev (>= 1.3.0-~~) librust-path-slash-0.1+default-dev (>= 0.1.1-~~) librust-pretty-env-logger-0.3+default-dev (>= 0.3.1-~~) librust-rayon-1+default-dev (>= 1.3.0-~~) librust-reqwest-0.10+blocking-dev (>= 0.10.1-~~) librust-reqwest-0.10+rustls-tls-dev (>= 0.10.1-~~) librust-serde-json-1+default-dev (>= 1.0.44-~~) librust-starship-module-config-derive-0.1+default-dev librust-sysinfo-0.10+default-dev (>= 0.10.4-~~) librust-unicode-segmentation-1+default-dev (>= 1.6.0-~~)
1
0 rust-starship (0.33.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package starship 0.33.1 from crates.io using debcargo 2.4.0
3
4 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 19 Jan 2020 16:01:25 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: starship
2 Upstream-Contact: Matan Kushner <hello@matchai.me>
3 Source: https://github.com/starship/starship
4
5 Files: *
6 Copyright: 2019-2020 Matan Kushner <hello@matchai.me>
7 License: ISC
8
9 Files: debian/*
10 Copyright:
11 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2020 Sylvestre Ledru <sylvestre@debian.org>
13 License: ISC
14
15 License: ISC
16 Permission to use, copy, modify, and/or distribute this software for any
17 purpose with or without fee is hereby granted, provided that the above
18 copyright notice and this permission notice appear in all copies.
19 .
20 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
21 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
22 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
23 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
24 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
25 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
26 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
27
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: starship
2 Upstream-Contact: Matan Kushner <hello@matchai.me>
3 Source: https://github.com/starship/starship
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Matan Kushner <hello@matchai.me>
7 License: ISC
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: 2019, Starship 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: ./README.md
22 Copyright: 2019-present, [Starship Contributors](https://github.com/starship/starship/graphs/contributors).<br>
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: debian/*
29 Copyright:
30 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2020 Sylvestre Ledru <sylvestre@debian.org>
32 License: ISC
33
34 License: ISC
35 Permission to use, copy, modify, and/or distribute this software for any
36 purpose with or without fee is hereby granted, provided that the above
37 copyright notice and this permission notice appear in all copies.
38 .
39 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
40 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
41 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
42 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
43 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
44 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
45 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
0 overlay = "."
1 uploaders = ["Sylvestre Ledru <sylvestre@debian.org>"]