tags 1112762 patch
thanks

I've checked that the suggested fix of adding `-DCMAKE_POLICY_VERSION_MINIMUM=3.5` to the call to `dh_auto_configure` fixes the build failure and that the resulting package continues to work, at least for my setup.
commit c916901
Author: Aaron Schrab <[email protected]>
Date:   10:48:58 Tue 14 Oct 2025

    Fix build with CMake 4

diff --git a/debian/rules b/debian/rules
index f96e3a9..6049861 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,4 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
        dh $@  --buildsystem cmake
 
 override_dh_auto_configure:
-       dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release
+       dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_POLICY_VERSION_MINIMUM=3.5

Attachment: signature.asc
Description: PGP signature

Reply via email to