[pve-devel] [PATCH manager] build: use wrap-and-sort to cleanup debian/
Fabian Grünbichler
f.gruenbichler at proxmox.com
Fri Sep 29 12:54:24 CEST 2017
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
debian/control | 102 +++++++++++++++++++++++++++++--------------------------
debian/copyright | 8 ++---
2 files changed, 57 insertions(+), 53 deletions(-)
diff --git a/debian/control b/debian/control
index 5eb00e6d..d0e01765 100644
--- a/debian/control
+++ b/debian/control
@@ -1,75 +1,79 @@
Source: pve-manager
Section: admin
Priority: optional
-Build-Depends: liblocale-po-perl
+Build-Depends: liblocale-po-perl,
Maintainer: Proxmox Support Team <support at proxmox.com>
Package: pve-manager
Section: admin
Priority: optional
Architecture: any
-Depends: libc6 (>= 2.14),
- perl (>= 5.10.0-19),
- libtimedate-perl,
+Depends: apt-transport-https,
+ ca-certificates,
+ cstream,
+ debconf (>= 0.5) | debconf-2.0,
+ dtach,
+ fonts-font-awesome,
+ gdisk,
+ hdparm,
+ ifenslave (>= 2.6),
+ libapt-pkg-perl,
libauthen-pam-perl,
+ libc6 (>= 2.14),
+ libcrypt-ssleay-perl,
+ libev-perl,
+ libfile-readbackwards-perl,
+ libfile-sync-perl,
+ libfilesys-df-perl,
+ libhttp-daemon-perl,
libintl-perl,
- rsync,
+ libio-socket-ssl-perl,
+ libjs-extjs (>= 6.0.1),
libjson-perl,
+ liblinux-inotify2-perl,
liblockfile-simple-perl,
- vncterm,
- qemu-server (>= 1.1-1),
- libwww-perl (>= 6.04-1),
- libnet-http-perl (>= 6.06-1),
- libhttp-daemon-perl,
- wget,
+ liblwp-protocol-https-perl,
libnet-dns-perl,
- ifenslave (>= 2.6),
- liblinux-inotify2-perl,
- debconf (>= 0.5) | debconf-2.0,
- netcat-traditional,
- pve-cluster (>= 1.0-29),
+ libnet-http-perl (>= 6.06-1),
+ libpve-access-control (>= 3.0-2),
libpve-common-perl,
+ libpve-http-server-perl,
libpve-storage-perl,
+ librados2-perl,
+ libtemplate-perl,
libterm-readline-gnu-perl,
- libpve-access-control (>= 3.0-2),
- libio-socket-ssl-perl,
- libfilesys-df-perl,
- libfile-readbackwards-perl,
- libfile-sync-perl,
- cstream,
- postfix | mail-transport-agent,
- libxml-parser-perl,
- lzop,
- dtach,
- libpve-http-server-perl,
+ libtimedate-perl,
liburi-perl,
- logrotate,
- apt-transport-https,
- ca-certificates,
- libapt-pkg-perl,
- libcrypt-ssleay-perl,
- liblwp-protocol-https-perl,
- spiceterm,
libuuid-perl,
- hdparm,
- gdisk,
- librados2-perl,
- pve-firewall,
+ libwww-perl (>= 6.04-1),
+ libxml-parser-perl,
+ logrotate,
+ lsb-base,
+ lzop,
+ netcat-traditional,
novnc-pve,
- libev-perl,
- systemd,
- pve-ha-manager,
+ perl (>= 5.10.0-19),
+ postfix | mail-transport-agent,
+ pve-cluster (>= 1.0-29),
pve-container,
pve-docs,
- libjs-extjs (>= 6.0.1),
- libtemplate-perl,
- lsb-base,
- ${perl:Depends},
+ pve-firewall,
+ pve-ha-manager,
+ qemu-server (>= 1.1-1),
+ rsync,
+ spiceterm,
+ systemd,
+ vncterm,
+ wget,
${misc:Depends},
+ ${perl:Depends},
${shlibs:Depends},
- fonts-font-awesome
-Conflicts: netcat-openbsd, vzdump, vlan
-Replaces: vzdump, vlan
-Provides: vzdump, vlan
+Conflicts: netcat-openbsd,
+ vlan,
+ vzdump,
+Replaces: vlan,
+ vzdump,
+Provides: vlan,
+ vzdump,
Description: Proxmox Virtual Environment Management Tools
This package contains the Proxmox Virtual Environment management tools.
diff --git a/debian/copyright b/debian/copyright
index 3f06ae0c..a30af08a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -26,10 +26,10 @@ http://www.sencha.com/license
Open Source License
----------------------------------------------------------------------------
-This version of Ext JS is licensed under the terms of the
-Open Source GPL 3.0 license.
+This version of Ext JS is licensed under the terms of the
+Open Source GPL 3.0 license.
-http://www.gnu.org/licenses/gpl.html (/usr/share/common-licenses/GPL-3)
+http://www.gnu.org/licenses/gpl.html (/usr/share/common-licenses/GPL-3)
There are several FLOSS exceptions available for use with this release for
open source applications that are distributed under a license other than GPL.
@@ -66,4 +66,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
\ No newline at end of file
+THE SOFTWARE.
--
2.14.1
More information about the pve-devel
mailing list