[neon/qt/pyside2/Neon/release] debian: Bump Qt build-dependencies to 5.15.
Dmitry Shachnev
null at kde.org
Wed Oct 19 14:56:29 BST 2022
Git commit c068070a20d62a3a7637bdd25deb53cac2992d51 by Dmitry Shachnev.
Committed on 19/12/2020 at 17:34.
Pushed by jriddell into branch 'Neon/release'.
Bump Qt build-dependencies to 5.15.
Needed because ftbfs-old-qt.patch was dropped.
M +1 -0 debian/changelog
M +36 -36 debian/control
https://invent.kde.org/neon/qt/pyside2/commit/c068070a20d62a3a7637bdd25deb53cac2992d51
diff --git a/debian/changelog b/debian/changelog
index 9fdace7c..1d93761d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ pyside2 (5.15.2-1) UNRELEASED; urgency=medium
* Revert addition of “Multi-Arch: same” from the previous upload.
libpyside2-py3-5.15 is not multi-arch ready because the list of built
modules (in _config.py) may be different on different architectures.
+ * Bump Qt build-dependencies to 5.15 (as ftbfs-old-qt.patch was dropped).
[ Alexander Volkov ]
* Add python3-pyside2.qt{quickcontrols2,remoteobjects,serialport} packages.
diff --git a/debian/control b/debian/control
index 4bfa8720..f972cda9 100644
--- a/debian/control
+++ b/debian/control
@@ -10,21 +10,21 @@ Build-Depends: chrpath,
dh-python,
graphviz,
libclang-dev,
- libqt5charts5-dev (>= 5.14),
- libqt5datavisualization5-dev (>= 5.14) [!mips64el !mipsel !mips],
- libqt5opengl5-dev (>= 5.14),
- libqt5remoteobjects5-dev,
- libqt5scxml5-bin (>= 5.14),
- libqt5scxml5-dev (>= 5.14),
- libqt5sensors5-dev (>= 5.14),
- libqt5serialport5-dev,
- libqt5svg5-dev (>= 5.14),
- libqt5texttospeech5-dev (>= 5.14),
- libqt5webchannel5-dev (>= 5.14),
- libqt5webkit5-dev (>= 5.14),
- libqt5websockets5-dev (>= 5.14),
- libqt5x11extras5-dev (>= 5.14),
- libqt5xmlpatterns5-dev (>= 5.14),
+ libqt5charts5-dev (>= 5.15),
+ libqt5datavisualization5-dev (>= 5.15) [!mips64el !mipsel !mips],
+ libqt5opengl5-dev (>= 5.15),
+ libqt5remoteobjects5-dev (>= 5.15),
+ libqt5scxml5-bin (>= 5.15),
+ libqt5scxml5-dev (>= 5.15),
+ libqt5sensors5-dev (>= 5.15),
+ libqt5serialport5-dev (>= 5.15),
+ libqt5svg5-dev (>= 5.15),
+ libqt5texttospeech5-dev (>= 5.15),
+ libqt5webchannel5-dev (>= 5.15),
+ libqt5webkit5-dev (>= 5.15),
+ libqt5websockets5-dev (>= 5.15),
+ libqt5x11extras5-dev (>= 5.15),
+ libqt5xmlpatterns5-dev (>= 5.15),
libxml2-dev,
libxslt1-dev,
llvm-dev,
@@ -35,28 +35,28 @@ Build-Depends: chrpath,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-wheel,
- qml-module-qtquick-controls2 (>= 5.14),
- qml-module-qtquick-layouts (>= 5.14),
- qml-module-qtquick2 (>= 5.14),
- qt3d-assimpsceneimport-plugin (>= 5.14),
- qt3d-defaultgeometryloader-plugin (>= 5.14),
- qt3d-gltfsceneio-plugin (>= 5.14),
- qt3d-scene2d-plugin (>= 5.14),
- qt3d5-dev (>= 5.14),
- qt5-qmake (>= 5.14),
- qt5-qmake-bin (>= 5.14),
- qtbase5-dev (>= 5.14),
- qtbase5-private-dev (>= 5.14),
+ qml-module-qtquick-controls2 (>= 5.15),
+ qml-module-qtquick-layouts (>= 5.15),
+ qml-module-qtquick2 (>= 5.15),
+ qt3d-assimpsceneimport-plugin (>= 5.15),
+ qt3d-defaultgeometryloader-plugin (>= 5.15),
+ qt3d-gltfsceneio-plugin (>= 5.15),
+ qt3d-scene2d-plugin (>= 5.15),
+ qt3d5-dev (>= 5.15),
+ qt5-qmake (>= 5.15),
+ qt5-qmake-bin (>= 5.15),
+ qtbase5-dev (>= 5.15),
+ qtbase5-private-dev (>= 5.15),
qtchooser,
- qtdeclarative5-dev (>= 5.14),
- qtdeclarative5-private-dev (>= 5.14),
- qtlocation5-dev (>= 5.14),
- qtmultimedia5-dev (>= 5.14),
- qtpositioning5-dev (>= 5.14),
- qtquickcontrols2-5-dev,
- qtscript5-dev (>= 5.14),
- qttools5-dev (>= 5.14),
- qtwebengine5-dev (>= 5.14) [amd64 arm64 armhf i386 mipsel],
+ qtdeclarative5-dev (>= 5.15),
+ qtdeclarative5-private-dev (>= 5.15),
+ qtlocation5-dev (>= 5.15),
+ qtmultimedia5-dev (>= 5.15),
+ qtpositioning5-dev (>= 5.15),
+ qtquickcontrols2-5-dev (>= 5.15),
+ qtscript5-dev (>= 5.15),
+ qttools5-dev (>= 5.15),
+ qtwebengine5-dev (>= 5.15) [amd64 arm64 armhf i386 mipsel],
xauth,
xvfb
Rules-Requires-Root: no
More information about the Neon-commits
mailing list