[Pkg-javascript-commits] [jqueryui] 07/14: Add add_missing_semicolon.patch for nodejs building
    Paul Mathijs Gevers 
    elbrus at moszumanska.debian.org
       
    Sun Oct 30 18:45:07 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
elbrus pushed a commit to branch master
in repository jqueryui.
commit 50bf98b3f38c41fdb0df4c05cda07d7045c45793
Author: Paul Gevers <elbrus at debian.org>
Date:   Wed Oct 26 20:05:10 2016 +0200
    Add add_missing_semicolon.patch for nodejs building
---
 debian/patches/add_missing_semicolon.patch | 13 +++++++++++++
 debian/patches/series                      |  1 +
 2 files changed, 14 insertions(+)
diff --git a/debian/patches/add_missing_semicolon.patch b/debian/patches/add_missing_semicolon.patch
new file mode 100644
index 0000000..3d675c8
--- /dev/null
+++ b/debian/patches/add_missing_semicolon.patch
@@ -0,0 +1,13 @@
+Description: in the Debian way of building, it seems that this missing
+ semicolon isn't noticed by nodejs
+Author: Paul Gevers <elbrus at debian.org>
+Index: jqueryui/ui/jquery-1-7.js
+===================================================================
+--- jqueryui.orig/ui/jquery-1-7.js
++++ jqueryui/ui/jquery-1-7.js
+@@ -86,4 +86,5 @@ if ( $.fn.jquery.substring( 0, 3 ) === "
+ 	};
+ }
+ 
++;
+ } ) );
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0013cc9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+add_missing_semicolon.patch
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/jqueryui.git
    
    
More information about the Pkg-javascript-commits
mailing list