Your message dated Wed, 01 Jan 2025 13:19:56 +0000
with message-id <[email protected]>
and subject line Bug#1091218: fixed in rust-if-watch 3.2.1-7
has caused the Debian Bug report #1091218,
regarding rust-if-watch: Upcoming env_logger update to v0.11
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1091218: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091218
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: rust-if-watch
Version: 3.2.1-6
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:rust-if-watch builds and
its autopkgtests pass just fine with v0.11. Bumping the version is
straightforward, but I'm attaching a patch nonetheless.

Cheers!
>From 29301e5337e52c04363ff5fb24dcda44742b26c6 Mon Sep 17 00:00:00 2001
From: NoisyCoil <[email protected]>
Date: Wed, 18 Dec 2024 00:03:28 +0100
Subject: [PATCH] Bump env_logger to v0.11

---
 debian/control                       |  2 +-
 debian/patches/1003_env_logger.patch | 17 +++++++++++++++++
 debian/patches/series                |  1 +
 debian/tests/control                 | 10 +++++-----
 4 files changed, 24 insertions(+), 6 deletions(-)
 create mode 100644 debian/patches/1003_env_logger.patch

diff --git a/debian/control b/debian/control
index 20946bd..3f08af5 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  debhelper-compat (= 13),
  dh-sequence-rust,
  librust-async-io-2+default-dev,
- librust-env-logger-0.10+default-dev,
+ librust-env-logger-0.11+default-dev,
  librust-fnv-1+default-dev,
  librust-futures-0.3+default-dev,
  librust-if-addrs-0.10+default-dev,
diff --git a/debian/patches/1003_env_logger.patch 
b/debian/patches/1003_env_logger.patch
new file mode 100644
index 0000000..91ebe82
--- /dev/null
+++ b/debian/patches/1003_env_logger.patch
@@ -0,0 +1,17 @@
+Description: accept newer branches of crate env_logger
+Author: NoisyCoil <[email protected]>
+Forwarded: not-needed
+Last-Update: 2024-12-17
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -44,7 +44,7 @@
+ if-addrs = "0.10.0"
+ 
+ [dev-dependencies]
+-env_logger = "0.10.0"
++env_logger = ">= 0.10.0, <= 0.11"
+ smol = "2"
+ tokio = { version = "1.21.2", features = ["rt", "macros"] }
+ 
diff --git a/debian/patches/series b/debian/patches/series
index edf82f8..98b3af6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
 1001_dead_code.patch
 1002_fence_tests.patch
+1003_env_logger.patch
 2002_no_mac.patch
 2002_no_windows.patch
diff --git a/debian/tests/control b/debian/tests/control
index 97eae26..1290cd9 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -5,7 +5,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test if-watch 
3.2.1
 Features: test-name=rust-if-watch:@
 Depends:
  dh-rust,
- librust-env-logger-0.10+default-dev,
+ librust-env-logger-0.11+default-dev,
  librust-if-watch-3-dev,
 Restrictions: allow-stderr
 
@@ -14,7 +14,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test if-watch 
3.2.1
 Features: test-name=librust-if-watch-dev:default
 Depends:
  dh-rust,
- librust-env-logger-0.10+default-dev,
+ librust-env-logger-0.11+default-dev,
  librust-if-watch-3+default-dev,
 Restrictions: allow-stderr
 
@@ -23,7 +23,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test if-watch 
3.2.1
 Features: test-name=librust-if-watch-dev:
 Depends:
  dh-rust,
- librust-env-logger-0.10+default-dev,
+ librust-env-logger-0.11+default-dev,
  librust-if-watch-3-dev,
 Restrictions: allow-stderr
 
@@ -32,7 +32,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test if-watch 
3.2.1
 Features: test-name=librust-if-watch-dev:smol
 Depends:
  dh-rust,
- librust-env-logger-0.10+default-dev,
+ librust-env-logger-0.11+default-dev,
  librust-if-watch-3+smol-dev,
 Restrictions: allow-stderr
 Architecture: amd64
@@ -42,7 +42,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test if-watch 
3.2.1
 Features: test-name=librust-if-watch-dev:tokio
 Depends:
  dh-rust,
- librust-env-logger-0.10+default-dev,
+ librust-env-logger-0.11+default-dev,
  librust-if-watch-3+tokio-dev,
 Restrictions: allow-stderr
 Architecture: amd64
-- 
2.45.2


--- End Message ---
--- Begin Message ---
Source: rust-if-watch
Source-Version: 3.2.1-7
Done: Jonas Smedegaard <[email protected]>

