[neon/forks/pyqt5/Neon/release-lts] debian: Limit the qtconnectivity B-D and packages to linux-any.
Dmitry Shachnev
null at kde.org
Wed May 26 11:29:29 BST 2021
Git commit e1becbf42aaf79ec5789bf70d92b84624439cf65 by Dmitry Shachnev.
Committed on 13/01/2021 at 18:51.
Pushed by jriddell into branch 'Neon/release-lts'.
Limit the qtconnectivity B-D and packages to linux-any.
Thanks Samuel Thibault for the patch!
Closes: #980031.
M +2 -0 debian/changelog
M +5 -5 debian/control
https://invent.kde.org/neon/forks/pyqt5/commit/e1becbf42aaf79ec5789bf70d92b84624439cf65
diff --git a/debian/changelog b/debian/changelog
index 72ae46ae..303421a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ pyqt5 (5.15.2+dfsg-3) UNRELEASED; urgency=medium
* Build-depend on sip-tools instead of sip5-tools, in preparation for
SIP v6.
+ * Limit the qtconnectivity packages to linux-any (closes: #980031).
+ Thanks Samuel Thibault for the patch!
-- Dmitry Shachnev <mitya57 at debian.org> Fri, 08 Jan 2021 21:54:04 +0300
diff --git a/debian/control b/debian/control
index 11f89ebb..db71233e 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,7 @@ Build-Depends: debhelper-compat (= 13),
python3-pyqtbuild (>= 1.6),
python3-sipbuild (>= 5.5.0+dfsg-2~),
python3-sipbuild-dbg (>= 5.3),
- qtconnectivity5-dev,
+ qtconnectivity5-dev [linux-any],
qtdeclarative5-dev (>= 5.9.1),
qtlocation5-dev (>= 5.9.1),
qtmultimedia5-dev (>= 5.9.1),
@@ -538,7 +538,7 @@ Description: Python 3 bindings for QtPositioning module (debug extension)
This package contains the extension built for the Python 3 debug interpreter.
Package: python3-pyqt5.qtbluetooth
-Architecture: any
+Architecture: linux-any
Depends: python3-pyqt5 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
@@ -550,7 +550,7 @@ Description: Python bindings for Qt Bluetooth module
Package: python3-pyqt5.qtbluetooth-dbg
Section: debug
-Architecture: any
+Architecture: linux-any
Depends: python3-dbg,
python3-pyqt5-dbg (= ${binary:Version}),
python3-pyqt5.qtbluetooth (= ${binary:Version}),
@@ -562,7 +562,7 @@ Description: Python bindings for Qt Bluetooth module (debug extension)
This package contains the extension built for the Python 3 debug interpreter.
Package: python3-pyqt5.qtnfc
-Architecture: any
+Architecture: linux-any
Depends: python3-pyqt5 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
@@ -574,7 +574,7 @@ Description: Python bindings for Qt NFC module
Package: python3-pyqt5.qtnfc-dbg
Section: debug
-Architecture: any
+Architecture: linux-any
Depends: python3-dbg,
python3-pyqt5-dbg (= ${binary:Version}),
python3-pyqt5.qtnfc (= ${binary:Version}),
More information about the Neon-commits
mailing list