Source: poxml Version: 4:17.08.3-1 Tags: patch User: [email protected] Usertags: rebootstrap Control: affects -1 + src:nted
nted fails to cross build from source, because it fails running xml2pot. It likely needs poxml for the build architecture rather than the host architecture. Since poxml works with text formats (pot files and docbook files), its behaviour does not depend on the architecture being run on. That means it can be marked Multi-Arch: foreign, which helps nted. Please consider applying the attached patch. Helmut
diff --minimal -Nru poxml-17.08.3/debian/changelog poxml-17.08.3/debian/changelog --- poxml-17.08.3/debian/changelog 2017-11-19 12:54:00.000000000 +0100 +++ poxml-17.08.3/debian/changelog 2018-06-08 15:43:58.000000000 +0200 @@ -1,3 +1,10 @@ +poxml (4:17.08.3-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark poxml Multi-Arch: foreign. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Fri, 08 Jun 2018 15:43:58 +0200 + poxml (4:17.08.3-1) unstable; urgency=medium * Team upload. diff --minimal -Nru poxml-17.08.3/debian/control poxml-17.08.3/debian/control --- poxml-17.08.3/debian/control 2017-11-19 12:51:50.000000000 +0100 +++ poxml-17.08.3/debian/control 2018-06-08 15:43:56.000000000 +0200 @@ -20,6 +20,7 @@ Package: poxml Architecture: any +Multi-Arch: foreign Section: devel Depends: ${misc:Depends}, ${shlibs:Depends} Breaks: ${kde-l10n:all}

