Codebase list rust-stfu8 / d0619fb
Patch exa: glob 0.3 kpcyrd 4 years ago
5 changed file(s) with 38 addition(s) and 24 deletion(s). Raw diff Collapse all Expand all
0 rust-exa (0.8.0-3) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package exa 0.8.0 from crates.io using debcargo 2.2.10
3
4 -- kpcyrd <git@rxv.cc> Sun, 14 Jul 2019 15:35:51 +0000
5
06 rust-exa (0.8.0-2) unstable; urgency=medium
17
28 * Silent the tests which fails without a terminal (Closes: #917225)
88
99 Files: debian/*
1010 Copyright:
11 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2018 Ximin Luo <infinity0@debian.org>
11 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2018-2019 Ximin Luo <infinity0@debian.org>
13 2018-2019 Sylvestre Ledru <sylvestre@debian.org>
14 2018-2019 kpcyrd <git@rxv.cc>
1315 License: MIT
1416
1517 License: MIT
2020
2121 Files: debian/*
2222 Copyright:
23 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018 Ximin Luo <infinity0@debian.org>
25 2018 Sylvestre Ledru <sylvestre@debian.org>
23 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2019 Ximin Luo <infinity0@debian.org>
25 2018-2019 Sylvestre Ledru <sylvestre@debian.org>
26 2018-2019 kpcyrd <git@rxv.cc>
2627 License: MIT
2728
2829 License: MIT
00 overlay = "."
1 uploaders = ["Ximin Luo <infinity0@debian.org>", "Sylvestre Ledru <sylvestre@debian.org>"]
1 uploaders = [
2 "Ximin Luo <infinity0@debian.org>",
3 "Sylvestre Ledru <sylvestre@debian.org>",
4 "kpcyrd <git@rxv.cc>",
5 ]
26
37 [source]
48 section = "utils"
11 ===================================================================
22 --- exa.orig/Cargo.toml
33 +++ exa/Cargo.toml
4 @@ -37,19 +37,19 @@ name = "exa"
4 @@ -37,27 +37,27 @@
55 path = "src/bin/main.rs"
66 doc = false
77 [dependencies.ansi_term]
88 -version = "0.8.0"
99 +version = "0.11.0"
10
10
1111 [dependencies.datetime]
1212 version = "0.4.5"
13
13
1414 [dependencies.env_logger]
1515 -version = "0.3"
1616 +version = "0.6"
17
17
1818 [dependencies.getopts]
1919 version = "0.2.14"
20
20
2121 [dependencies.git2]
2222 -version = "0.6.4"
23 +version = "0.7"
23 +version = "0.8"
2424 optional = true
2525 default-features = false
26
27 @@ -57,7 +57,7 @@ default-features = false
28 version = "0.2"
29
26
27 [dependencies.glob]
28 -version = "0.2"
29 +version = "0.3"
30
3031 [dependencies.lazy_static]
3132 -version = "0.2"
3233 +version = "1.2"
33
34
3435 [dependencies.libc]
3536 version = "0.2.9"
36 @@ -66,7 +66,7 @@ version = "0.2.9"
37 @@ -66,7 +66,7 @@
3738 version = "0.2.1"
38
39
3940 [dependencies.log]
4041 -version = "0.3"
4142 +version = "0.4"
42
43
4344 [dependencies.natord]
4445 version = "1.0.7"
45 @@ -90,7 +90,7 @@ version = "0.3.0"
46 @@ -90,7 +90,7 @@
4647 version = "0.1.4"
47
48
4849 [dependencies.users]
4950 -version = "0.5.2"
50 +version = "0.8"
51
51 +version = "0.9"
52
5253 [dependencies.zoneinfo_compiled]
5354 version = "0.4.5"