From 393cdaebf871c75bff3e99c2f0c6cd64bea4f7f9 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 25 Jun 2023 14:30:08 +0200 Subject: [PATCH] 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 --- debian/control | 1 + 1 file changed, 1 insertion(+) 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,