Package: mdevctl
Version: 1.4.0-1
Severity: serious
Your packages build-dependency for the env-logger crate is overly
specific and no-longer satisfiable. The attatched patch adjusts
it to match the Cargo dependency.
diff -Nru mdevctl-1.4.0/debian/changelog mdevctl-1.4.0/debian/changelog
--- mdevctl-1.4.0/debian/changelog 2025-02-19 17:37:07.000000000 +0000
+++ mdevctl-1.4.0/debian/changelog 2025-03-07 00:10:27.000000000 +0000
@@ -1,3 +1,11 @@
+mdevctl (1.4.0-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Adjust Debian build-dependency for env-logger crate to match
+ Cargo dependency.
+
+ -- Peter Michael Green <plugw...@debian.org> Fri, 07 Mar 2025 00:10:27 +0000
+
mdevctl (1.4.0-1) unstable; urgency=medium
* New upstream version 1.4.0
diff -Nru mdevctl-1.4.0/debian/control mdevctl-1.4.0/debian/control
--- mdevctl-1.4.0/debian/control 2025-02-19 17:27:32.000000000 +0000
+++ mdevctl-1.4.0/debian/control 2025-03-07 00:08:05.000000000 +0000
@@ -8,7 +8,7 @@
debhelper-compat (= 13),
dh-cargo,
librust-anyhow-dev (>= 1.0.0),
- librust-env-logger-0.11.5+default-dev,
+ librust-env-logger-0.11+default-dev,
librust-log+serde-dev,
librust-serde-json+indexmap-dev,
librust-clap+derive-dev (>= 4.0),