[DRE-commits] [ruby-ace-rails-ap] 01/01: fix engine root

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Nov 1 23:14:44 UTC 2015


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

praveen pushed a commit to branch master
in repository ruby-ace-rails-ap.

commit 2aa2f6a9e839ecab57dec6ad07f651a1aef3a43d
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Nov 2 04:33:09 2015 +0530

    fix engine root
---
 debian/changelog                 | 6 ++++++
 debian/patches/engine-root.patch | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index be6cb17..6920c69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-ace-rails-ap (3.0.3-2) unstable; urgency=medium
+
+  * Fix rails engine root path 
+
+ -- Pirate Praveen <praveen at debian.org>  Mon, 02 Nov 2015 04:33:01 +0530
+
 ruby-ace-rails-ap (3.0.3-1) unstable; urgency=medium
 
   * Initial release (Closes: #793373)
diff --git a/debian/patches/engine-root.patch b/debian/patches/engine-root.patch
index e9efcd2..82be8d7 100644
--- a/debian/patches/engine-root.patch
+++ b/debian/patches/engine-root.patch
@@ -11,7 +11,7 @@ Index: ruby-ace-rails-ap-3.0.3/lib/ace/rails/engine.rb
  module Ace
    module Rails
      class Engine < ::Rails::Engine
-+    	config.root='usr/share/ruby-ace-rails-sp'
++    	config.root='/usr/share/ruby-ace-rails-sp'
      end
    end
  end

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



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