[neon/forks/pyqt5/Neon/release-lts] debian: Break some reverse dependencies, they need to build with sip5 too.
Dmitry Shachnev
null at kde.org
Wed May 26 11:29:29 BST 2021
Git commit 04ba34da298f680e59242fdbdbec1881b4da9fce by Dmitry Shachnev.
Committed on 17/06/2020 at 11:05.
Pushed by jriddell into branch 'Neon/release-lts'.
Break some reverse dependencies, they need to build with sip5 too.
Closes: #962846.
M +2 -0 debian/changelog
M +3 -0 debian/control
https://invent.kde.org/neon/forks/pyqt5/commit/04ba34da298f680e59242fdbdbec1881b4da9fce
diff --git a/debian/changelog b/debian/changelog
index b7be99a5..ae4e34e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ pyqt5 (5.15.0+dfsg-2) UNRELEASED; urgency=medium
* Drop -Wl,--as-needed from LDFLAGS, it is default in Bullseye.
* Update to debhelper compat level 13.
* Use dh sequencer.
+ * Break some reverse dependencies, they need to build with sip5 too
+ (closes: #962846).
-- Dmitry Shachnev <mitya57 at debian.org> Sun, 14 Jun 2020 14:19:50 +0300
diff --git a/debian/control b/debian/control
index 738fd412..191b53f7 100644
--- a/debian/control
+++ b/debian/control
@@ -88,6 +88,9 @@ Depends: python3-pyqt5.sip (<< 13),
${python3:Depends},
${shlibs:Depends}
Suggests: python3-pyqt5-dbg
+Breaks: python3-pyqt5.qsci (<< 2.11.5~),
+ python3-pyqt5.qtchart (<< 5.15~),
+ python3-pyqt5.qtwebengine (<< 5.15.0-1+exp1~)
Description: Python 3 bindings for Qt5
PyQt5 exposes the Qt5 API to Python 3. This package contains the following
modules:
More information about the Neon-commits
mailing list