[neon/extras/kraft/Neon/unstable] debian: implicitly turn it off

Carlos De Maine null at kde.org
Sat Sep 16 15:09:03 BST 2023


Git commit 91bb4151cec17fd4c33c048ad5fe159038ed66e1 by Carlos De Maine.
Committed on 16/09/2023 at 16:09.
Pushed by carlosdem into branch 'Neon/unstable'.

implicitly turn it off

M  +1    -1    debian/rules

https://invent.kde.org/neon/extras/kraft/-/commit/91bb4151cec17fd4c33c048ad5fe159038ed66e1

diff --git a/debian/rules b/debian/rules
index da6d23e..de7f92b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export DH_VERBOSE=1
 	dh $@ --with kf5,python3
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DAKONADI_LEGACY_BUILD=ON
+	dh_auto_configure -- -DAKONADI_LEGACY_BUILD=OFF
 
 override_dh_auto_test:
 	xvfb-run -a env KRAFT_HOME="$(CURDIR)" dh_auto_test --no-parallel


More information about the Neon-commits mailing list