[neon/forks/jxrlib/Neon/release] debian: work around -DCMAKE_POLICY_VERSION_MINIMUM=3.5

Carlos De Maine null at kde.org
Tue Jul 21 11:31:19 BST 2026


Git commit cd92e837dc8da9d9dad8cf020d140fdd1b0d00e3 by Carlos De Maine.
Committed on 21/07/2026 at 10:31.
Pushed by carlosdem into branch 'Neon/release'.

work around -DCMAKE_POLICY_VERSION_MINIMUM=3.5

M  +2    -1    debian/rules

https://invent.kde.org/neon/forks/jxrlib/-/commit/cd92e837dc8da9d9dad8cf020d140fdd1b0d00e3

diff --git a/debian/rules b/debian/rules
index a034c71..d881227 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,8 @@ export DH_ALWAYS_EXCLUDE=.exe
 # Purposely not set CMAKE_BUILD_TYPE, see #701231
 CMAKE_EXTRA_FLAGS += -DCMAKE_BUILD_TYPE:STRING=NONE \
  -DJXRLIB_INSTALL_LIB_DIR="lib/$(DEB_HOST_MULTIARCH)" \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(CMAKE_EXTRA_FLAGS)


More information about the Neon-commits mailing list