[DRE-commits] [ruby-font-awesome-rails] 01/16: install assets and helpers in /usr/share

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu May 22 05:48:17 UTC 2014


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

praveen pushed a commit to branch master
in repository ruby-font-awesome-rails.

commit fbc76b017beeb0e2662849afc1402ad91513e88c
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed May 7 21:52:22 2014 +0530

    install assets and helpers in /usr/share
---
 debian/install                   |  2 ++
 debian/patches/engine-root.patch | 10 ++++++++++
 debian/patches/series            |  1 +
 3 files changed, 13 insertions(+)

diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..1a6b7fb
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+app/assets usr/share/ruby-font-awesome-rails
+app/helpers usr/share/ruby-font-awesome-rails
diff --git a/debian/patches/engine-root.patch b/debian/patches/engine-root.patch
new file mode 100644
index 0000000..cc7604c
--- /dev/null
+++ b/debian/patches/engine-root.patch
@@ -0,0 +1,10 @@
+--- a/lib/font-awesome-rails/engine.rb
++++ b/lib/font-awesome-rails/engine.rb
+@@ -1,6 +1,7 @@
+ module FontAwesome
+   module Rails
+     class Engine < ::Rails::Engine
++     config.root = '/usr/share/ruby-font-awesome-rails'
+     end
+   end
+ end
diff --git a/debian/patches/series b/debian/patches/series
index 0712931..f740307 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+engine-root.patch
 remove-bundler.patch

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



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