[DRE-commits] [ruby-facebox-rails] 03/04: move assets to /usr/share
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Wed Jul 15 10:11:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-facebox-rails.
commit ef6168956a0b716219d66941e42e9e1c8f9430d8
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Wed Jul 15 13:52:27 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..3c67cc2
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+vendor usr/share/ruby-facebox-rails
diff --git a/debian/patches/engine-root.patch b/debian/patches/engine-root.patch
new file mode 100644
index 0000000..51af22c
--- /dev/null
+++ b/debian/patches/engine-root.patch
@@ -0,0 +1,17 @@
+Description: setn rails engine root
+ debian specific
+Author: Pirate Praveen <praveen at debian.org>
+Last-Updated: 2015-07-15
+
+Index: ruby-facebox-rails-0.2.0/lib/facebox-rails/engine.rb
+===================================================================
+--- ruby-facebox-rails-0.2.0.orig/lib/facebox-rails/engine.rb
++++ ruby-facebox-rails-0.2.0/lib/facebox-rails/engine.rb
+@@ -1,6 +1,7 @@
+ module Facebox
+ module Rails
+ class Engine < ::Rails::Engine
++ config.root='/usr/share/ruby-facebox-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-facebox-rails.git
More information about the Pkg-ruby-extras-commits
mailing list