Package: libjs-jquery-tablesorter Version: 1:2.31.3+dfsg1-3 Tags: patch User: debian-cr...@lists.debian.org Usertags: cross-satisfiability Control: affects -1 + src:erlang-cowboy
Packages (such as erlang-cowboy) that have libjs-jquery-tablesorter in their dependency tree cannot satisfy their cross Build-Depends, because Architecture: all packages can never satisfy cross Build-Depends unless marked Multi-Arch: foreign or annotated :native. In this case, the foreign marking is reasonable, because we are looking at a pure javascript library and all of its dependencies are already marked Multi-Arch: foreign (which implies that none of them is a native extension). Consider applying the attached patch. Helmut
diff --minimal -Nru jquery-tablesorter-2.31.3+dfsg1/debian/changelog jquery-tablesorter-2.31.3+dfsg1/debian/changelog --- jquery-tablesorter-2.31.3+dfsg1/debian/changelog 2021-11-21 22:19:07.000000000 +0100 +++ jquery-tablesorter-2.31.3+dfsg1/debian/changelog 2023-12-10 16:10:42.000000000 +0100 @@ -1,3 +1,10 @@ +jquery-tablesorter (1:2.31.3+dfsg1-3.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark libjs-jquery-tablesorter Multi-Arch: foreign. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Sun, 10 Dec 2023 16:10:42 +0100 + jquery-tablesorter (1:2.31.3+dfsg1-3) unstable; urgency=medium * Team upload diff --minimal -Nru jquery-tablesorter-2.31.3+dfsg1/debian/control jquery-tablesorter-2.31.3+dfsg1/debian/control --- jquery-tablesorter-2.31.3+dfsg1/debian/control 2021-11-21 22:17:41.000000000 +0100 +++ jquery-tablesorter-2.31.3+dfsg1/debian/control 2023-12-10 16:10:40.000000000 +0100 @@ -19,6 +19,7 @@ Package: libjs-jquery-tablesorter Architecture: all +Multi-Arch: foreign Depends: ${misc:Depends}, libjs-jquery,
-- Pkg-javascript-devel mailing list Pkg-javascript-devel@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel