[neon/neon-packaging/selenium-webdriver-at-spi/Neon/unstable_jammy] debian: point to src
Carlos De Maine
null at kde.org
Wed Jun 5 05:52:29 BST 2024
Git commit 6472db1f7a3edb0d15687592e31b946efb63fdb2 by Carlos De Maine.
Committed on 05/06/2024 at 04:52.
Pushed by carlosdem into branch 'Neon/unstable_jammy'.
point to src
M +1 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/selenium-webdriver-at-spi/-/commit/6472db1f7a3edb0d15687592e31b946efb63fdb2
diff --git a/debian/rules b/debian/rules
index 7c6e0e6..422b564 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,6 @@ override_dh_virtualenv:
dh_virtualenv --python=python3
$(DH_VENV_DIR)/bin/python $(DH_VENV_DIR)/bin/pip install -U --upgrade-strategy eager -r requirements.txt
. $(DH_VENV_DIR)/bin/activate \
- && dh_auto_configure cmake -DQT_MAJOR_VERSION=6 -DBUILD_WITH_QT6=ON \
+ && dh_auto_configure cmake ../ -DQT_MAJOR_VERSION=6 -DBUILD_WITH_QT6=ON \
&& dh_auto_build \
&& dh_auto_install
More information about the Neon-commits
mailing list