[neon/kde/grantlee-editor/Neon/stable] debian: make it a one liner
Carlos De Maine
null at kde.org
Mon Jun 15 09:00:01 BST 2026
Git commit 48765ed44465adbbb7000ef667df380fc4835af8 by Carlos De Maine.
Committed on 15/06/2026 at 08:00.
Pushed by carlosdem into branch 'Neon/stable'.
make it a one liner
M +1 -2 debian/rules
https://invent.kde.org/neon/kde/grantlee-editor/-/commit/48765ed44465adbbb7000ef667df380fc4835af8
diff --git a/debian/rules b/debian/rules
index d9b88f2..45752f9 100644
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,4 @@
dh $@ --with kf6 --buildsystem kf6
override_dh_auto_configure:
- dh_auto_configure -- \
- -DCOMPILE_WITH_UNITY_CMAKE_SUPPORT=ON
+ dh_auto_configure -- -DCOMPILE_WITH_UNITY_CMAKE_SUPPORT=ON
More information about the Neon-commits
mailing list