Package: miscfiles Version: 1.5+dfsg-2 Tags: patch User: [email protected] Usertags: rebootstrap Control: affects -1 + src:libsrtp2 src:srtp
The affected packages cannot satisfy their cross Build-Depends, because their dependency on miscfiles is unsatisfiable. In general, Architecture: all packages can never satisfy cross Build-Depends unless marked Multi-Arch: foreign. For miscfiles it is non-trivial to check whether this is correct. For one thing it has non-trivial maintainer scripts. I investigated them and concluded that they are concerned with changing the default word list, which is an architecture-independent operation. Then miscfiles has a number of dependencies to consider. debconf and dictionaries-common are already marked Multi-Arch: foreign. perl is not and it should likely be annotated :any here, but the dependency is inserted in other tooling so we cannot easily fix that here and it doesn't actually hurt, because installing perl for non-native architectures presently doesn't work at all (due to perl-base being essential). Thus the marking should be relatively safe. Please consider applying the attached patch. Helmut
diff --minimal -Nru miscfiles-1.5+dfsg/debian/changelog miscfiles-1.5+dfsg/debian/changelog --- miscfiles-1.5+dfsg/debian/changelog 2015-05-12 20:37:33.000000000 +0200 +++ miscfiles-1.5+dfsg/debian/changelog 2018-03-21 07:18:15.000000000 +0100 @@ -1,3 +1,10 @@ +miscfiles (1.5+dfsg-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark miscfiles Multi-Arch: foreign. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Wed, 21 Mar 2018 07:18:15 +0100 + miscfiles (1.5+dfsg-2) unstable; urgency=medium * Upload to unstable. diff --minimal -Nru miscfiles-1.5+dfsg/debian/control miscfiles-1.5+dfsg/debian/control --- miscfiles-1.5+dfsg/debian/control 2015-05-12 20:37:33.000000000 +0200 +++ miscfiles-1.5+dfsg/debian/control 2018-03-21 07:18:14.000000000 +0100 @@ -10,6 +10,7 @@ Package: miscfiles Architecture: all +Multi-Arch: foreign Provides: wordlist Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${perl:Depends}, ${wordlist:Depends}

