Package: poppler-data Version: 0.4.7-3 Tags: patch User: [email protected] Usertags: rebootstrap
poppler-data is currently Architecture:all and Multi-Arch:no (implicitly), which means that it cannot satisfy foreign architecture dependencies. Most notably, this affects libgs9, which due to poppler-data, cannot be installed for foreign architectures. This in turn causes quite a few packages to have unsatisfiable cross Build-Depends. See http://bootstrap.debian.net/cross_all.html for a full list. It is safe to mark poppler-data as Multi-Arch:foreign, because * It is Architecture:all (no content changes per architecture). * Its only dependency (dpkg) is Multi-Arch:foreign. * Its maintainer scripts only invoke tools that declare themselves Multi-Arch:foreign (e.g. update-gsfontmap from ghostscript). Please apply the attached patch. Helmut
diff -Nru poppler-data-0.4.7/debian/changelog poppler-data-0.4.7/debian/changelog --- poppler-data-0.4.7/debian/changelog 2015-05-10 14:14:38.000000000 +0200 +++ poppler-data-0.4.7/debian/changelog 2015-08-04 17:47:04.000000000 +0200 @@ -1,3 +1,10 @@ +poppler-data (0.4.7-3.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark poppler-data as Multi-Arch:foreign. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Tue, 04 Aug 2015 17:46:52 +0200 + poppler-data (0.4.7-3) unstable; urgency=medium * debian/postinst,prerm diff -Nru poppler-data-0.4.7/debian/control poppler-data-0.4.7/debian/control --- poppler-data-0.4.7/debian/control 2015-05-10 07:33:40.000000000 +0200 +++ poppler-data-0.4.7/debian/control 2015-08-04 17:47:19.000000000 +0200 @@ -31,6 +31,7 @@ fonts-japanese-gothic | fonts-ipafont-gothic, fonts-arphic-ukai, fonts-arphic-uming, fonts-nanum (>= 20131007~) Enhances: ghostscript +Multi-Arch: foreign Description: encoding data for the poppler PDF rendering library This package provides the CMap tables required to display PDF documents containing CJK characters with libpoppler. They were previously provided