We believe that the bug you reported is fixed in the latest version of
rust-if-watch, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Smedegaard <[email protected]> (supplier of updated rust-if-watch package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 01 Jan 2025 14:03:54 +0100
Source: rust-if-watch
Architecture: source
Version: 3.2.1-7
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard <[email protected]>
Changed-By: Jonas Smedegaard <[email protected]>
Closes: 1091218
Changes:
 rust-if-watch (3.2.1-7) unstable; urgency=medium
 .
   * add patch 1003_env_logger
     to accept newer branch of crate env_logger;
     bump build- and autopkgtest-dependencies for crate rust-env-logger;
     closes: bug#1091218, thanks to NoisyCoil
Checksums-Sha1:
 349e4ebde97deef57f7c7678e1ef6c60d80302f9 2771 rust-if-watch_3.2.1-7.dsc
 52001a80e0d6b8b84ddafc79bfd4179de2f71364 5472 
rust-if-watch_3.2.1-7.debian.tar.xz
 59278869f3de401dc7039537fb500e646f02e22f 15685 
rust-if-watch_3.2.1-7_amd64.buildinfo
Checksums-Sha256:
 48cb10ef5578a9ff17679a2550a0d6f6281f315b534aad4621759cd608f89581 2771 
rust-if-watch_3.2.1-7.dsc
 4cd8ea3594e06fb963fabde3e3ec3f06c8b36c3efa1554ac0e4c1566f9083cd4 5472 
rust-if-watch_3.2.1-7.debian.tar.xz
 7bc9fde9180460e2e90e53f16216bcf021621f832240acab7181558866a59427 15685 
rust-if-watch_3.2.1-7_amd64.buildinfo
Files:
 a49196ae37b16215df81e2683b3b065b 2771 rust optional rust-if-watch_3.2.1-7.dsc
 2403840887d0b3d92eb01d6bd558d498 5472 rust optional 
rust-if-watch_3.2.1-7.debian.tar.xz
 7a6f6cf349c81d9bf1baa5641b070e5e 15685 rust optional 
rust-if-watch_3.2.1-7_amd64.buildinfo


-----BEGIN PGP SIGNATURE-----

wsG7BAEBCgBvBYJndT10CRAsfDFGwaABIUcUAAAAAAAeACBzYWx0QG5vdGF0aW9u
cy5zZXF1b2lhLXBncC5vcmctOgfWxzDyr7dizOLZabuaaOJY0k/BTjKplzWk05NJ
kRYhBJ/j6cNmkaaf9TzGhCx8MUbBoAEhAADU2Q/7BJDN5oKyLwngF1bYQnkNJdVh
DM4nTFXszpAQUrXzSZ57RI4f6kMGqDbMuT3pPJl7Ol0VWYtYiZX8uQYHPr//5sn0
7CGGqCsP9FMECXRfCK5Y2FLOMUirlQlDXWosZGaBPbBCrXoHfocn2rtH6ttThn0J
K6+Gil+hf1AaXdvLDXfiUE52T6f+3YLUgPoLYTKAkp33cEtIA346BqjVk2PvZiqC
GjiLaZTku1pz2szIToY3Xo698uRmUdHbWVgTmWLG8BlI2QRHhWL/RBXTw6kNpqph
dLFa6iFNoZoUiwe9nbEj/5tmt3YAPk1kOIpn5oYVfjyHMS0HrjmqnxoOSPYP1xms
OFnKJd8Yhlic0MQozvNlIJgWOdpD/wP/plRW2QYIDgPgl53th1pWveso1vXF8TA3
/JMjbOu50p6HZH+snozpAhbOeNE3QwEznkFPjUTczmqvnAGZ20CJWhQGcmQBNBnJ
MAZgNo/co6sUV9AOZ4x1Wdr4+jKmkUjQYLk6mkApnXlqmOg5afyabAroJgrsHzo2
0ps04m5MPEBJGOrKcLtApGJOMXVf2gP9+r5HwQ1QWK1sWep+fzjB8vppG2fs3hxF
PsLO8EfSY8x+0f4L6sPcczp5ftv1C3EM2FGTvLy46SBvP3hf8SajSH4AxgrdOvf1
g3crCSMb/GYgnxPUGx0=
=tYFN
-----END PGP SIGNATURE-----

Attachment: pgp6C8YFMTk8l.pgp
Description: PGP signature


--- End Message ---

Reply via email to