[Pkg-remote-team] [guacamole-client] 01/05: Load scripts from javascript-common.

Dominik George natureshadow-guest at moszumanska.debian.org
Sat Nov 26 18:22:13 UTC 2016


This is an automated email from the git hooks/post-receive script.

natureshadow-guest pushed a commit to branch master
in repository guacamole-client.

commit 44bc2b4a02d723f9da0a6a7c49642dc5c39437fc
Author: Dominik George <nik at naturalnet.de>
Date:   Sat Nov 26 18:31:58 2016 +0100

    Load scripts from javascript-common.
---
 debian/patches/series              |  1 +
 debian/patches/use-debian-js.patch | 14 ++++++++++++++
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index cf8e32c..824ab83 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 fix-js-build.patch
 fix-java-build.patch
+use-debian-js.patch
diff --git a/debian/patches/use-debian-js.patch b/debian/patches/use-debian-js.patch
new file mode 100644
index 0000000..dc52cc8
--- /dev/null
+++ b/debian/patches/use-debian-js.patch
@@ -0,0 +1,14 @@
+--- a/guacamole/src/main/webapp/index.html
++++ b/guacamole/src/main/webapp/index.html
+@@ -54,7 +54,10 @@
+                     help-text="loginHelpText"
+                     form="expectedCredentials"
+                     values="acceptedCredentials"></guac-login>
+-        
++     
++        <script type="text/javascript" src="javascript-common/jquery/jquery.min.js"></script>
++        <script type="text/javascript" src="javascript-common/lodash.min.js"></script>
++        <script type="text/javascript" src="javascript-common/angular.js/angular.min.js"></script>
+         <script type="text/javascript" src="app.js?v=${project.version}"></script>
+     </body>
+ </html>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/packages/guacamole-client.git



More information about the Pkg-remote-team mailing list