[DRE-commits] [ruby-ace-rails-ap] 03/04: move assets to usr/share
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Thu Jul 23 12:26:19 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 05575add0e990b5e153756e50a84341325991a7c
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Thu Jul 23 17:49:16 2015 +0530
move assets to usr/share
---
debian/install | 1 +
debian/patches/engine-root.patch | 17 +++++++++++++++++
debian/patches/series | 1 +
3 files changed, 19 insertions(+)
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..eb91b6e
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+vendor usr/share/ruby-ace-rails-sp
diff --git a/debian/patches/engine-root.patch b/debian/patches/engine-root.patch
new file mode 100644
index 0000000..e9efcd2
--- /dev/null
+++ b/debian/patches/engine-root.patch
@@ -0,0 +1,17 @@
+Description: rails engine root
+ debian specific
+Author: Pirate Praveen <praveen at debian.org>
+Last-Updated: 2015-07-23
+
+Index: ruby-ace-rails-ap-3.0.3/lib/ace/rails/engine.rb
+===================================================================
+--- ruby-ace-rails-ap-3.0.3.orig/lib/ace/rails/engine.rb
++++ ruby-ace-rails-ap-3.0.3/lib/ace/rails/engine.rb
+@@ -1,6 +1,7 @@
+ module Ace
+ module Rails
+ class Engine < ::Rails::Engine
++ config.root='usr/share/ruby-ace-rails-sp'
+ 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-ace-rails-ap.git
More information about the Pkg-ruby-extras-commits
mailing list