Source: pyqt5
Version: 5.15.2+dfsg-2
Severity: important
Tags: patch
User: [email protected]
Usertags: hurd
Hello,
Since qtconnectivity5-dev is linux-only, pyqt5 cannot be built on !linux
ports. The attached patch fixes it.
Samuel
-- System Information:
Debian Release: bullseye/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable-debug'), (500,
'testing-debug'), (500, 'stable-debug'), (500, 'proposed-updates-debug'), (500,
'proposed-updates'), (500, 'oldoldstable'), (500, 'buildd-unstable'), (500,
'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'),
(1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.10.0-1-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
--
Samuel
"I don't know why, but first C programs tend to look a lot worse than
first programs in any other language (maybe except for fortran, but then
I suspect all fortran programs look like `firsts')"
(By Olaf Kirch)
--- debian/control.original 2021-01-11 21:30:45.000000000 +0000
+++ debian/control 2021-01-13 07:42:50.000000000 +0000
@@ -30,7 +30,7 @@
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 @@
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 @@
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 @@
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 @@
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}),