Codebase list rust-stfu8 / e49bcb6
bump git2 version from 0.10 to 0.11 Sylvestre Ledru 3 years ago
4 changed file(s) with 20 addition(s) and 36 deletion(s). Raw diff Collapse all Expand all
0 rust-bat (0.15.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-bat (0.12.1-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
22 * Team upload.
3 * Package bat 0.15.0 from crates.io using debcargo 2.4.2
4 plist dep updated (Closes: #956514)
3 * plist dep updated (Closes: #956514)
4 * Decrease git2 version from 0.13 to 0.11
5 * Package bat 0.12.1 from crates.io using debcargo 2.4.2
56
6 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 03 May 2020 12:04:09 +0200
7 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 10 May 2020 13:41:14 +0200
78
89 rust-bat (0.12.1-1) unstable; urgency=medium
910
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: ./src/less.rs
43 Copyright:
44 1984-2016 Mark Nudelman
45 1984-2017 Mark Nudelman
46 1984-2019 Mark Nudelman
15 Copyright: 2018 bat-developers (https://github.com/sharkdp/bat).
4716 License: UNKNOWN-LICENSE; FIXME (overlay)
4817 Comment:
4918 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 @@ -55,7 +55,7 @@ features = []
5 default-features = false
6
7 [dependencies.git2]
8 -version = "0.10"
9 +version = "0.11"
10 features = []
11 default-features = false
12
0 change-git2-version.diff