[neon/extras/calamares/Neon/unstable] debian: install completions and turn off bundled pybind11 untl it works again
Carlos De Maine
null at kde.org
Tue Oct 24 02:28:09 BST 2023
Git commit 5bf83a75fd728166466e0a8ebee160f59f6c08d0 by Carlos De Maine.
Committed on 24/10/2023 at 03:28.
Pushed by carlosdem into branch 'Neon/unstable'.
install completions and turn off bundled pybind11 untl it works again
M +1 -1 debian/rules
https://invent.kde.org/neon/extras/calamares/-/commit/5bf83a75fd728166466e0a8ebee160f59f6c08d0
diff --git a/debian/rules b/debian/rules
index 35ac6f6..6fdf7a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
dh $@ --with kf5
override_dh_auto_configure:
- dh_auto_configure -- -DWITH_PYTHONQT=ON -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ dh_auto_configure -- -DWITH_PYTHONQT=ON -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DINSTALL_COMPLETION=ON -DWITH_QT6=OFF -DWITH_PYBIND11=OFF
override_dh_auto_install:
dh_auto_install --destdir=debian/tmp
More information about the Neon-commits
mailing list