[neon/forks/pyqt5/Neon/unstable] debian: Require Qt 5.15, pyqt-builder dropped support for older versions.

Dmitry Shachnev null at kde.org
Mon Jan 16 04:06:46 GMT 2023


Git commit 297ccddec178bfbbef88ba8c6a57636db272a5af by Dmitry Shachnev.
Committed on 22/06/2022 at 10:58.
Pushed by carlosdem into branch 'Neon/unstable'.

Require Qt 5.15, pyqt-builder dropped support for older versions.

Also specify required version only for qtbase5-dev, it is enough.

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

https://invent.kde.org/neon/forks/pyqt5/commit/297ccddec178bfbbef88ba8c6a57636db272a5af

diff --git a/debian/changelog b/debian/changelog
index dc3141a4..66e78da5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ pyqt5 (5.15.7+dfsg-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Bump python3-pyqt5.sip required version to 12.11.
   * Update years in debian/copyright.
+  * Require Qt 5.15, pyqt-builder dropped support for older versions.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Wed, 22 Jun 2022 13:40:38 +0300
 
diff --git a/debian/control b/debian/control
index d119cd7d..b017c392 100644
--- a/debian/control
+++ b/debian/control
@@ -9,29 +9,30 @@ Build-Depends: debhelper-compat (= 13),
                libdbus-1-dev (>= 1.0.2),
                libglib2.0-dev,
                libjs-jquery,
-               libqt5opengl5-dev (>= 5.9.1),
+               libqt5opengl5-dev,
                libqt5remoteobjects5-dev,
-               libqt5sensors5-dev (>= 5.9.1),
-               libqt5serialport5-dev (>= 5.9.1),
-               libqt5svg5-dev (>= 5.9.1),
+               libqt5sensors5-dev,
+               libqt5serialport5-dev,
+               libqt5svg5-dev,
                libqt5texttospeech5-dev,
-               libqt5webchannel5-dev (>= 5.9.1),
-               libqt5webkit5-dev (>= 5.9.1),
-               libqt5websockets5-dev (>= 5.9.1),
-               libqt5x11extras5-dev (>= 5.9.1),
-               libqt5xmlpatterns5-dev (>= 5.9.1),
+               libqt5webchannel5-dev,
+               libqt5webkit5-dev,
+               libqt5websockets5-dev,
+               libqt5x11extras5-dev,
+               libqt5xmlpatterns5-dev,
                libudev-dev [linux-any],
                python-dbus-dev,
                python3-all-dev (>= 3.3.2-5~),
                python3-dbus,
                python3-pyqtbuild (>= 1.9),
                python3-sipbuild (>= 6.4),
+               qtbase5-dev (>= 5.15),
                qtconnectivity5-dev [linux-any],
-               qtdeclarative5-dev (>= 5.9.1),
-               qtlocation5-dev (>= 5.9.1),
-               qtmultimedia5-dev (>= 5.9.1),
-               qtpositioning5-dev (>= 5.9.1),
-               qttools5-dev (>= 5.9.1),
+               qtdeclarative5-dev,
+               qtlocation5-dev,
+               qtmultimedia5-dev,
+               qtpositioning5-dev,
+               qttools5-dev,
                sip-tools (>= 6.4)
 Build-Depends-Indep: fdupes, python3-pyqt5.sip (>= 12.11)
 Standards-Version: 4.6.0



More information about the Neon-commits mailing list