Codebase list rust-serde-xml-rs / a40f876
Packaged v0.4.0 of pretty_env_logger Matthias Geiger 2 years ago
6 changed file(s) with 8 addition(s) and 45 deletion(s). Raw diff Collapse all Expand all
+0
-34
src/cargo/debian/patches/disable-pretty-env-logger.patch less more
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -132,10 +132,6 @@
3 [dependencies.percent-encoding]
4 version = "2.0"
5
6 -[dependencies.pretty_env_logger]
7 -version = "0.4"
8 -optional = true
9 -
10 [dependencies.rustc-workspace-hack]
11 version = "1.0.0"
12
13 @@ -200,7 +196,7 @@
14
15 [features]
16 deny-warnings = []
17 -pretty-env-logger = ["pretty_env_logger"]
18 +pretty-env-logger = []
19 [target."cfg(windows)".dependencies.fwdansi]
20 version = "1.1.0"
21
22 --- a/src/bin/cargo/main.rs
23 +++ b/src/bin/cargo/main.rs
24 @@ -19,9 +19,6 @@
25 use crate::command_prelude::*;
26
27 fn main() {
28 - #[cfg(feature = "pretty-env-logger")]
29 - pretty_env_logger::init_custom_env("CARGO_LOG");
30 - #[cfg(not(feature = "pretty-env-logger"))]
31 env_logger::init_from_env("CARGO_LOG");
32
33 let mut config = match Config::default() {
0 it's a dependency of cargo, which would pull in an outdated env-logger now that
1 0.7.1 is packaged. since cargo's packaging re-uses the patches from
2 debcargo-conf, packaging it properly makes patching and tracking easier.
00 rust-pretty-env-logger (0.4.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Package pretty_env_logger 0.4.0 from crates.io using debcargo 2.4.2
2 * Package pretty_env_logger 0.4.0 from crates.io using debcargo 2.5.0
33
4 -- Fabian Grünbichler <f.gruenbichler@proxmox.com> Thu, 13 Feb 2020 19:43:09 +0100
4 -- Matthias Geiger <matthias.geiger1024@tutanota.de> Sun, 10 Apr 2022 17:45:14 -0600
33 Source: https://github.com/seanmonstar/pretty-env-logger
44
55 Files: *
6 Copyright: 2018-2019 Sean McArthur <sean@seanmonstar>
6 Copyright: 2016-2020 Sean McArthur <sean@seanmonstar>
77 License: MIT or Apache-2.0
88
99 Files: debian/*
1010 Copyright:
11 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2020 Fabian Grünbichler <f.gruenbichler@proxmox.com>
11 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2022 Matthias Geiger <matthias.geiger1024@tutanota.de>
1313 License: MIT or Apache-2.0
1414
1515 License: Apache-2.0
2020
2121 Files: debian/*
2222 Copyright:
23 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2020 Fabian Grünbichler <f.gruenbichler@proxmox.com>
23 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2022 Matthias Geiger <matthias.geiger1024@tutanota.de>
2525 License: MIT or Apache-2.0
2626
2727 License: Apache-2.0
00 overlay = "."
1 uploaders = ["Fabian Grünbichler <f.gruenbichler@proxmox.com>"]
1 uploaders = ["Matthias Geiger <matthias.geiger1024@tutanota.de>"]