reassign 871493 debian-reference
thanks

Adrian Bunk <b...@debian.org> wrote:

> Package: dblatex
> Version: 0.3.10-1
> Severity: serious
> Control: affects -1 src:debian-reference
>
> https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/debian-reference.html
>
> ...
> xelatex failed
> stdin.tex:75: Unable to load picture or PDF file 'debian-openlogo.png'.

This hints at the underlying problem: dblatex can't find the image file
at the location the DocBook source points to:

          <imagedata fileref="debian-openlogo.png"/>

After fixing the location:

          <imagedata fileref="xslt/debian-openlogo.png"/>

dblatex succeeds (although you might want to use a vector graphics file
format like pdf for the logo).

> Works after downgrading dblatex to 0.3.9-3

This works as front cover support is a new feature of dblatex, compare
/usr/share/doc/dblatex/changelog.gz:

    Release 0.3.10:
    ---------------

    - Add the ability to set images for front and back covers

In summary: the new dblatex version reveals an old inconsistency within
your DocBook source.

Regards, Andreas
-- 
Andreas Hoenen <andr...@hoenen-terstappen.de>
GPG: 1024D/B888D2CE
     A4A6 E8B5 593A E89B 496B
     82F0 728D 8B7E B888 D2CE

Attachment: signature.asc
Description: PGP signature

Reply via email to