Package: dnsdist
Version: 2.1.0-2
Severity: wishlist

Hi,

dnsdist 2.1 requires rust-cxx >= 1.80 and FTBFS otherwise. It would be nice, if you could bump the build-depends accordingly to ease backports (patch attached).

Regards,
Daniel
From 3270380032b74314066170356cb0b64066fd872f Mon Sep 17 00:00:00 2001
From: Daniel Baumann <[email protected]>
Date: Mon, 6 Jul 2026 18:19:19 +0200
Subject: [PATCH] Updating rust-cxx build-depends for backports to fix FTBFS.

Signed-off-by: Daniel Baumann <[email protected]>
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 12b5744..49e8964 100644
--- a/debian/control
+++ b/debian/control
@@ -30,8 +30,8 @@ Build-Depends:
  libnghttp2-dev,
  libprotobuf-dev,
  libre2-dev,
- librust-cxx-build-dev (>= 1.0.130-1~),
- librust-cxx-dev (>= 1.0.130-1~),
+ librust-cxx-build-dev (>= 1.0.180),
+ librust-cxx-dev (>= 1.0.180),
  librust-serde-derive-dev,
  librust-serde-dev,
  librust-serde-yaml-dev (>= 0.9.34~),
-- 
2.53.0

Reply via email to