[neon/kde/kapidox/Neon/release] debian: builds fail, for unknown reason I can not recreate "
Jonathan Esk-Riddell
null at kde.org
Mon Apr 11 14:28:48 BST 2022
Git commit 6bc37fb4de99870612ce0f6b133f5364374957f6 by Jonathan Esk-Riddell.
Committed on 11/04/2022 at 13:28.
Pushed by jriddell into branch 'Neon/release'.
builds fail, for unknown reason I can not recreate "
dh_auto_configure --buildsystem=cmake" is used so try to foce it to use pybuild
M +3 -0 debian/rules
https://invent.kde.org/neon/kde/kapidox/commit/6bc37fb4de99870612ce0f6b133f5364374957f6
diff --git a/debian/rules b/debian/rules
index 464291b..d98b31e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,8 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
%:
dh $@ --with python3 --buildsystem=pybuild
+override_dh_auto_configure:
+ dh_auto_configure -O--buildsystem=pybuild
+
override_dh_auto_clean:
-dh_auto-clean
More information about the Neon-commits
mailing list