[pmg-devel] [PATCH pmg-docs 2/8] bsys: wrap-and-sort debian/
Stoiko Ivanov
s.ivanov at proxmox.com
Wed Feb 27 20:37:27 CET 2019
for consistency and easier diffing
Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
debian/control | 13 ++++++++++---
debian/copyright | 4 ++--
debian/rules | 1 +
3 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index 9c9253b..a264fe9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,21 @@ Source: pmg-docs
Section: perl
Priority: extra
Maintainer: Proxmox Support Team <support at 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
diff --git a/debian/copyright b/debian/copyright
index 19cd0c8..2e72c34 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -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.
\ No newline at end of file
+ You can find a copy of the license in /usr/share/common-licenses/GFDL.
diff --git a/debian/rules b/debian/rules
index abe10ff..cc9530b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,3 +8,4 @@
.PHONY: override_dh_auto_build
override_dh_auto_build:
+
--
2.11.0
More information about the pmg-devel
mailing list