Package: jdupes Version: 1.13.2-1 Tags: patch User: [email protected] Usertags: ftcbfs Control: affects -1 + src:udo
The affected packages fail to cross build from source, because they fail running the host architecture jdupes with an "Exec format error". Likely, they need jdupes for the build architecture. Usually, this is achieved by marking jdupes Multi-Arch: foreign. In this case, I think that the marking is correct, because jdupes is a command line application that is not sensitive to specific binary file formats. A very similar tool - fdupes - is already thus marked. Please consider applying the attached patch. Helmut
diff --minimal -Nru jdupes-1.13.2/debian/changelog jdupes-1.13.2/debian/changelog --- jdupes-1.13.2/debian/changelog 2019-08-06 00:45:24.000000000 +0200 +++ jdupes-1.13.2/debian/changelog 2019-10-02 06:31:14.000000000 +0200 @@ -1,3 +1,10 @@ +jdupes (1.13.2-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark jdupes Multi-Arch: foreign. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Wed, 02 Oct 2019 06:31:14 +0200 + jdupes (1.13.2-1) unstable; urgency=medium * New upstream version 1.13.2. diff --minimal -Nru jdupes-1.13.2/debian/control jdupes-1.13.2/debian/control --- jdupes-1.13.2/debian/control 2019-08-06 00:45:24.000000000 +0200 +++ jdupes-1.13.2/debian/control 2019-10-02 06:31:13.000000000 +0200 @@ -10,6 +10,7 @@ Package: jdupes Architecture: any +Multi-Arch: foreign Depends: ${misc:Depends}, ${shlibs:Depends} Provides: jdupes-btrfs Conflicts: jdupes-btrfs

