From 19227a3ac797a12f8d91a9624ac561b098c6b1a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 4 Oct 2017 11:05:33 +0200 Subject: [PATCH] build: reformat debian/control using wrap-and-sort -abt --- debian/control | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 182ccd6..e660331 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,15 @@ Source: novnc-pve Section: web Priority: optional Maintainer: Proxmox Support Team -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.