[neon/backports-jammy/signon-plugin-oauth2/Neon/unstable] debian: try qt6 only
Carlos De Maine
null at kde.org
Thu Dec 7 14:18:30 GMT 2023
Git commit 120523375b892fc27d909006b6f702b6ae135f63 by Carlos De Maine.
Committed on 07/12/2023 at 15:18.
Pushed by carlosdem into branch 'Neon/unstable'.
try qt6 only
M +4 -4 debian/rules
https://invent.kde.org/neon/backports-jammy/signon-plugin-oauth2/-/commit/120523375b892fc27d909006b6f702b6ae135f63
diff --git a/debian/rules b/debian/rules
index 9403d8c..1949fc9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,17 +18,17 @@ override_dh_auto_configure:
mkdir -p build6 && cd build6 && QT_SELECT=6 qmake6 ../ LIBDIR+=/usr/lib/$(DEB_HOST_MULTIARCH) \
CONFIG+=enable-p2p \
DEFINES+=QT_NO_DEBUG_OUTPUT
- mkdir -p build && cd build && QT_SELECT=5 qmake ../ LIBDIR+=/usr/lib/$(DEB_HOST_MULTIARCH) \
+# mkdir -p build && cd build && QT_SELECT=5 qmake ../ LIBDIR+=/usr/lib/$(DEB_HOST_MULTIARCH) \
CONFIG+=enable-p2p \
DEFINES+=QT_NO_DEBUG_OUTPUT
override_dh_auto_build:
- cd build6 && make
- cd build && make
+ cd build6 && make
+# cd build && make
override_dh_auto_install:
cd build6 && make install INSTALL_ROOT=$(CURDIR)/debian/tmp
- cd build && make install INSTALL_ROOT=$(CURDIR)/debian/tmp
+# cd build && make install INSTALL_ROOT=$(CURDIR)/debian/tmp
override_dh_install:
cd /workspace/build && dh_install
More information about the Neon-commits
mailing list