]> git.proxmox.com Git - pve-docs.git/commitdiff
d/control: ensure docs are build with compatible asciidoc
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 25 Jun 2023 12:30:08 +0000 (14:30 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 25 Jun 2023 12:31:29 +0000 (14:31 +0200)
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 <t.lamprecht@proxmox.com>
debian/control

index a81c6ba25c3b8dd2ad0ca2db66a20a9bf453c8d7..a947ed3e7ec315613b729a3bffe3bf083a4c0a96 100644 (file)
@@ -3,6 +3,7 @@ Section: perl
 Priority: optional
 Maintainer: Proxmox Support Team <support@proxmox.com>
 Build-Depends: asciidoc-dblatex,
+               asciidoc-base (>= 10.2.0-2~bpo12+proxmox1),
                debhelper-compat (= 13),
                docbook-xsl,
                git,