Source: btm Version: 0.10.2+20250107-5 Severity: normal Tags: patch X-Debbugs-Cc: [email protected]
Dear Maintainer, After trixie is released, I intend to update rustix to v1. rustix 1.0.8 has been in experimental for a couple of days. btm builds with it using the debdiff in attachment. Cheers!
diff -Nru btm-0.10.2+20250107/debian/control btm-0.10.2+20250107/debian/control --- btm-0.10.2+20250107/debian/control 2025-05-12 22:40:07.000000000 +0200 +++ btm-0.10.2+20250107/debian/control 2025-05-12 22:40:15.000000000 +0200 @@ -29,10 +29,10 @@ librust-nvml-wrapper-dev (<< 0.11), librust-ratatui-dev (<< 0.30), librust-regex-1+default-dev, - librust-rustix-0.38+default-dev, - librust-rustix-0.38+fs-dev, - librust-rustix-0.38+param-dev, - librust-rustix-0.38+process-dev, + librust-rustix-1+default-dev, + librust-rustix-1+fs-dev, + librust-rustix-1+param-dev, + librust-rustix-1+process-dev, librust-serde-1+default-dev, librust-serde-1+derive-dev, librust-starship-battery-0.10+default-dev, diff -Nru btm-0.10.2+20250107/debian/patches/2001_rustix.patch btm-0.10.2+20250107/debian/patches/2001_rustix.patch --- btm-0.10.2+20250107/debian/patches/2001_rustix.patch 2025-05-12 22:39:12.000000000 +0200 +++ btm-0.10.2+20250107/debian/patches/2001_rustix.patch 2025-05-12 22:40:15.000000000 +0200 @@ -1,7 +1,7 @@ -Description: accept older releases of crate rustix +Description: accept newer releases of crate rustix Author: Jonas Smedegaard <[email protected]> Forwarded: not-needed -Last-Update: 2024-11-28 +Last-Update: 2025-08-01 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/Cargo.toml @@ -11,7 +11,7 @@ [target.'cfg(target_os = "linux")'.dependencies] -rustix = { version = "0.38.42", features = ["fs", "param"] } -+rustix = { version = "0.38.37", features = ["fs", "param"] } ++rustix = { version = "1", features = ["fs", "param"] } [target.'cfg(target_os = "macos")'.dependencies] core-foundation = "0.10.0" diff -Nru btm-0.10.2+20250107/debian/patches/2002_no_mac.patch btm-0.10.2+20250107/debian/patches/2002_no_mac.patch --- btm-0.10.2+20250107/debian/patches/2002_no_mac.patch 2025-05-12 22:39:12.000000000 +0200 +++ btm-0.10.2+20250107/debian/patches/2002_no_mac.patch 2025-05-12 22:40:15.000000000 +0200 @@ -8,7 +8,7 @@ +++ b/Cargo.toml @@ -112,10 +112,6 @@ [target.'cfg(target_os = "linux")'.dependencies] - rustix = { version = "0.38.37", features = ["fs", "param"] } + rustix = { version = "1", features = ["fs", "param"] } -[target.'cfg(target_os = "macos")'.dependencies] -core-foundation = "0.10.0" diff -Nru btm-0.10.2+20250107/debian/patches/2002_no_windows.patch btm-0.10.2+20250107/debian/patches/2002_no_windows.patch --- btm-0.10.2+20250107/debian/patches/2002_no_windows.patch 2025-05-12 22:39:12.000000000 +0200 +++ btm-0.10.2+20250107/debian/patches/2002_no_windows.patch 2025-05-12 22:40:15.000000000 +0200 @@ -8,7 +8,7 @@ +++ b/Cargo.toml @@ -112,17 +112,6 @@ [target.'cfg(target_os = "linux")'.dependencies] - rustix = { version = "0.38.37", features = ["fs", "param"] } + rustix = { version = "1", features = ["fs", "param"] } -[target.'cfg(target_os = "windows")'.dependencies] -windows = { version = "0.58.0", features = [

