mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-07-25 09:57:12 +00:00

This ensures that code blocks with [source,<lang>] blocks get rendered correctly in HTML output. While we only have one such block, and we could remove the source highlighting tag completely here we use this in pve-docs and also have the dependency there correctly, so it makes sense to make share this here, else a copied text from pve-docs may be incompatible here Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
29 lines
876 B
Plaintext
29 lines
876 B
Plaintext
Source: pmg-docs
|
|
Section: perl
|
|
Priority: extra
|
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
|
Build-Depends: asciidoc-dblatex,
|
|
debhelper (>= 10~),
|
|
git,
|
|
libjson-perl,
|
|
imagemagick,
|
|
librsvg2-bin,
|
|
lintian,
|
|
source-highlight,
|
|
Standards-Version: 3.8.4
|
|
|
|
Package: pmg-doc-generator
|
|
Section: perl
|
|
Architecture: any
|
|
Depends: asciidoc-base, libpve-common-perl, xmlto, ${perl:Depends}
|
|
Description: Proxmox Mail Gateway Documentation helpers
|
|
Tool to auto-generate various Proxmox Mail gateway Documentation files and
|
|
manual pages. This package is required to build most other Proxmox Mail
|
|
Gateway packages.
|
|
|
|
Package: pmg-docs
|
|
Section: doc
|
|
Architecture: all
|
|
Description: Proxmox Mail Gateway Documentation
|
|
This package contains the Proxmox Mail Gateway documentation files.
|