[DRE-commits] [ruby-rails-assets-markdown-it-hashtag] 04/06: set rails engine root

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Apr 2 11:41:18 UTC 2015


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

praveen pushed a commit to branch master
in repository ruby-rails-assets-markdown-it-hashtag.

commit 48321fc8e15608ba4a1d8152245cb0b7d7ad815a
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Apr 2 16:19:13 2015 +0530

    set rails engine root
---
 debian/patches/engine-root.patch | 17 +++++++++++++++++
 debian/patches/series            |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/engine-root.patch b/debian/patches/engine-root.patch
new file mode 100644
index 0000000..2351a66
--- /dev/null
+++ b/debian/patches/engine-root.patch
@@ -0,0 +1,17 @@
+Description: Set rails engine root
+ Debian specific
+Author: Pirate Praveen <praveen at debian.org>
+Last-Updated: 2015-04-02
+
+Index: ruby-rails-assets-markdown-it-hashtag-0.3.0/lib/rails-assets-markdown-it-hashtag.rb
+===================================================================
+--- ruby-rails-assets-markdown-it-hashtag-0.3.0.orig/lib/rails-assets-markdown-it-hashtag.rb
++++ ruby-rails-assets-markdown-it-hashtag-0.3.0/lib/rails-assets-markdown-it-hashtag.rb
+@@ -25,6 +25,7 @@ module RailsAssetsMarkdownItHashtag
+ 
+   if defined?(Rails)
+     class Engine < ::Rails::Engine
++      config.root = '/usr/share/ruby-rails-assets-markdown-it-hashtag'
+       # Rails -> use app/assets directory.
+     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-rails-assets-markdown-it-hashtag.git



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