[DRE-commits] [ruby-cal-heatmap-rails] 03/09: set rails engine
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Wed Jul 8 13:02:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-cal-heatmap-rails.
commit 3c2f8192af64f9ae5bba458ea23b4c872c487d79
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Wed Jul 8 18:24:57 2015 +0530
set rails engine
---
debian/install | 1 +
debian/patches/series | 1 +
debian/patches/set-engine-root.patch | 17 +++++++++++++++++
3 files changed, 19 insertions(+)
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..c2f06ae
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+vendor usr/share/ruby-cal-heatmap-rails
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e7bdefa
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+set-engine-root.patch
diff --git a/debian/patches/set-engine-root.patch b/debian/patches/set-engine-root.patch
new file mode 100644
index 0000000..9268a23
--- /dev/null
+++ b/debian/patches/set-engine-root.patch
@@ -0,0 +1,17 @@
+Description: set rails engine root
+ debian specific
+Author: Pirate Praveen <praveen at debian.org>
+Last-Updated: 2015-07-08
+
+Index: ruby-cal-heatmap-rails-0.0.1/lib/cal/heatmap/rails.rb
+===================================================================
+--- ruby-cal-heatmap-rails-0.0.1.orig/lib/cal/heatmap/rails.rb
++++ ruby-cal-heatmap-rails-0.0.1/lib/cal/heatmap/rails.rb
+@@ -4,6 +4,7 @@ module Cal
+ module Heatmap
+ module Rails
+ class Engine < ::Rails::Engine
++ config.root='/usr/share/ruby-cal-heatmap-rails'
+ end
+ end
+ end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-cal-heatmap-rails.git
More information about the Pkg-ruby-extras-commits
mailing list