[neon/forks/pyqt5/Neon/release-lts] debian: [sip5] Update runtime dependencies.

Dmitry Shachnev null at kde.org
Wed May 26 11:29:29 BST 2021


Git commit 72bff7750bb480f77c30eb9ae33617dcac8fd1ef by Dmitry Shachnev.
Committed on 14/06/2020 at 12:08.
Pushed by jriddell into branch 'Neon/release-lts'.

[sip5] Update runtime dependencies.

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

https://invent.kde.org/neon/forks/pyqt5/commit/72bff7750bb480f77c30eb9ae33617dcac8fd1ef

diff --git a/debian/changelog b/debian/changelog
index 4c069c03..97f5f584 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ pyqt5 (5.15.0+dfsg-2) UNRELEASED; urgency=medium
     - Build with sip-build instead of configure.py.
     - Drop debian/patches/public_sip.diff, not needed with sip5.
     - Install .sip files into the new location.
+    - Update runtime dependency of python3-pyqt5{,-dbg} and pyqt5-dev.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Sun, 14 Jun 2020 14:19:50 +0300
 
diff --git a/debian/control b/debian/control
index 61ce7eb9..8b5163c0 100644
--- a/debian/control
+++ b/debian/control
@@ -46,7 +46,7 @@ Vcs-Browser: https://salsa.debian.org/python-team/modules/pyqt5
 
 Package: pyqt5-dev
 Architecture: all
-Depends: python3-sip-dev, ${misc:Depends}
+Depends: ${misc:Depends}
 Description: Development files for PyQt5
  This package contains the source SIP files from which the Python
  bindings for Qt5 are created. They are needed for building PyQt5
@@ -82,10 +82,11 @@ Description: Examples and demos for PyQt5
 
 Package: python3-pyqt5
 Architecture: any
-Depends: ${misc:Depends},
+Depends: python3-pyqt5.sip (<< 13),
+         python3-pyqt5.sip (>= 12.8),
+         ${misc:Depends},
          ${python3:Depends},
-         ${shlibs:Depends},
-         ${sip3:Depends}
+         ${shlibs:Depends}
 Suggests: python3-pyqt5-dbg
 Description: Python 3 bindings for Qt5
  PyQt5 exposes the Qt5 API to Python 3. This package contains the following
@@ -106,7 +107,7 @@ Section: debug
 Architecture: any
 Depends: python3-dbg,
          python3-pyqt5 (= ${binary:Version}),
-         python3-sip-dbg,
+         python3-pyqt5.sip-dbg (>= 12.8),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: Python 3 bindings for Qt5 (debug extensions)



More information about the Neon-commits mailing list