I am fixing this via a NMU. Please findthe debdiff attached.
diff -Nru nlkt-0.3.2.6/debian/changelog nlkt-0.3.2.6/debian/changelog --- nlkt-0.3.2.6/debian/changelog 2023-10-02 18:00:22.000000000 +0200 +++ nlkt-0.3.2.6/debian/changelog 2026-03-12 13:18:14.000000000 +0100 @@ -1,3 +1,10 @@ +nlkt (0.3.2.6-2.2) unstable; urgency=medium + + * Non-maintainer upload. + * Override min cmake version. (Closes: #1113327) + + -- Bastian Germann <[email protected]> Thu, 12 Mar 2026 13:18:14 +0100 + nlkt (0.3.2.6-2.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru nlkt-0.3.2.6/debian/rules nlkt-0.3.2.6/debian/rules --- nlkt-0.3.2.6/debian/rules 2023-10-02 18:00:00.000000000 +0200 +++ nlkt-0.3.2.6/debian/rules 2026-03-12 13:18:14.000000000 +0100 @@ -5,5 +5,5 @@ dh $@ override_dh_auto_configure: - dh_auto_configure -- "-DLOCAL=off" + dh_auto_configure -- "-DLOCAL=off" -DCMAKE_POLICY_VERSION_MINIMUM=3.5

