]> git.proxmox.com Git - novnc-pve.git/commitdiff
build: reformat debian/control
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 4 Oct 2017 09:05:33 +0000 (11:05 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 4 Oct 2017 09:05:33 +0000 (11:05 +0200)
using wrap-and-sort -abt

debian/control

index 182ccd6f8b0b1f92d682b29e9b2fe7db1871f447..e6603313b53d8b10b39f78287f7646c3e7c30ae4 100644 (file)
@@ -2,13 +2,15 @@ Source: novnc-pve
 Section: web
 Priority: optional
 Maintainer: Proxmox Support Team <support@proxmox.com>
-Build-Depends: debhelper (>= 7.0.0~), quilt, node-es6-module-transpiler
+Build-Depends: debhelper (>= 7.0.0~),
+               node-es6-module-transpiler,
+               quilt,
 Standards-Version: 3.8.3
 Homepage: https://github.com/kanaka/noVNC/
 
 Package: novnc-pve
 Architecture: any
-Depends: ${misc:Depends}
+Depends: ${misc:Depends},
 Description: HTML5 VNC client
- VNC client using HTML5 (WebSockets, Canvas). This packet is use by 
- Proxmox VE to provide HTML VM console. 
+ VNC client using HTML5 (WebSockets, Canvas). This packet is use by
+ Proxmox VE to provide HTML VM console.