[DRE-commits] [ruby-bootstrap-sass] 01/02: install assets and set config.root

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Nov 25 08:07:01 UTC 2014


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

praveen pushed a commit to branch jessie
in repository ruby-bootstrap-sass.

commit 35cc32271bfa4b47ed03e22be5c0a5dab400f0c2
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Nov 25 13:30:10 2014 +0530

    install assets and set config.root
---
 debian/install                   |  1 +
 debian/patches/engine-root.patch | 15 +++++++++++++++
 debian/patches/series            |  1 +
 3 files changed, 17 insertions(+)

diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..ffaf9a7
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+vendor usr/share/ruby-bootstrap-sass
diff --git a/debian/patches/engine-root.patch b/debian/patches/engine-root.patch
new file mode 100644
index 0000000..c16a5ad
--- /dev/null
+++ b/debian/patches/engine-root.patch
@@ -0,0 +1,15 @@
+Index: ruby-bootstrap-sass/lib/bootstrap-sass/engine.rb
+===================================================================
+--- ruby-bootstrap-sass.orig/lib/bootstrap-sass/engine.rb
++++ ruby-bootstrap-sass/lib/bootstrap-sass/engine.rb
+@@ -1,7 +1,8 @@
+ module Bootstrap
+   module Rails
+     class Engine < ::Rails::Engine
++      config.root = '/usr/share/ruby-bootstrap-sass'
+       # Rails, will you please look in our vendor? kthx
+     end
+   end
+-end
+\ No newline at end of file
++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-bootstrap-sass.git



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