mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-08-12 12:36:48 +00:00
bsys: wrap-and-sort debian/
for consistency and easier diffing Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
parent
1a8e71a93b
commit
7da428e842
13
debian/control
vendored
13
debian/control
vendored
@ -2,14 +2,21 @@ Source: pmg-docs
|
||||
Section: perl
|
||||
Priority: extra
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
Build-Depends: asciidoc-dblatex, debhelper (>= 9~), libdbi-perl, libfile-sync-perl, liblockfile-simple-perl, libmime-tools-perl, libnet-ldap-perl, librrds-perl, lintian
|
||||
Build-Depends: asciidoc-dblatex,
|
||||
debhelper (>= 9~),
|
||||
libdbi-perl,
|
||||
libfile-sync-perl,
|
||||
liblockfile-simple-perl,
|
||||
libmime-tools-perl,
|
||||
libnet-ldap-perl,
|
||||
librrds-perl,
|
||||
lintian
|
||||
Standards-Version: 3.8.4
|
||||
|
||||
|
||||
Package: pmg-doc-generator
|
||||
Section: perl
|
||||
Architecture: any
|
||||
Depends: ${perl:Depends}, libpve-common-perl, asciidoc-base, xmlto
|
||||
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
|
||||
|
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) 2017 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
|
||||
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.
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -8,3 +8,4 @@
|
||||
|
||||
.PHONY: override_dh_auto_build
|
||||
override_dh_auto_build:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user