[neon/neon-packaging/audiotube/Neon/unstable] debian: try and find the correct pythonpath with cmake

Carlos De Maine null at kde.org
Wed Apr 22 05:52:48 BST 2026


Git commit 3e439042c4f0f9138c99b0ab13a0361ba6b2dc4c by Carlos De Maine.
Committed on 22/04/2026 at 04:52.
Pushed by carlosdem into branch 'Neon/unstable'.

try and find the correct pythonpath with cmake

M  +3    -0    debian/rules

https://invent.kde.org/neon/neon-packaging/audiotube/-/commit/3e439042c4f0f9138c99b0ab13a0361ba6b2dc4c

diff --git a/debian/rules b/debian/rules
index 5bd7734..defc555 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,3 +3,6 @@
 
 %:
 	dh $@ --with kf6 --buildsystem kf6
+
+dh_override_auto_configure:
+	dh_auto_configure -- cmake -DPYTHON_EXECUTABLE=$(which python3)


More information about the Neon-commits mailing list