[DRE-commits] [ruby-flot-rails] 01/01: Apply engine-root.patch.

Andrew Lee ajqlee at moszumanska.debian.org
Mon Jul 4 10:23:53 UTC 2016


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

ajqlee pushed a commit to branch master
in repository ruby-flot-rails.

commit ca9fcd86cc547d303c9d5f325a8b2b8240335f57
Author: Andrew Lee (李健秋) <ajqlee at debian.org>
Date:   Mon Jul 4 18:23:47 2016 +0800

    Apply engine-root.patch.
---
 debian/patches/engine-root.patch | 12 ++++++++++++
 debian/patches/series            |  1 +
 2 files changed, 13 insertions(+)

diff --git a/debian/patches/engine-root.patch b/debian/patches/engine-root.patch
new file mode 100644
index 0000000..3b10267
--- /dev/null
+++ b/debian/patches/engine-root.patch
@@ -0,0 +1,12 @@
+Description: set engine root path.
+
+--- ruby-flot-rails-0.0.6.orig/lib/flot/rails/engine.rb
++++ ruby-flot-rails-0.0.6/lib/flot/rails/engine.rb
+@@ -2,6 +2,7 @@ module Flot
+   module Rails
+ 
+     class Engine < ::Rails::Engine
++	    config.root = '/usr/share/ruby-flot-rails'
+     end
+   end
+ end
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d77d941
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+engine-root.patch

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



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