tags 1045463 +patch thanks Hi,
The package fails to build source after a successful build because the built documentation isn't cleaned up. The attached patch fixes this by adding the documentation build path to debian/clean.
>From 6a425ea00eb5287a343322ad5e61113862f13281 Mon Sep 17 00:00:00 2001 From: Teemu Hukkanen <[email protected]> Date: Fri, 22 May 2026 16:02:30 +0300 Subject: [PATCH] Add documentation build path to debian/clean (Closes: #1045463) --- debian/clean | 1 + 1 file changed, 1 insertion(+) create mode 100644 debian/clean diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..3f0ed21 --- /dev/null +++ b/debian/clean @@ -0,0 +1 @@ +docs/_build/ -- 2.53.0

