[Pkg-javascript-commits] [libjs-jquery-stupidtable] 03/06: Update d/patches with the new version.

Sergio Durigan Junior sergiodj-guest at moszumanska.debian.org
Fri Aug 25 03:25:22 UTC 2017


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

sergiodj-guest pushed a commit to branch master
in repository libjs-jquery-stupidtable.

commit 2a53e2b9e6af341d54fb927ffb1466e32521c2f8
Author: Sergio Durigan Junior <sergiodj at sergiodj.net>
Date:   Thu Aug 24 23:19:10 2017 -0400

    Update d/patches with the new version.
---
 .../0001-Use-system-jQuery-on-examples.patch       | 44 +++++++++++++++++++---
 1 file changed, 38 insertions(+), 6 deletions(-)

diff --git a/debian/patches/0001-Use-system-jQuery-on-examples.patch b/debian/patches/0001-Use-system-jQuery-on-examples.patch
index 26bd4b1..68ae298 100644
--- a/debian/patches/0001-Use-system-jQuery-on-examples.patch
+++ b/debian/patches/0001-Use-system-jQuery-on-examples.patch
@@ -3,14 +3,16 @@ Date: Wed, 10 Aug 2016 21:33:58 -0400
 Subject: Use system jQuery on examples
 
 ---
- examples/basic.html       | 4 ++--
- examples/colspan.html     | 4 ++--
- examples/complex.html     | 4 ++--
- examples/large-table.html | 4 ++--
- 4 files changed, 8 insertions(+), 8 deletions(-)
+ examples/basic.html            | 4 ++--
+ examples/colspan.html          | 4 ++--
+ examples/complex.html          | 4 ++--
+ examples/large-table.html      | 4 ++--
+ examples/multicolumn-sort.html | 4 ++--
+ examples/with-settings.html    | 4 ++--
+ 6 files changed, 12 insertions(+), 12 deletions(-)
 
 diff --git a/examples/basic.html b/examples/basic.html
-index 4cf7f97..c10a66e 100644
+index c7f8146..d44ab7c 100644
 --- a/examples/basic.html
 +++ b/examples/basic.html
 @@ -2,8 +2,8 @@
@@ -69,3 +71,33 @@ index 798318b..77d096b 100644
    <script>
      $(function(){
          // Helper function to convert a string of the form "Mar 15, 1987" into a Date object.
+diff --git a/examples/multicolumn-sort.html b/examples/multicolumn-sort.html
+index 17d6026..c0217b5 100644
+--- a/examples/multicolumn-sort.html
++++ b/examples/multicolumn-sort.html
+@@ -2,8 +2,8 @@
+ <html>
+ <head>
+   <title>Stupid jQuery table sort</title>
+-  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
+-  <script src="../stupidtable.js?dev"></script>
++  <script src="/usr/share/javascript/jquery/jquery.min.js"></script>
++  <script src="/usr/share/javascript/jquery-stupidtable/stupidtable.js?dev"></script>
+   <script>
+     $(function(){
+         $("table").stupidtable();
+diff --git a/examples/with-settings.html b/examples/with-settings.html
+index d138898..4cb5c34 100644
+--- a/examples/with-settings.html
++++ b/examples/with-settings.html
+@@ -2,8 +2,8 @@
+ <html>
+ <head>
+   <title>Stupid jQuery table sort</title>
+-  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
+-  <script src="../stupidtable.js?dev"></script>
++  <script src="/usr/share/javascript/jquery/jquery.min.js"></script>
++  <script src="/usr/share/javascript/jquery-stupidtable/stupidtable.js?dev"></script>
+   <script>
+     // ======================================================
+     // Example 1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/libjs-jquery-stupidtable.git



More information about the Pkg-javascript-commits mailing list