mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-06-13 20:04:15 +00:00
build: wrap-and-sort debian/
for consistency and easier diffing Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
fa764571f6
commit
bd21aef95d
33
debian/control
vendored
33
debian/control
vendored
@ -2,29 +2,40 @@ Source: pve-docs
|
|||||||
Section: perl
|
Section: perl
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
Build-Depends: debhelper (>= 7.0.50~), lintian, asciidoc-dblatex, source-highlight, librsvg2-bin, graphviz
|
Build-Depends: asciidoc-dblatex,
|
||||||
|
debhelper (>= 7.0.50~),
|
||||||
|
graphviz,
|
||||||
|
librsvg2-bin,
|
||||||
|
lintian,
|
||||||
|
source-highlight,
|
||||||
Standards-Version: 3.8.4
|
Standards-Version: 3.8.4
|
||||||
|
|
||||||
Package: pve-docs
|
|
||||||
Section: doc
|
|
||||||
Depends: libjs-extjs
|
|
||||||
Architecture: all
|
|
||||||
Description: Proxmox VE Documentation
|
|
||||||
This package contains the Proxmox VE Documentation files.
|
|
||||||
|
|
||||||
Package: pve-doc-generator
|
Package: pve-doc-generator
|
||||||
Section: perl
|
Section: perl
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${perl:Depends}, libpve-common-perl, asciidoc-dblatex, source-highlight, xmlto
|
Depends: asciidoc-dblatex,
|
||||||
|
libpve-common-perl,
|
||||||
|
source-highlight,
|
||||||
|
xmlto,
|
||||||
|
${perl:Depends},
|
||||||
Description: Proxmox VE Documentation helpers
|
Description: Proxmox VE Documentation helpers
|
||||||
Tool to auto-generate various Proxmox VE Documentation files and
|
Tool to auto-generate various Proxmox VE Documentation files and
|
||||||
manual pages. This package is required to build most other Proxmox VE
|
manual pages. This package is required to build most other Proxmox VE
|
||||||
packages.
|
packages.
|
||||||
|
|
||||||
|
Package: pve-docs
|
||||||
|
Section: doc
|
||||||
|
Depends: libjs-extjs,
|
||||||
|
Architecture: all
|
||||||
|
Description: Proxmox VE Documentation
|
||||||
|
This package contains the Proxmox VE Documentation files.
|
||||||
|
|
||||||
Package: pve-docs-mediawiki
|
Package: pve-docs-mediawiki
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Section: doc
|
Section: doc
|
||||||
Depends: ${misc:Depends}, pve-docs, libhtml-parser-perl
|
Depends: libhtml-parser-perl,
|
||||||
Suggests: apache2
|
pve-docs,
|
||||||
|
${misc:Depends},
|
||||||
|
Suggests: apache2,
|
||||||
Description: Proxmox VE Documentation - mediawiki plugin
|
Description: Proxmox VE Documentation - mediawiki plugin
|
||||||
This package contains tools to view Proxmox VE Documentation with mediakiki.
|
This package contains tools to view Proxmox VE Documentation with mediakiki.
|
||||||
|
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -1,4 +1,4 @@
|
|||||||
Coryright for files in debian/* and all perl files (*.pl):
|
Coryright for files in debian/* and all perl files (*.pl):
|
||||||
|
|
||||||
Copyright (C) 2015 Proxmox Server Solutions GmbH
|
Copyright (C) 2015 Proxmox Server Solutions GmbH
|
||||||
|
|
||||||
@ -31,4 +31,4 @@ All documentation files (*.adoc) are release under:
|
|||||||
A copy of the license is included in the section entitled "GNU
|
A copy of the license is included in the section entitled "GNU
|
||||||
Free Documentation License".
|
Free Documentation License".
|
||||||
|
|
||||||
You can find a copy of the license in /usr/share/common-licenses/GFDL.
|
You can find a copy of the license in /usr/share/common-licenses/GFDL.
|
||||||
|
2
debian/pve-docs-mediawiki.docs
vendored
2
debian/pve-docs-mediawiki.docs
vendored
@ -1 +1 @@
|
|||||||
debian/tree/pve-docs-mediawiki/README
|
debian/tree/pve-docs-mediawiki/README
|
||||||
|
2
debian/pve-docs-mediawiki.install
vendored
2
debian/pve-docs-mediawiki.install
vendored
@ -1,3 +1,3 @@
|
|||||||
debian/tree/pve-docs-mediawiki/pvedocs-include.php /usr/lib/pve-docs/
|
|
||||||
/usr/bin/pve-docs-mediawiki-import
|
/usr/bin/pve-docs-mediawiki-import
|
||||||
debian/tree/pve-docs-mediawiki/pve-docs.conf /etc/apache2/sites-available/
|
debian/tree/pve-docs-mediawiki/pve-docs.conf /etc/apache2/sites-available/
|
||||||
|
debian/tree/pve-docs-mediawiki/pvedocs-include.php /usr/lib/pve-docs/
|
||||||
|
Loading…
Reference in New Issue
Block a user