Source: mdevctl
Version: 1.3.0-2.1
Severity: normal
Tags: patch
X-Debbugs-Cc: [email protected]

Hi,

env_logger v0.11 has been in experimental for a while now, and we intend to
upload it to unstable over the following weeks. src:mdevctl builds and
its autopkgtests pass just fine with v0.11. Bumping the version is
straightforward, but I'm attaching a patch nonetheless.

Cheers!
>From d07cf4576c7fc623370a5b5eb999155418935fe4 Mon Sep 17 00:00:00 2001
From: NoisyCoil <[email protected]>
Date: Sun, 22 Dec 2024 12:15:37 +0100
Subject: [PATCH] debian: bump env_logger dependency to v0.11

---
 debian/control                                   | 2 +-
 debian/patches/lower-versions-for-unstable.patch | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index ad92cbd..2944991 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: cargo,
                debhelper-compat (= 13),
                dh-cargo,
                librust-anyhow-dev (>= 1.0.0),
-               librust-env-logger-0.10.2+default-dev,
+               librust-env-logger-0.11+default-dev,
                librust-log+serde-dev,
                librust-serde-json+indexmap-dev,
                librust-clap+derive-dev (>= 4.0),
diff --git a/debian/patches/lower-versions-for-unstable.patch 
b/debian/patches/lower-versions-for-unstable.patch
index c8156f2..7c796eb 100644
--- a/debian/patches/lower-versions-for-unstable.patch
+++ b/debian/patches/lower-versions-for-unstable.patch
@@ -12,7 +12,7 @@ Last-Update: 2024-02-06
  anyhow = "1.0"
  clap = { version = "4.0", features = ["derive", "wrap_help"] }
 -env_logger = "0.9.0"
-+env_logger = "0.10.0"
++env_logger = "0.11"
  log = "0.4"
  serde = { version = "1.0", features = ["derive"] }
  serde_json = {version = "1.0", features = ["preserve_order"]}
-- 
2.45.2

Reply via email to