[neon/extras/calamares/Neon/release] debian: install completions and turn off bundled pybind11 untl it works again

Carlos De Maine null at kde.org
Tue Oct 24 02:50:17 BST 2023


Git commit b7f97c401535800e16f3c98067e8adfe0676aea7 by Carlos De Maine.
Committed on 24/10/2023 at 03:50.
Pushed by carlosdem into branch 'Neon/release'.

install completions and turn off bundled pybind11 untl it works again

(cherry picked from commit 5bf83a75fd728166466e0a8ebee160f59f6c08d0)

M  +1    -1    debian/rules

https://invent.kde.org/neon/extras/calamares/-/commit/b7f97c401535800e16f3c98067e8adfe0676aea7

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