diff -ru novnc-0.4+dfsg+1+20131010+gitf68af8af3d.source/debian/novnc.install novnc-0.4+dfsg+1+20131010+gitf68af8af3d/debian/novnc.install --- novnc-0.4+dfsg+1+20131010+gitf68af8af3d.source/debian/novnc.install +++ novnc-0.4+dfsg+1+20131010+gitf68af8af3d/debian/novnc.install @@ -19,5 +19,6 @@ include/websock.js /usr/share/novnc/include include/webutil.js /usr/share/novnc/include utils/Makefile /usr/share/novnc/utils +utils/launch.sh /usr/share/novnc/utils vnc.html /usr/share/novnc vnc_auto.html /usr/share/novnc diff -ru novnc-0.4+dfsg+1+20131010+gitf68af8af3d.source/debian/patches/series novnc-0.4+dfsg+1+20131010+gitf68af8af3d/debian/patches/series --- novnc-0.4+dfsg+1+20131010+gitf68af8af3d.source/debian/patches/series +++ novnc-0.4+dfsg+1+20131010+gitf68af8af3d/debian/patches/series @@ -1 +1,2 @@ python-disutils.patch +utils-launch.patch Only in novnc-0.4+dfsg+1+20131010+gitf68af8af3d/debian/patches: utils-launch.patch diff -ru novnc-0.4+dfsg+1+20131010+gitf68af8af3d.source/debian/rules novnc-0.4+dfsg+1+20131010+gitf68af8af3d/debian/rules --- novnc-0.4+dfsg+1+20131010+gitf68af8af3d.source/debian/rules +++ novnc-0.4+dfsg+1+20131010+gitf68af8af3d/debian/rules @@ -15,6 +15,7 @@ override_dh_fixperms: dh_fixperms - rm -rf $(CURDIR)/debian/novnc/usr/share/novnc/utils + #rm -rf $(CURDIR)/debian/novnc/usr/share/novnc/utils + rm -rf $(CURDIR)/debian/novnc/usr/share/novnc/utils/Makefile rm -f $(CURDIR)/debian/novnc/usr/share/novnc/include/web-socket-js/swfobject.js ln -s ../../../javascript/swfobject/swfobject.js $(CURDIR)/debian/novnc/usr/share/novnc/include/web-socket-js/swfobject.js