[pve-devel] [PATCH novnc-pve] build: use wrap-and-sort to cleanup debian/
Fabian Grünbichler
f.gruenbichler at proxmox.com
Fri Sep 29 12:54:13 CEST 2017
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
debian/control | 10 ++++++----
debian/copyright | 2 +-
debian/docs | 2 +-
debian/install | 4 ++--
4 files changed, 10 insertions(+), 8 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 <support at 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.
diff --git a/debian/copyright b/debian/copyright
index db00fa1..f335efc 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -20,7 +20,7 @@ following exceptions:
http://creativecommons.org/licenses/by-sa/3.0/
include/base64.js : MPL 2.0
-
+
include/des.js : Various BSD style licenses
include/jsunzip.js : zlib/libpng license
diff --git a/debian/docs b/debian/docs
index e88c669..5461e1b 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,3 +1,3 @@
-README.md
LICENSE.txt
+README.md
debian/SOURCE
diff --git a/debian/install b/debian/install
index 7f6c294..801a01b 100644
--- a/debian/install
+++ b/debian/install
@@ -1,8 +1,8 @@
+app.js usr/share/novnc-pve
+app/error-handler.js usr/share/novnc-pve/app
app/images usr/share/novnc-pve/app
app/locale usr/share/novnc-pve/app
app/sounds usr/share/novnc-pve/app
app/styles usr/share/novnc-pve/app
-app/error-handler.js usr/share/novnc-pve/app
-app.js usr/share/novnc-pve
docs usr/share/novnc-pve
index.html.tpl usr/share/novnc-pve
--
2.14.1
More information about the pve-devel
mailing list