]> git.proxmox.com Git - novnc-pve.git/commitdiff
upgrade novnc to commit b0061a3c49dc25a71f7b0a9a1f31a8befe787cb4
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 22 May 2017 14:58:12 +0000 (16:58 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 24 May 2017 11:00:39 +0000 (13:00 +0200)
novnc changed quiet a bit, so we have to update
the Makefile, add a line to the debian rules file, and
to adjust the install file

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Makefile
debian/changelog
debian/install
debian/patches/series
debian/rules
novnc

index 711e06f82921fab4d3c040438ddac184119a06d4..4ac049f228b1c38d9e33475788a7510e3c8f45d7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 PACKAGE=novnc-pve
-VER=0.5
-PKGREL=9
+VER=0.6
+PKGREL=1
 
 SRCDIR=novnc
 
@@ -18,10 +18,6 @@ ${DEB}: | submodule
        rm -rf ${SRCDIR}.tmp
        cp -rpa ${SRCDIR} ${SRCDIR}.tmp
        cp -a debian ${SRCDIR}.tmp/debian
-       cp ${SRCDIR}.tmp/include/ui.js ${SRCDIR}.tmp/pveui.js
-       cp ${SRCDIR}.tmp/vnc.html ${SRCDIR}.tmp/index.html.tpl
-       # fix file permissions
-       chmod 0644 ${SRCDIR}.tmp/include/jsunzip.js
        echo "git clone git://git.proxmox.com/git/novnc-pve.git\\ngit checkout ${GITVERSION}" > ${SRCDIR}.tmp/debian/SOURCE
        cd ${SRCDIR}.tmp; dpkg-buildpackage -rfakeroot -b -uc -us
        lintian ${DEB}
index c5ad353c6c4ef1982e9747e9ff7d2c8c9792e2c0..ff3ba81d82d336d3f788f2ce46c17bc76ab86a3e 100644 (file)
@@ -1,3 +1,9 @@
+novnc-pve (0.6-1) unstable; urgency=medium
+
+  * update novnc to commit b0061a3c49dc25a71f7b0a9a1f31a8befe787cb4
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 15 May 2017 15:42:15 +0200
+
 novnc-pve (0.5-9) unstable; urgency=medium
 
   * version bump for debian stretch - to make room for jessie updates
index e272398c90783206c4d162f09004796b8b2aeabf..37f355f2a90005f0d43fc320e4e84a71ba676cd0 100644 (file)
@@ -1,23 +1,7 @@
-pveui.js               /usr/share/novnc-pve/include
-images                 /usr/share/novnc-pve
-include/base64.js      /usr/share/novnc-pve/include
-include/des.js         /usr/share/novnc-pve/include
-include/display.js     /usr/share/novnc-pve/include
-include/keysymdef.js           /usr/share/novnc-pve/include
-include/keyboard.js    /usr/share/novnc-pve/include
-include/input.js       /usr/share/novnc-pve/include
-include/logo.js        /usr/share/novnc-pve/include
-include/base.css       /usr/share/novnc-pve/include
-include/blue.css       /usr/share/novnc-pve/include
-include/black.css      /usr/share/novnc-pve/include
-include/playback.js    /usr/share/novnc-pve/include
-include/rfb.js         /usr/share/novnc-pve/include
-include/util.js        /usr/share/novnc-pve/include
-include/websock.js     /usr/share/novnc-pve/include
-include/webutil.js     /usr/share/novnc-pve/include
-include/jsunzip.js     /usr/share/novnc-pve/include
-include/Orbitron700.ttf        /usr/share/novnc-pve/include
-include/Orbitron700.woff /usr/share/novnc-pve/include
-include/keysym.js      /usr/share/novnc-pve/include
-include/inflator.js    /usr/share/novnc-pve/include
-index.html.tpl         /usr/share/novnc-pve
+app usr/share/novnc-pve
+core usr/share/novnc-pve
+docs usr/share/novnc-pve
+po usr/share/novnc-pve
+utils usr/share/novnc-pve
+vendor usr/share/novnc-pve
+index.html.tpl usr/share/novnc-pve
index ad0f372c2fcb5698e1d2a682b88b17a673beef8e..f528c373d603b794a8173574a7996215c8582193 100644 (file)
@@ -1,5 +1,9 @@
-customize-html-tpl.diff
-pveui.patch
-fix-base-css.patch
-fix-ie11-resize.patch
-fix-CtrlAltDel-button-mobile.patch
+0001-add-pve-specific-js-code.patch
+0002-change-scaling-when-toggling-fullscreen.patch
+0003-add-pve-style.patch
+0004-remove-vnc-logos.patch
+0005-change-src-directory-for-images-js-files.patch
+0006-add-pve-vnc-commands.patch
+0007-add-replaceable-snippets-in-vnc.html.patch
+0008-focus-canvas-after-load.patch
+0009-decrease-animation-time.patch
index d01686cb1d45a1999c28169263c34433715a87b8..169ef3d8dc776c4d87025d8519c1f7da1ad6ef85 100755 (executable)
@@ -5,5 +5,9 @@
 
 export DEB_BUILD_HARDENING=1
 
+override_dh_install:
+       cp vnc.html index.html.tpl
+       dh_install
+
 %:
        dh ${@} --with quilt
diff --git a/novnc b/novnc
index a0e7ab43dca0ce11a713694ee4cf530bd3b17c5a..b0061a3c49dc25a71f7b0a9a1f31a8befe787cb4 160000 (submodule)
--- a/novnc
+++ b/novnc
@@ -1 +1 @@
-Subproject commit a0e7ab43dca0ce11a713694ee4cf530bd3b17c5a
+Subproject commit b0061a3c49dc25a71f7b0a9a1f31a8befe787cb4