From abffe983f879bd8f1ce56195f50e47bc8f86c1d6 Mon Sep 17 00:00:00 2001 From: David Adam Date: Mon, 12 Jan 2026 22:18:26 +0800 Subject: [PATCH] Debian packaging: correct sphinx dependency name --- contrib/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/debian/control b/contrib/debian/control index 844bb6526..33c62e9d3 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper-compat (= 13), gettext, libpcre2-dev, rustc (>= 1.85) | rustc-web (>= 1.85) | rustc-1.85, - sphinx-doc, + python3-sphinx, # Test dependencies locales-all, man-db,