mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-05-22 15:22:00 +00:00

The loading of an external hosted ExtJS is from a time where we did not have a extra ExtJS package as it still was in the pve-manager one, which was not desired to be installed on a non-pmg machine. Add a dependency on libjs-extjs and a link from api-viewer/extjs to the installation directory of the ExtJS package, this allows to reuse ExtJS on PMG node hosted docs and on the hosted docs from proxmox.com at the same time. Adapted from the Proxmox VE version[0] of this change. [0]: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff;h=e56030c4d7c3bd0de1ebc109d528fb6b7bef05a3 Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
Source: pmg-docs
|
|
Section: perl
|
|
Priority: optional
|
|
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
|
|
Depends: libjs-extjs
|
|
Architecture: all
|
|
Description: Proxmox Mail Gateway Documentation
|
|
This package contains the Proxmox Mail Gateway documentation files.
|
|
|
|
Package: pmg-docs-apache
|
|
Architecture: all
|
|
Section: doc
|
|
Depends: pmg-docs,
|
|
Suggests: apache2,
|
|
Description: Proxmox Mailgateway Documentation - Apache2 config
|
|
This package contains configuration files to host the Proxmox Mail Gateway
|
|
documentation files through an apache2 web server.
|