[neon/forks/pyqt5/Neon/release-lts] debian: Install the PEP 561 py.typed file.
Dmitry Shachnev
null at kde.org
Wed May 26 11:29:29 BST 2021
Git commit 3579ac3bd4b54da1f4f7cecf542b97e854c0d0a0 by Dmitry Shachnev.
Committed on 04/01/2021 at 17:24.
Pushed by jriddell into branch 'Neon/release-lts'.
Install the PEP 561 py.typed file.
Build-depend on python3-sipbuild ≥ 5.5.0+dfsg-2 for this.
Closes: #978586.
M +7 -0 debian/changelog
M +1 -1 debian/control
M +1 -0 debian/python3-pyqt5.install
https://invent.kde.org/neon/forks/pyqt5/commit/3579ac3bd4b54da1f4f7cecf542b97e854c0d0a0
diff --git a/debian/changelog b/debian/changelog
index 086017cb..5bf6d033 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pyqt5 (5.15.2+dfsg-2) UNRELEASED; urgency=medium
+
+ * Install the PEP 561 py.typed file (closes: #978586).
+ - Build-depend on python3-sipbuild ≥ 5.5.0+dfsg-2 for this.
+
+ -- Dmitry Shachnev <mitya57 at debian.org> Mon, 04 Jan 2021 20:22:18 +0300
+
pyqt5 (5.15.2+dfsg-1) unstable; urgency=medium
* Break calibre < 5.0 (see #970921).
diff --git a/debian/control b/debian/control
index 146111da..f2c67099 100644
--- a/debian/control
+++ b/debian/control
@@ -33,7 +33,7 @@ Build-Depends: debhelper-compat (= 13),
python3-dbus,
python3-dbus-dbg,
python3-pyqtbuild (>= 1.6),
- python3-sipbuild (>= 5.3),
+ python3-sipbuild (>= 5.5.0+dfsg-2~),
python3-sipbuild-dbg (>= 5.3),
qtconnectivity5-dev,
qtdeclarative5-dev (>= 5.9.1),
diff --git a/debian/python3-pyqt5.install b/debian/python3-pyqt5.install
index 1707923b..f93f4a22 100644
--- a/debian/python3-pyqt5.install
+++ b/debian/python3-pyqt5.install
@@ -23,4 +23,5 @@ usr/lib/python3/dist-packages/PyQt5/QtWidgets.pyi
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/uic/*
More information about the Neon-commits
mailing list