Package: libbitstream-dev Version: 1.5-1 Tags: patch User: [email protected] Usertags: cross-satisfiability Control: affects -1 + src:dvblast src:multicat src:tvoe
The affected packages fail to satisfy their cross Build-Depends, because their dependency on libbitstream-dev is unsatisfiable. 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 libbitstream-dev is a header-only library without any runtime dependencies or maintainer scripts. Please consider applying the attached patch. Helmut
diff --minimal -Nru bitstream-1.5/debian/changelog bitstream-1.5/debian/changelog --- bitstream-1.5/debian/changelog 2018-11-08 22:30:47.000000000 +0100 +++ bitstream-1.5/debian/changelog 2019-09-14 00:56:55.000000000 +0200 @@ -1,3 +1,10 @@ +bitstream (1.5-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark libbitstream-dev Multi-Arch: foreign. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Sat, 14 Sep 2019 00:56:55 +0200 + bitstream (1.5-1) unstable; urgency=medium * New upstream release. diff --minimal -Nru bitstream-1.5/debian/control bitstream-1.5/debian/control --- bitstream-1.5/debian/control 2018-11-08 22:30:02.000000000 +0100 +++ bitstream-1.5/debian/control 2019-09-14 00:56:54.000000000 +0200 @@ -13,6 +13,7 @@ Package: libbitstream-dev Architecture: all +Multi-Arch: foreign Depends: ${misc:Depends} Description: C headers giving access to binary streams like MPEG or DVB biTStream is a set of C headers allowing a simpler access

