[neon/forks/pyqt5/Neon/release] debian: Install PyQt5/sip.pyi in python3-pyqt5 package.

Dmitry Shachnev null at kde.org
Mon May 2 22:19:25 BST 2022


Git commit 509b1c28394173fcbcfef9f9fb93429272bca1f8 by Dmitry Shachnev.
Committed on 07/09/2021 at 09:28.
Pushed by sitter into branch 'Neon/release'.

Install PyQt5/sip.pyi in python3-pyqt5 package.

Build-depend on sip 6.x to make sure this file is available.

M  +7    -0    debian/changelog
M  +3    -3    debian/control
M  +1    -0    debian/python3-pyqt5.install

https://invent.kde.org/neon/forks/pyqt5/commit/509b1c28394173fcbcfef9f9fb93429272bca1f8

diff --git a/debian/changelog b/debian/changelog
index 6c437ca2..bf1e99a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pyqt5 (5.15.4+dfsg-3) UNRELEASED; urgency=medium
+
+  * Install PyQt5/sip.pyi in python3-pyqt5 package.
+    - Build-depend on sip 6.x to make sure this file is available.
+
+ -- Dmitry Shachnev <mitya57 at debian.org>  Tue, 07 Sep 2021 12:25:49 +0300
+
 pyqt5 (5.15.4+dfsg-2) unstable; urgency=medium
 
   * Bump Standards-Version to 4.6.0, no changes needed.
diff --git a/debian/control b/debian/control
index d037868a..c5c3e5d2 100644
--- a/debian/control
+++ b/debian/control
@@ -27,15 +27,15 @@ Build-Depends: debhelper-compat (= 13),
                python3-dbus,
                python3-dbus-dbg,
                python3-pyqtbuild (>= 1.9),
-               python3-sipbuild (>= 5.5.0+dfsg-2~),
-               python3-sipbuild-dbg (>= 5.3),
+               python3-sipbuild (>= 6),
+               python3-sipbuild-dbg (>= 6),
                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),
-               sip-tools (>= 5.3.0+dfsg-2~)
+               sip-tools (>= 6)
 Build-Depends-Indep: fdupes, python3-pyqt5.sip (>= 12.8)
 Standards-Version: 4.6.0
 Homepage: https://riverbankcomputing.com/software/pyqt/intro
diff --git a/debian/python3-pyqt5.install b/debian/python3-pyqt5.install
index f93f4a22..50b9e821 100644
--- a/debian/python3-pyqt5.install
+++ b/debian/python3-pyqt5.install
@@ -24,4 +24,5 @@ usr/lib/python3/dist-packages/PyQt5/QtXml.abi3.so
 usr/lib/python3/dist-packages/PyQt5/QtXml.pyi
 usr/lib/python3/dist-packages/PyQt5/__init__.py
 usr/lib/python3/dist-packages/PyQt5/py.typed
+usr/lib/python3/dist-packages/PyQt5/sip.pyi
 usr/lib/python3/dist-packages/PyQt5/uic/*



More information about the Neon-commits mailing list