Control: tags 1117356 + patch Control: tags 1117356 + pending Dear maintainer,
I've prepared an NMU for nsncd (versioned as 1.5.1-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for nsncd-1.5.1 nsncd-1.5.1 changelog | 7 +++++++ patches/cargo.toml-adjust-dependencies-to-be-com.patch | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff -Nru nsncd-1.5.1/debian/changelog nsncd-1.5.1/debian/changelog --- nsncd-1.5.1/debian/changelog 2025-01-26 14:02:00.000000000 +0200 +++ nsncd-1.5.1/debian/changelog 2025-11-18 20:31:31.000000000 +0200 @@ -1,3 +1,10 @@ +nsncd (1.5.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Patch for num-derive 0.4. (Closes: #1117356) + + -- Adrian Bunk <[email protected]> Tue, 18 Nov 2025 20:31:31 +0200 + nsncd (1.5.1-1) unstable; urgency=medium * Update to new upstream version 1.5.1. diff -Nru nsncd-1.5.1/debian/patches/cargo.toml-adjust-dependencies-to-be-com.patch nsncd-1.5.1/debian/patches/cargo.toml-adjust-dependencies-to-be-com.patch --- nsncd-1.5.1/debian/patches/cargo.toml-adjust-dependencies-to-be-com.patch 2025-01-26 14:01:40.000000000 +0200 +++ nsncd-1.5.1/debian/patches/cargo.toml-adjust-dependencies-to-be-com.patch 2025-11-18 20:31:31.000000000 +0200 @@ -22,7 +22,8 @@ crossbeam-channel = "^0.5" -nix = { version = "^0.28", features = ["socket", "user"]} +nix = { version = ">= 0.27", features = ["socket", "user"]} - num-derive = "^0.3" +-num-derive = "^0.3" ++num-derive = "^0.4" num-traits = "^0.2" sd-notify = "^0.4" static_assertions = "1.1.0"

