[DRE-commits] [ruby-jquery-scrollto-rails] 06/07: Patch out root path

Balasankar C balasankarc-guest at moszumanska.debian.org
Tue Jun 30 17:04:11 UTC 2015


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

balasankarc-guest pushed a commit to branch master
in repository ruby-jquery-scrollto-rails.

commit 1184902a770cd5a61d5b376eea9ff4ae3626e445
Author: Balasankar C <balasankarc at autistici.org>
Date:   Tue Jun 30 22:30:31 2015 +0530

    Patch out root path
---
 debian/patches/assets-path | 16 ++++++++++++++++
 debian/patches/series      |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/assets-path b/debian/patches/assets-path
new file mode 100644
index 0000000..a423e29
--- /dev/null
+++ b/debian/patches/assets-path
@@ -0,0 +1,16 @@
+Description: Change path of vendor javascript
+ Change root path to look for embedded vendor javascripts
+Author: Balasankar C <balasankarc at autistici.org>
+Last-Update: 2015-06-30
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/lib/jquery-scrollto-rails/rails/engine.rb
++++ b/lib/jquery-scrollto-rails/rails/engine.rb
+@@ -1,6 +1,7 @@
+ module JqueryScrollto
+   module Rails
+     class Engine < ::Rails::Engine
++        config.root = '/usr/share/ruby-jquery-scrollto-rails'
+     end
+   end
+ end
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9751122
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+assets-path

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



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