Codebase list rust-libslirp / 31d87cf
bat: update the old version Sylvestre Ledru 3 years ago
6 changed file(s) with 36 addition(s) and 177 deletion(s). Raw diff Collapse all Expand all
0 rust-bat (0.16.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-bat (0.12.1-3) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
22 * Team upload.
3 * Package bat 0.16.0 from crates.io using debcargo 2.4.2
3 * Package bat 0.12.1 from crates.io using debcargo 2.4.3
44
5 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 03 Oct 2020 13:48:49 +0200
5 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 04 Oct 2020 15:26:09 +0200
66
77 rust-bat (0.12.1-2) unstable; urgency=medium
88
1212 the archive.
1313
1414 Files: ./LICENSE-MIT
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: ./doc/README-ru.md
43 Copyright: 2018-2020 [Разработчики bat](https://github.com/sharkdp/bat).
44 License: UNKNOWN-LICENSE; FIXME (overlay)
45 Comment:
46 FIXME (overlay): These notices are extracted from files. Please review them
47 before uploading to the archive.
48
49 Files: ./src/less.rs
50 Copyright:
51 1984-2016 Mark Nudelman
52 1984-2017 Mark Nudelman
53 1984-2019 Mark Nudelman
54 License: UNKNOWN-LICENSE; FIXME (overlay)
55 Comment:
56 FIXME (overlay): These notices are extracted from files. Please review them
57 before uploading to the archive.
58
59 Files: ./tests/syntax-tests/source/SASS/LICENSE.md
60 Copyright: 2006-2018 Hampton Catlin, Natalie Weizenbaum, Chris Eppstein, and
15 Copyright: 2018 bat-developers (https://github.com/sharkdp/bat).
6116 License: UNKNOWN-LICENSE; FIXME (overlay)
6217 Comment:
6318 FIXME (overlay): These notices are extracted from files. Please review them
0 Index: bat/Cargo.toml
1 ===================================================================
2 --- bat.orig/Cargo.toml
3 +++ bat/Cargo.toml
4 @@ -44,7 +44,7 @@ version = "0.8"
5 version = "0.2.4"
6
7 [dependencies.dirs]
8 -version = "2.0"
9 +version = "3.0"
10
11 [dependencies.encoding]
12 version = "0.2"
13 @@ -55,7 +55,7 @@ features = []
14 default-features = false
15
16 [dependencies.git2]
17 -version = "0.10"
18 +version = "0.11"
19 features = []
20 default-features = false
21
22 @@ -63,7 +63,7 @@ default-features = false
23 version = "1.4"
24
25 [dependencies.shell-words]
26 -version = "0.1.0"
27 +version = "1.0"
28
29 [dependencies.syntect]
30 version = "3.2.1"
+0
-22
src/bat/debian/patches/change-git2-version.diff less more
0 Index: bat/Cargo.toml
1 ===================================================================
2 --- bat.orig/Cargo.toml
3 +++ bat/Cargo.toml
4 @@ -43,7 +43,7 @@ optional = true
5 default-features = false
6
7 [dependencies.console]
8 -version = "0.12.0"
9 +version = "0.8"
10
11 [dependencies.content_inspector]
12 version = "0.2.4"
13 @@ -60,7 +60,7 @@ version = "0.12"
14 default-features = false
15
16 [dependencies.git2]
17 -version = "0.13"
18 +version = "0.11"
19 optional = true
20 default-features = false
21
+0
-104
src/bat/debian/patches/disable-feature.diff less more
0 Index: bat/Cargo.toml
1 ===================================================================
2 --- bat.orig/Cargo.toml
3 +++ bat/Cargo.toml
4 @@ -34,12 +34,12 @@ version = "^0.12.1"
5
6 [dependencies.atty]
7 version = "0.2.14"
8 -optional = true
9 +#optional = true
10
11 [dependencies.clap]
12 version = "2.33"
13 features = ["suggestions", "color", "wrap_help"]
14 -optional = true
15 +#optional = true
16 default-features = false
17
18 [dependencies.console]
19 @@ -50,7 +50,7 @@ version = "0.2.4"
20
21 [dependencies.dirs]
22 version = "3.0"
23 -optional = true
24 +#optional = true
25
26 [dependencies.encoding]
27 version = "0.2"
28 @@ -61,7 +61,7 @@ default-features = false
29
30 [dependencies.git2]
31 version = "0.11"
32 -optional = true
33 +#optional = true
34 default-features = false
35
36 [dependencies.globset]
37 @@ -69,14 +69,14 @@ version = "0.4"
38
39 [dependencies.lazy_static]
40 version = "1.4"
41 -optional = true
42 +#optional = true
43
44 -[dependencies.path_abs]
45 -version = "0.5"
46 -default-features = false
47 +#[dependencies.path_abs]
48 +#version = "0.5"
49 +#default-features = false
50
51 [dependencies.semver]
52 -version = "0.11"
53 +version = "0.9"
54
55 [dependencies.serde]
56 version = "1.0"
57 @@ -87,19 +87,19 @@ version = "0.8"
58
59 [dependencies.shell-words]
60 version = "1.0.0"
61 -optional = true
62 +#optional = true
63
64 [dependencies.syntect]
65 -version = "4.4.0"
66 +version = "3.3.0"
67 features = ["parsing", "yaml-load", "dump-load", "dump-create"]
68 default-features = false
69
70 [dependencies.unicode-width]
71 version = "0.1.8"
72
73 -[dependencies.wild]
74 -version = "2.0"
75 -optional = true
76 +#[dependencies.wild]
77 +#version = "2.0"
78 +#optional = true
79 [dev-dependencies.assert_cmd]
80 version = "1.0.1"
81
82 @@ -110,12 +110,13 @@ version = "1.0.5"
83 version = "0.3"
84 [build-dependencies.clap]
85 version = "2.33"
86 -optional = true
87 +#optional = true
88
89 -[features]
90 -application = ["atty", "clap", "dirs", "git", "lazy_static", "paging", "wild", "regex-onig"]
91 -default = ["application"]
92 -git = ["git2"]
93 -paging = ["shell-words"]
94 -regex-fancy = ["syntect/regex-fancy"]
95 -regex-onig = ["syntect/regex-onig"]
96 +#[features]
97 +#application = ["atty", "clap", "dirs", "git", "lazy_static", "paging"]
98 +#, "wild", "regex-onig"]
99 +#default = ["application"]
100 +#git = ["git2"]
101 +#paging = ["shell-words"]
102 +#regex-fancy = ["syntect/regex-fancy"]
103 +#regex-onig = ["syntect/regex-onig"]
0 change-git2-version.diff
1 disable-feature.diff
0 bump-dep.diff