[DRE-commits] [ruby-codemirror-rails] 05/05: Added engine-root.patch and installs app files.
Andrew Lee
ajqlee at moszumanska.debian.org
Mon Aug 31 08:31:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
ajqlee pushed a commit to branch master
in repository ruby-codemirror-rails.
commit c4a35b97e7f5d1f43351db7c0d89a2b4a9d0c236
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date: Mon Aug 31 16:31:11 2015 +0800
Added engine-root.patch and installs app files.
---
debian/ruby-codemirror-rails.install | 1 +
patches/engine-root.patch | 35 +++++++++++++++++++++++++++++++++++
patches/series | 1 +
3 files changed, 37 insertions(+)
diff --git a/debian/ruby-codemirror-rails.install b/debian/ruby-codemirror-rails.install
new file mode 100644
index 0000000..31bb807
--- /dev/null
+++ b/debian/ruby-codemirror-rails.install
@@ -0,0 +1 @@
+vendor usr/share/ruby-codemirror-rails/
diff --git a/patches/engine-root.patch b/patches/engine-root.patch
new file mode 100644
index 0000000..93d9be1
--- /dev/null
+++ b/patches/engine-root.patch
@@ -0,0 +1,35 @@
+Description: <short summary of the patch>
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ ruby-codemirror-rails (4.2-0co1.1) unstable; urgency=medium
+ .
+ * Appli engine-root.patch.
+Author: Andrew Lee (李健秋) <ajqlee at debian.org>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: https://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- ruby-codemirror-rails-4.2.orig/lib/codemirror/rails/engine.rb
++++ ruby-codemirror-rails-4.2/lib/codemirror/rails/engine.rb
+@@ -1,6 +1,7 @@
+ module Codemirror
+ module Rails
+ class Engine < ::Rails::Engine
++ config.root = '/usr/share/ruby-codemirror-rails'
+ end
+ end
+ 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-codemirror-rails.git
More information about the Pkg-ruby-extras-commits
mailing list