[neon/qt/qtwebengine/Neon/release_jammy] debian: Stop passing QMAKE_PYTHON3=python3 to qmake, no longer needed.

Dmitry Shachnev null at kde.org
Wed Aug 21 09:44:48 BST 2024


Git commit beea37155cca927ee29c6294c412a0ac3763c137 by Dmitry Shachnev.
Committed on 30/06/2024 at 13:09.
Pushed by jriddell into branch 'Neon/release_jammy'.

Stop passing QMAKE_PYTHON3=python3 to qmake, no longer needed.

M  +1    -0    debian/changelog
M  +1    -1    debian/rules

https://invent.kde.org/neon/qt/qtwebengine/-/commit/beea37155cca927ee29c6294c412a0ac3763c137

diff --git a/debian/changelog b/debian/changelog
index 75ca1fb..ad9ee60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ qtwebengine-opensource-src (5.15.17+dfsg-1) UNRELEASED; urgency=medium
     - icu74.patch
   * Also drop part of python3.12-imp.patch which was applied upstream.
   * Refresh debian/patches/system-openjpeg2.patch.
+  * Stop passing QMAKE_PYTHON3=python3 to qmake, no longer needed.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 30 Jun 2024 15:40:06 +0300
 
diff --git a/debian/rules b/debian/rules
index b678593..c1c7ac2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -78,7 +78,7 @@ override_dh_auto_clean:
 	done
 
 override_dh_auto_configure:
-	qmake QT_BUILD_PARTS+=tests QMAKE_EXTRA_ARGS+="$(config_args)" QMAKE_PYTHON3=python3 $(qmake_args)
+	qmake QT_BUILD_PARTS+=tests QMAKE_EXTRA_ARGS+="$(config_args)" $(qmake_args)
 
 	# Create js files, that are needed for building step for arch and indep builds
 	cd $(CURDIR)/src/3rdparty/chromium/third_party/jstemplate/; \



More information about the Neon-commits mailing list