diff mbox series

[1/1] CI/debian: Install dblatex

Message ID 20210601091943.6300-1-pvorel@suse.cz
State Accepted
Headers show
Series [1/1] CI/debian: Install dblatex | expand

Commit Message

Petr Vorel June 1, 2021, 9:19 a.m. UTC
To fix missing dependencies:

checking for dblatex... no
configure: WARNING: PDF metadata generation skipped due missing suitable
generator, specify correct generator with
--with-metadata-generator=asciidoc|asciidoctor or use
--disable-metadata|--disable-metadata-html|--disable-metadata-pdf

Fixes: ff9c528f2 ("travis: Install docparse dependencies")

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Hi,

to be applied on the top of "CI: Move from Travis to GitHub Actions" [1]
(older problem, but fixing on GitHub actions).

Kind regards,
Petr

[1] https://patchwork.ozlabs.org/project/ltp/list/?series=246505

 ci/debian.sh | 1 +
 1 file changed, 1 insertion(+)

Comments

Cyril Hrubis June 1, 2021, 9:18 a.m. UTC | #1
Hi!
Things like this qualify to be obvious enough to be merged right away...

Anyways acked.
Petr Vorel June 1, 2021, 9:20 a.m. UTC | #2
Tested:
https://github.com/pevik/ltp/actions/runs/894944090

Kind regards,
Petr
Petr Vorel June 1, 2021, 9:48 a.m. UTC | #3
> Hi!
> Things like this qualify to be obvious enough to be merged right away...

> Anyways acked.

Thanks, merged!

Kind regards,
Petr
diff mbox series

Patch

diff --git a/ci/debian.sh b/ci/debian.sh
index 743b79001..a609da887 100755
--- a/ci/debian.sh
+++ b/ci/debian.sh
@@ -46,5 +46,6 @@  $apt \
 	pkg-config
 
 $apt ruby-asciidoctor-pdf || true
+$apt asciidoc-dblatex || true
 
 df -hT