From: Thomas Lamprecht Date: Sun, 25 Jun 2023 12:30:08 +0000 (+0200) Subject: d/control: ensure docs are build with compatible asciidoc X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=393cdaebf871c75bff3e99c2f0c6cd64bea4f7f9;p=pve-docs.git d/control: ensure docs are build with compatible asciidoc As commit 5832a54 ("fix running a2x under new package structure") in the upstream asciidoc-py repo broke overriding the backend with our own config for the docbook target, which broke our thumbnail attribute for paragraphs for the PDF output (HTML is done directly by asciidoc, and there overriding the config still worked). Reported upstream [0] and workarounded with the proposed fix applied to an asciidoc package re-build that got uploaded to our devel repo for bookworm, so ensure that builds are done with a new enough version. [0]: https://github.com/asciidoc-py/asciidoc-py/issues/266 Signed-off-by: Thomas Lamprecht --- diff --git a/debian/control b/debian/control index a81c6ba..a947ed3 100644 --- a/debian/control +++ b/debian/control @@ -3,6 +3,7 @@ Section: perl Priority: optional Maintainer: Proxmox Support Team Build-Depends: asciidoc-dblatex, + asciidoc-base (>= 10.2.0-2~bpo12+proxmox1), debhelper-compat (= 13), docbook-xsl, git,