[neon/qt/pyside2/Neon/release] debian: Replace Qt Quick Controls 1 build-dependency with Qt Quick Controls 2.

Dmitry Shachnev null at kde.org
Wed Oct 19 14:56:29 BST 2022


Git commit 87652458b97a11150b2d0863037f0a9bf2003acc by Dmitry Shachnev.
Committed on 18/12/2020 at 16:42.
Pushed by jriddell into branch 'Neon/release'.

Replace Qt Quick Controls 1 build-dependency with Qt Quick Controls 2.

signal_arguments test now uses the latter, see:
https://codereview.qt-project.org/c/pyside/pyside-setup/+/308464

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

https://invent.kde.org/neon/qt/pyside2/commit/87652458b97a11150b2d0863037f0a9bf2003acc

diff --git a/debian/changelog b/debian/changelog
index 17cd86b8..afa9bdb0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ pyside2 (5.15.2-1) UNRELEASED; urgency=medium
     mipsel and mips64el too.
     - Drop update-patchelf.patch, not needed with system patchelf.
   * Continue building HTML documentation (upstream defaults to qch now).
+  * Replace Qt Quick Controls 1 build-dependency with Qt Quick Controls 2.
 
   [ Alexander Volkov ]
   * Add python3-pyside2.qt{quickcontrols2,remoteobjects,serialport} packages.
diff --git a/debian/control b/debian/control
index b6bf1d73..f41d8647 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,7 @@ Build-Depends: chrpath,
                python3-sphinx,
                python3-sphinx-rtd-theme,
                python3-wheel,
-               qml-module-qtquick-controls (>= 5.14),
+               qml-module-qtquick-controls2 (>= 5.14),
                qml-module-qtquick-layouts (>= 5.14),
                qml-module-qtquick2 (>= 5.14),
                qt3d-assimpsceneimport-plugin (>= 5.14),



More information about the Neon-commits mailing list