Package: golang-github-davecgh-go-spew-dev Version: 1.1.1-2 Tags: patch User: [email protected] Usertags: cross-satisfiability Control: affects -1 + src:abci src:acbuild src:acmetool
golang-github-davecgh-go-spew-dev is another go library that happens to be in the build dependency tree of many source packages that build architecture dependent packages. Since it is Architecture: all, it cannot satisfy cross Build-Depends at all. Fortunately, marking it Multi-Arch: foreign is a good option here as it doesn't have any maintainer scripts nor dependencies. Please consider applying the attached patch to move cross building go packages forward. Helmut
diff --minimal -Nru golang-github-davecgh-go-spew-1.1.1/debian/changelog golang-github-davecgh-go-spew-1.1.1/debian/changelog --- golang-github-davecgh-go-spew-1.1.1/debian/changelog 2019-10-22 15:16:39.000000000 +0200 +++ golang-github-davecgh-go-spew-1.1.1/debian/changelog 2020-05-13 14:35:19.000000000 +0200 @@ -1,3 +1,10 @@ +golang-github-davecgh-go-spew (1.1.1-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark golang-github-davecgh-go-spew-dev Multi-Arch: foreign. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Wed, 13 May 2020 14:35:19 +0200 + golang-github-davecgh-go-spew (1.1.1-2) unstable; urgency=medium * Add myself as an uploader (Closes: #940352) diff --minimal -Nru golang-github-davecgh-go-spew-1.1.1/debian/control golang-github-davecgh-go-spew-1.1.1/debian/control --- golang-github-davecgh-go-spew-1.1.1/debian/control 2019-10-22 15:15:03.000000000 +0200 +++ golang-github-davecgh-go-spew-1.1.1/debian/control 2020-05-13 14:35:17.000000000 +0200 @@ -16,6 +16,7 @@ Package: golang-github-davecgh-go-spew-dev Architecture: all +Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends} Description: Implements a deep pretty printer for Go data structures to aid in debugging

