[DRE-commits] [ruby-rails-tokeninput] 06/06: Added engine-root.patch and installs app files.
Andrew Lee
ajqlee at moszumanska.debian.org
Mon Aug 31 09:10:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
ajqlee pushed a commit to branch master
in repository ruby-rails-tokeninput.
commit 18cfbbf73226d2d7db5c58155beffb41cd2fda29
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date: Mon Aug 31 17:09:47 2015 +0800
Added engine-root.patch and installs app files.
---
debian/ruby-rails-tokeninput.install | 1 +
patches/engine-root.patch | 12 ++++++++++++
patches/series | 1 +
3 files changed, 14 insertions(+)
diff --git a/debian/ruby-rails-tokeninput.install b/debian/ruby-rails-tokeninput.install
new file mode 100644
index 0000000..647bec9
--- /dev/null
+++ b/debian/ruby-rails-tokeninput.install
@@ -0,0 +1 @@
+app usr/share/ruby-rails-tokeninput/
diff --git a/patches/engine-root.patch b/patches/engine-root.patch
new file mode 100644
index 0000000..04c0ca4
--- /dev/null
+++ b/patches/engine-root.patch
@@ -0,0 +1,12 @@
+--- ruby-rails-tokeninput-1.6.1.rc1.orig/lib/rails_tokeninput/engine.rb
++++ ruby-rails-tokeninput-1.6.1.rc1/lib/rails_tokeninput/engine.rb
+@@ -1,6 +1,7 @@
+ module RailsTokeninput
+ module Rails
+ class Engine < ::Rails::Engine
++ config.root = '/usr/share/ruby-rails-tokeninput'
+ end
+ end
+-end
+\ No newline at end of file
++end
diff --git a/patches/series b/patches/series
new file mode 100644
index 0000000..d77d941
--- /dev/null
+++ b/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-rails-tokeninput.git
More information about the Pkg-ruby-extras-commits
mailing list