Codebase list rust-bzip2 / 384039a
bat: prepare new upload Sylvestre Ledru 3 years ago
3 changed file(s) with 97 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
0 rust-bat (0.15.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package bat 0.15.4 from crates.io using debcargo 2.4.3
4
5 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 28 Jun 2020 20:19:40 +0200
6
07 rust-bat (0.12.1-2) unstable; urgency=medium
18
29 * Team upload.
1212 the archive.
1313
1414 Files: ./LICENSE-MIT
15 Copyright: 2018 bat-developers (https://github.com/sharkdp/bat).
15 Copyright: 2018-2020 bat-developers (https://github.com/sharkdp/bat).
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: 2018-2020 [bat-developers](https://github.com/sharkdp/bat).
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: ./doc/README-ja.md
29 Copyright: 2018-2020 [bat-developers](https://github.com/sharkdp/bat).
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: ./doc/README-ko.md
36 Copyright: 2018-2020 [bat-developers](https://github.com/sharkdp/bat).
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/less.rs
43 Copyright:
44 1984-2016 Mark Nudelman
45 1984-2017 Mark Nudelman
46 1984-2019 Mark Nudelman
1647 License: UNKNOWN-LICENSE; FIXME (overlay)
1748 Comment:
1849 FIXME (overlay): These notices are extracted from files. Please review them
2152 Files: debian/*
2253 Copyright:
2354 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019-2020 Paride Legovini <pl@ninthfloor.org>
55 2019-2020 Paride Legovini <paride@debian.org>
2556 2019-2020 Helen Koike <helen@koikeco.de>
2657 License: MIT or Apache-2.0
2758
11 ===================================================================
22 --- bat.orig/Cargo.toml
33 +++ bat/Cargo.toml
4 @@ -55,7 +55,7 @@ features = []
4 @@ -43,7 +43,7 @@ optional = true
5 default-features = false
6
7 [dependencies.console]
8 -version = "0.11.2"
9 +version = "0.8"
10
11 [dependencies.content_inspector]
12 version = "0.2.4"
13 @@ -60,7 +60,7 @@ version = "0.12"
514 default-features = false
615
716 [dependencies.git2]
8 -version = "0.10"
17 -version = "0.13"
918 +version = "0.11"
10 features = []
19 optional = true
1120 default-features = false
1221
22 @@ -71,9 +71,9 @@ version = "0.4"
23 version = "1.4"
24 optional = true
25
26 -[dependencies.path_abs]
27 -version = "0.5"
28 -default-features = false
29 +#[dependencies.path_abs]
30 +#version = "0.5"
31 +#default-features = false
32
33 [dependencies.semver]
34 version = "0.9"
35 @@ -89,10 +89,10 @@ version = "0.8"
36 version = "1.0.0"
37 optional = true
38
39 -[dependencies.syntect]
40 -version = "4.2.0"
41 -features = ["parsing", "yaml-load", "dump-load", "dump-create"]
42 -default-features = false
43 +#[dependencies.syntect]
44 +#version = "4.2.0"
45 +#features = ["parsing", "yaml-load", "dump-load", "dump-create"]
46 +#default-features = false
47
48 [dependencies.unicode-width]
49 version = "0.1.7"
50 @@ -111,12 +111,12 @@ optional = true
51
52 [build-dependencies.liquid]
53 version = "0.20"
54 -optional = true
55 +optional = false
56
57 [features]
58 -application = ["atty", "clap", "dirs", "git", "lazy_static", "liquid", "paging", "wild", "regex-onig"]
59 +application = ["atty", "clap", "dirs", "git", "lazy_static", "paging", "wild"]
60 default = ["application"]
61 git = ["git2"]
62 paging = ["shell-words"]
63 -regex-fancy = ["syntect/regex-fancy"]
64 -regex-onig = ["syntect/regex-onig"]
65 +#regex-fancy = ["syntect/regex-fancy"]
66 +#regex-onig = ["syntect/regex-onig"]