[DRE-commits] [ruby-combustion] 04/04: Apply set-source-root-in-generator.patch.
Andrew Lee
ajqlee at moszumanska.debian.org
Thu Jan 14 20:56:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
ajqlee pushed a commit to branch master
in repository ruby-combustion.
commit 74ffae4f43d9ded6e705ed834e92718c9e34e969
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date: Fri Jan 15 04:55:44 2016 +0800
Apply set-source-root-in-generator.patch.
---
debian/patches/series | 1 +
debian/patches/set-source-root-in-generator.patch | 13 +++++++++++++
2 files changed, 14 insertions(+)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..46ef495
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+set-source-root-in-generator.patch
diff --git a/debian/patches/set-source-root-in-generator.patch b/debian/patches/set-source-root-in-generator.patch
new file mode 100644
index 0000000..91d9a76
--- /dev/null
+++ b/debian/patches/set-source-root-in-generator.patch
@@ -0,0 +1,13 @@
+Description: set source_root to /usr/lib/ruby/vendor_ruby/combustion/
+
+--- ruby-combustion-0.5.3.orig/lib/combustion/generator.rb
++++ ruby-combustion-0.5.3/lib/combustion/generator.rb
+@@ -5,7 +5,7 @@ module Combustion
+ include Thor::Actions
+
+ def self.source_root
+- File.expand_path File.join(File.dirname(__FILE__), '..', '..')
++ File.expand_path File.join(File.dirname(__FILE__), '..', 'combustion/')
+ end
+
+ def create_directories
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-combustion.git
More information about the Pkg-ruby-extras-commits
mailing list