[DRE-commits] [ruby-rails-assets-jquery.slimscroll] 10/12: use system jquery

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Sep 16 17:30:06 UTC 2015


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

praveen pushed a commit to annotated tag debian/1.3.6+dfsg-1
in repository ruby-rails-assets-jquery.slimscroll.

commit 1335cd590d8e5928dd732d84fdb1431408be0e76
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Sep 16 22:37:10 2015 +0530

    use system jquery
---
 debian/changelog                       |   1 +
 debian/patches/series                  |   1 +
 debian/patches/use-system-jquery.patch | 169 +++++++++++++++++++++++++++++++++
 3 files changed, 171 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4d40d81..ba00216 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ ruby-rails-assets-jquery.slimscroll (1.3.6+dfsg-1) unstable; urgency=medium
   * Set engine root with patch
   * Add smoke test for assets
   * Add depends on libjs-jquery-slimscroll
+  * Use system jquery in examples
 
  -- Pirate Praveen <praveen at debian.org>  Wed, 16 Sep 2015 22:23:01 +0530
 
diff --git a/debian/patches/series b/debian/patches/series
index d77d941..3d8bf7b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+use-system-jquery.patch
 engine-root.patch
diff --git a/debian/patches/use-system-jquery.patch b/debian/patches/use-system-jquery.patch
new file mode 100644
index 0000000..57504bc
--- /dev/null
+++ b/debian/patches/use-system-jquery.patch
@@ -0,0 +1,169 @@
+Index: ruby-rails-assets-jquery.slimscroll/app/assets/templates/jquery.slimscroll/examples/allow-page-scroll.html
+===================================================================
+--- ruby-rails-assets-jquery.slimscroll.orig/app/assets/templates/jquery.slimscroll/examples/allow-page-scroll.html
++++ ruby-rails-assets-jquery.slimscroll/app/assets/templates/jquery.slimscroll/examples/allow-page-scroll.html
+@@ -3,7 +3,7 @@
+ <head>
+ <title>jquery.slimscroll - allow page scroll</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+-<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
++<script type="text/javascript" src="/usr/share/javascript/jquery/jquery.min.js"></script>
+ <link href="libs/prettify/prettify.css" type="text/css" rel="stylesheet" />
+ <script type="text/javascript" src="libs/prettify/prettify.js"></script>
+ <script type="text/javascript" src="../jquery.slimscroll.js"></script>
+Index: ruby-rails-assets-jquery.slimscroll/app/assets/templates/jquery.slimscroll/examples/chaining.html
+===================================================================
+--- ruby-rails-assets-jquery.slimscroll.orig/app/assets/templates/jquery.slimscroll/examples/chaining.html
++++ ruby-rails-assets-jquery.slimscroll/app/assets/templates/jquery.slimscroll/examples/chaining.html
+@@ -3,7 +3,7 @@
+ <head>
+ <title>jquery.slimscroll - chaining</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+-<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
++<script type="text/javascript" src="/usr/share/javascript/jquery/jquery.min.js"></script>
+ <link href="libs/prettify/prettify.css" type="text/css" rel="stylesheet" />
+ <script type="text/javascript" src="libs/prettify/prettify.js"></script>
+ <script type="text/javascript" src="../jquery.slimscroll.js"></script>
+Index: ruby-rails-assets-jquery.slimscroll/app/assets/templates/jquery.slimscroll/examples/disable-fade-out.html
+===================================================================
+--- ruby-rails-assets-jquery.slimscroll.orig/app/assets/templates/jquery.slimscroll/examples/disable-fade-out.html
++++ ruby-rails-assets-jquery.slimscroll/app/assets/templates/jquery.slimscroll/examples/disable-fade-out.html
+@@ -3,7 +3,7 @@
+ <head>
+ <title>jquery.slimscroll - disable fade out</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+-<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
++<script type="text/javascript" src="/usr/share/javascript/jquery/jquery.min.js"></script>
+ 
+ <link href="libs/prettify/prettify.css" type="text/css" rel="stylesheet" />
+ <script type="text/javascript" src="libs/prettify/prettify.js"></script>
+Index: ruby-rails-assets-jquery.slimscroll/app/assets/templates/jquery.slimscroll/examples/dynamic-content.html
+===================================================================
+--- ruby-rails-assets-jquery.slimscroll.orig/app/assets/templates/jquery.slimscroll/examples/dynamic-content.html
++++ ruby-rails-assets-jquery.slimscroll/app/assets/templates/jquery.slimscroll/examples/dynamic-content.html
+@@ -3,7 +3,7 @@
+ <head>
+ <title>jquery.slimscroll - dynamic content</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+-<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
++<script type="text/javascript" src="/usr/share/javascript/jquery/jquery.min.js"></script>
+ 
+ <link href="libs/prettify/prettify.css" type="text/css" rel="stylesheet" />
+ <script type="text/javascript" src="libs/prettify/prettify.js"></script>
+Index: ruby-rails-assets-jquery.slimscroll/app/assets/templates/jquery.slimscroll/examples/height-width.html
+===================================================================
+--- ruby-rails-assets-jquery.slimscroll.orig/app/assets/templates/jquery.slimscroll/examples/height-width.html
++++ ruby-rails-assets-jquery.slimscroll/app/assets/templates/jquery.slimscroll/examples/height-width.html
+@@ -3,7 +3,7 @@
+ <head>
+ <title>jquery.slimscroll - height / width</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+-<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
++<script type="text/javascript" src="/usr/share/javascript/jquery/jquery.min.js"></script>
+ 
+ <link href="libs/prettify/prettify.css" type="text/css" rel="stylesheet" />
+ <script type="text/javascript" src="libs/prettify/prettify.js"></script>
+Index: ruby-rails-assets-jquery.slimscroll/app/assets/templates/jquery.slimscroll/examples/mouse-wheel.html
+===================================================================
+--- ruby-rails-assets-jquery.slimscroll.orig/app/assets/templates/jquery.slimscroll/examples/mouse-wheel.html
++++ ruby-rails-assets-jquery.slimscroll/app/assets/templates/jquery.slimscroll/examples/mouse-wheel.html
+@@ -3,7 +3,7 @@
+ <head>
+ <title>jquery.slimscroll - mouse wheel</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+-<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
++<script type="text/javascript" src="/usr/share/javascript/jquery/jquery.min.js"></script>
+ 
+ <link href="libs/prettify/prettify.css" type="text/css" rel="stylesheet" />
+ <script type="text/javascript" src="libs/prettify/prettify.js"></script>
+Index: ruby-rails-assets-jquery.slimscroll/app/assets/templates/jquery.slimscroll/examples/multiple-elements.html
+===================================================================
+--- ruby-rails-assets-jquery.slimscroll.orig/app/assets/templates/jquery.slimscroll/examples/multiple-elements.html
++++ ruby-rails-assets-jquery.slimscroll/app/assets/templates/jquery.slimscroll/examples/multiple-elements.html
+@@ -3,7 +3,7 @@
+ <head>
+ <title>jquery.slimscroll - multiple elements</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+-<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
++<script type="text/javascript" src="/usr/share/javascript/jquery/jquery.min.js"></script>
+ 
+ <link href="libs/prettify/prettify.css" type="text/css" rel="stylesheet" />
+ <script type="text/javascript" src="libs/prettify/prettify.js"></script>
+Index: ruby-rails-assets-jquery.slimscroll/app/assets/templates/jquery.slimscroll/examples/nested.html
+===================================================================
+--- ruby-rails-assets-jquery.slimscroll.orig/app/assets/templates/jquery.slimscroll/examples/nested.html
++++ ruby-rails-assets-jquery.slimscroll/app/assets/templates/jquery.slimscroll/examples/nested.html
+@@ -3,7 +3,7 @@
+ <head>
+ <title>jquery.slimscroll - nested elements</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+-<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
++<script type="text/javascript" src="/usr/share/javascript/jquery/jquery.min.js"></script>
+ 
+ <link href="libs/prettify/prettify.css" type="text/css" rel="stylesheet" />
+ <script type="text/javascript" src="libs/prettify/prettify.js"></script>
+Index: ruby-rails-assets-jquery.slimscroll/app/assets/templates/jquery.slimscroll/examples/programmatic-scrolling.html
+===================================================================
+--- ruby-rails-assets-jquery.slimscroll.orig/app/assets/templates/jquery.slimscroll/examples/programmatic-scrolling.html
++++ ruby-rails-assets-jquery.slimscroll/app/assets/templates/jquery.slimscroll/examples/programmatic-scrolling.html
+@@ -3,7 +3,7 @@
+ <head>
+ <title>jquery.slimscroll - programmatic scrolling</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+-<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
++<script type="text/javascript" src="/usr/share/javascript/jquery/jquery.min.js"></script>
+ 
+ <link href="libs/prettify/prettify.css" type="text/css" rel="stylesheet" />
+ <script type="text/javascript" src="libs/prettify/prettify.js"></script>
+Index: ruby-rails-assets-jquery.slimscroll/app/assets/templates/jquery.slimscroll/examples/rail.html
+===================================================================
+--- ruby-rails-assets-jquery.slimscroll.orig/app/assets/templates/jquery.slimscroll/examples/rail.html
++++ ruby-rails-assets-jquery.slimscroll/app/assets/templates/jquery.slimscroll/examples/rail.html
+@@ -3,7 +3,7 @@
+ <head>
+ <title>jquery.slimscroll - rail options</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+-<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
++<script type="text/javascript" src="/usr/share/javascript/jquery/jquery.min.js"></script>
+ 
+ <link href="libs/prettify/prettify.css" type="text/css" rel="stylesheet" />
+ <script type="text/javascript" src="libs/prettify/prettify.js"></script>
+Index: ruby-rails-assets-jquery.slimscroll/app/assets/templates/jquery.slimscroll/examples/scroll-events.html
+===================================================================
+--- ruby-rails-assets-jquery.slimscroll.orig/app/assets/templates/jquery.slimscroll/examples/scroll-events.html
++++ ruby-rails-assets-jquery.slimscroll/app/assets/templates/jquery.slimscroll/examples/scroll-events.html
+@@ -3,7 +3,7 @@
+ <head>
+ <title>jquery.slimscroll - top/bottom events</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+-<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
++<script type="text/javascript" src="/usr/share/javascript/jquery/jquery.min.js"></script>
+ 
+ <link href="libs/prettify/prettify.css" type="text/css" rel="stylesheet" />
+ <script type="text/javascript" src="libs/prettify/prettify.js"></script>
+Index: ruby-rails-assets-jquery.slimscroll/app/assets/templates/jquery.slimscroll/examples/scrollbar.html
+===================================================================
+--- ruby-rails-assets-jquery.slimscroll.orig/app/assets/templates/jquery.slimscroll/examples/scrollbar.html
++++ ruby-rails-assets-jquery.slimscroll/app/assets/templates/jquery.slimscroll/examples/scrollbar.html
+@@ -3,7 +3,7 @@
+ <head>
+ <title>jquery.slimscroll - scrollbar options</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+-<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
++<script type="text/javascript" src="/usr/share/javascript/jquery/jquery.min.js"></script>
+ 
+ <link href="libs/prettify/prettify.css" type="text/css" rel="stylesheet" />
+ <script type="text/javascript" src="libs/prettify/prettify.js"></script>
+Index: ruby-rails-assets-jquery.slimscroll/app/assets/templates/jquery.slimscroll/examples/start-position.html
+===================================================================
+--- ruby-rails-assets-jquery.slimscroll.orig/app/assets/templates/jquery.slimscroll/examples/start-position.html
++++ ruby-rails-assets-jquery.slimscroll/app/assets/templates/jquery.slimscroll/examples/start-position.html
+@@ -3,7 +3,7 @@
+ <head>
+ <title>jquery.slimscroll - start position</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+-<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
++<script type="text/javascript" src="/usr/share/javascript/jquery/jquery.min.js"></script>
+ 
+ <link href="libs/prettify/prettify.css" type="text/css" rel="stylesheet" />
+ <script type="text/javascript" src="libs/prettify/prettify.js"></script>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rails-assets-jquery.slimscroll.git



More information about the Pkg-ruby-extras-commits mailing list