[neon/extras/kraft/Neon/unstable] debian: add buildflag and turn on debug
Carlos De Maine
null at kde.org
Sat Sep 16 14:56:25 BST 2023
Git commit d75916f1548de31abbc36928ae182991c07721e2 by Carlos De Maine.
Committed on 16/09/2023 at 15:56.
Pushed by carlosdem into branch 'Neon/unstable'.
add buildflag and turn on debug
M +4 -1 debian/rules
https://invent.kde.org/neon/extras/kraft/-/commit/d75916f1548de31abbc36928ae182991c07721e2
diff --git a/debian/rules b/debian/rules
index 4b076fa..29e4624 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,13 @@
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+export DH_VERBOSE=1
%:
dh $@ --with kf5,python3
+override_dh_configure:
+ dh_configure -- -DAKONADI_LEGACY_BUILD=ON
+
override_dh_auto_test:
xvfb-run -a env KRAFT_HOME="$(CURDIR)" dh_auto_test --no-parallel
More information about the Neon-commits
mailing list