[Python-apps-team] Bug#941369: mark pyflakes and pyflakes3 Multi-Arch: foreign
Helmut Grohne
helmut at subdivi.de
Sun Sep 29 12:48:18 BST 2019
Package: pyflakes,pyflakes3
Version: 2.1.1-1
Tags: patch
User: debian-cross at lists.debian.org
Usertags: cross-satisfiability
Control: affects -1 + src:pygobject src:python-apt src:netplan.io
The affected packes fail to satisfy their cross Build-Depends, because
their dependency on pyflakes or pyflakes3 is unsatisfiably. In general,
Architecture: all packages can never satisfy cross build dependencies
unless marked Multi-Arch: foreign or annotated :native. In this case,
the foreign marking is reasonable, because pyflakes is a command line
application that operates on (textual) source files. Given that pyflakes
does not import sources, it should not exhibit architecture-dependent
behaviour even in the presence of python extensions. Please consider
applying the attached patch.
Helmut
-------------- next part --------------
diff --minimal -Nru pyflakes-2.1.1/debian/changelog pyflakes-2.1.1/debian/changelog
--- pyflakes-2.1.1/debian/changelog 2019-07-16 18:30:30.000000000 +0200
+++ pyflakes-2.1.1/debian/changelog 2019-09-29 13:43:13.000000000 +0200
@@ -1,3 +1,10 @@
+pyflakes (2.1.1-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Mark pyflakes and pyflakes3 Multi-Arch: foreign. (Closes: #-1)
+
+ -- Helmut Grohne <helmut at subdivi.de> Sun, 29 Sep 2019 13:43:13 +0200
+
pyflakes (2.1.1-1) unstable; urgency=medium
* Team upload.
diff --minimal -Nru pyflakes-2.1.1/debian/control pyflakes-2.1.1/debian/control
--- pyflakes-2.1.1/debian/control 2019-07-16 18:22:34.000000000 +0200
+++ pyflakes-2.1.1/debian/control 2019-09-29 13:43:11.000000000 +0200
@@ -20,6 +20,7 @@
Package: pyflakes
Architecture: all
+Multi-Arch: foreign
Depends: python-pyflakes (=${binary:Version}),
${misc:Depends},
${python:Depends},
@@ -36,6 +37,7 @@
Package: pyflakes3
Architecture: all
+Multi-Arch: foreign
Depends: python3-pyflakes (=${binary:Version}),
${misc:Depends},
${python3:Depends},
More information about the Python-apps-team
mailing list