5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-02-08 05:57:33 +03:00
pve-docs/debian/control
Thomas Lamprecht 393cdaebf8 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 <t.lamprecht@proxmox.com>
2023-06-25 14:31:29 +02:00

52 lines
1.5 KiB
Plaintext

Source: pve-docs
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,
graphviz,
imagemagick-6.q16,
libjson-perl,
librsvg2-bin,
lintian,
proxmox-widget-toolkit-dev,
rsync,
source-highlight,
Standards-Version: 4.6.2
Package: pve-doc-generator
Section: perl
Architecture: all
Depends: asciidoc-base,
libpve-common-perl,
source-highlight,
xmlto,
${misc:Depends},
${perl:Depends},
Description: Proxmox VE Documentation helpers
Tool to auto-generate various Proxmox VE Documentation files and
manual pages. This package is required to build most other Proxmox VE
packages.
Package: pve-docs
Section: doc
Depends: libjs-extjs, ${misc:Depends}, ${perl:Depends},
Architecture: all
Description: Proxmox VE Documentation
This package contains the Proxmox VE Documentation files.
Package: pve-docs-mediawiki
Architecture: all
Section: doc
Depends: libhtml-parser-perl,
libmediawiki-api-perl,
pve-docs,
${misc:Depends},
${perl:Depends},
Suggests: apache2,
Description: Proxmox VE Documentation - mediawiki plugin
This package contains tools to view Proxmox VE Documentation with mediakiki.