Package: python3-typeguard Version: 4.4.4-1 Tags: patch User: [email protected] Usertags: cross-satisfiability Control: affects -1 + src:device-tree-compiler
About 1200 source packages (such as device-tree-compiler) cannot satisfy their cross Build-Depends, because their transitive dependency on python3-typeguard is not satisfiable. In general, Architecture: all packages can never satisfy cross Build-Depends unless marked Multi-Arch: foreign or annotated :native. Since python3-typeguard is a pure Python module and all of its dependencies are already marked Multi-Arch: foreign or annotated :any, a foreign marking is appropriate. I'm attaching a patch for your convenience. Helmut
diff -Nru python-typeguard-4.4.4/debian/.gitignore python-typeguard-4.4.4/debian/.gitignore --- python-typeguard-4.4.4/debian/.gitignore 2025-08-18 16:37:57.000000000 +0200 +++ python-typeguard-4.4.4/debian/.gitignore 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -/files diff -Nru python-typeguard-4.4.4/debian/changelog python-typeguard-4.4.4/debian/changelog --- python-typeguard-4.4.4/debian/changelog 2025-08-18 16:37:57.000000000 +0200 +++ python-typeguard-4.4.4/debian/changelog 2026-01-08 18:27:37.000000000 +0100 @@ -1,3 +1,10 @@ +python-typeguard (4.4.4-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark python3-typeguard Multi-Arch: foreign. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Thu, 08 Jan 2026 18:27:37 +0100 + python-typeguard (4.4.4-1) unstable; urgency=medium * Team upload. diff -Nru python-typeguard-4.4.4/debian/control python-typeguard-4.4.4/debian/control --- python-typeguard-4.4.4/debian/control 2025-08-18 16:37:57.000000000 +0200 +++ python-typeguard-4.4.4/debian/control 2026-01-08 18:27:35.000000000 +0100 @@ -22,6 +22,7 @@ Package: python3-typeguard Architecture: all +Multi-Arch: foreign Depends: ${misc:Depends}, ${python3:Depends} Description: Run-time type checker for Python This library provides run-time type checking for functions defined with

