[neon/qt/qtwebengine/Neon/release] debian: Replace python2 with python3 in one more place, to fix docs build.
Dmitry Shachnev
null at kde.org
Mon Jan 9 14:26:51 GMT 2023
Git commit 8b1b6d23bb04e6b9eebff6901faf640158faf48a by Dmitry Shachnev.
Committed on 27/11/2022 at 17:21.
Pushed by jriddell into branch 'Neon/release'.
Replace python2 with python3 in one more place, to fix docs build.
M +2 -0 debian/changelog
M +1 -1 debian/rules
https://invent.kde.org/neon/qt/qtwebengine/commit/8b1b6d23bb04e6b9eebff6901faf640158faf48a
diff --git a/debian/changelog b/debian/changelog
index 3ad17e7..150a5e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
qtwebengine-opensource-src (5.15.11+dfsg-2) UNRELEASED; urgency=medium
+ [ Dmitry Shachnev ]
+ * Replace python2 with python3 in one more place, to fix docs build.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sun, 27 Nov 2022 20:21:10 +0300
diff --git a/debian/rules b/debian/rules
index c4f7a63..b96302f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -122,7 +122,7 @@ ifeq ($(DEB_HOST_ARCH),i386)
endif
# Run qmake again now with the proper values.
- qmake QT_BUILD_PARTS+=tests QMAKE_EXTRA_ARGS+="$(config_args)" QMAKE_PYTHON2=python2
+ qmake QT_BUILD_PARTS+=tests QMAKE_EXTRA_ARGS+="$(config_args)" QMAKE_PYTHON3=python3
# 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