[Pkg-javascript-commits] [libjs-jquery-stupidtable] 03/04: Updating d/patches to reflect new upstream release.
Sergio Durigan Junior
sergiodj-guest at moszumanska.debian.org
Sat Feb 11 00:01:25 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 9709b254c03c165e991467416c513fa1e8bb3a40
Author: Sergio Durigan Junior <sergiodj at sergiodj.net>
Date: Fri Feb 10 18:58:49 2017 -0500
Updating d/patches to reflect new upstream release.
---
debian/patches/0001-Use-system-jQuery-on-examples.patch | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/debian/patches/0001-Use-system-jQuery-on-examples.patch b/debian/patches/0001-Use-system-jQuery-on-examples.patch
index b38f97a..26bd4b1 100644
--- a/debian/patches/0001-Use-system-jQuery-on-examples.patch
+++ b/debian/patches/0001-Use-system-jQuery-on-examples.patch
@@ -10,14 +10,14 @@ Subject: Use system jQuery on examples
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/examples/basic.html b/examples/basic.html
-index 11e4341..c10a66e 100644
+index 4cf7f97..c10a66e 100644
--- a/examples/basic.html
+++ b/examples/basic.html
@@ -2,8 +2,8 @@
<html>
<head>
<title>Stupid jQuery table sort</title>
-- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
+- <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>
@@ -25,14 +25,14 @@ index 11e4341..c10a66e 100644
$(function(){
$("table").stupidtable();
diff --git a/examples/colspan.html b/examples/colspan.html
-index 148d9e4..d3be46c 100644
+index e2cf10d..d3be46c 100644
--- a/examples/colspan.html
+++ b/examples/colspan.html
@@ -2,8 +2,8 @@
<html>
<head>
<title>Stupid jQuery table sort (colspan test)</title>
-- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
+- <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>
@@ -40,14 +40,14 @@ index 148d9e4..d3be46c 100644
$(function(){
$("table").stupidtable();
diff --git a/examples/complex.html b/examples/complex.html
-index 75e4ee3..dc1434d 100644
+index 7496e86..dc1434d 100644
--- a/examples/complex.html
+++ b/examples/complex.html
@@ -2,8 +2,8 @@
<html>
<head>
<title>Stupid jQuery table sort (complex example)</title>
-- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
+- <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>
@@ -55,14 +55,14 @@ index 75e4ee3..dc1434d 100644
$(function(){
// Helper function to convert a string of the form "Mar 15, 1987" into
diff --git a/examples/large-table.html b/examples/large-table.html
-index 926100c..77d096b 100644
+index 798318b..77d096b 100644
--- a/examples/large-table.html
+++ b/examples/large-table.html
@@ -2,8 +2,8 @@
<html>
<head>
<title>Stupid jQuery table sort (large table example)</title>
-- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
+- <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>
--
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