[DRE-commits] [ruby-combustion] 02/02: Update source_root to /usr/share/ruby-combustion.
Andrew Lee
ajqlee at moszumanska.debian.org
Fri Jan 15 14:37:12 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 8b90ab1baa51cae9ffa2ee447a1453b732fc6fcd
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date: Fri Jan 15 22:36:48 2016 +0800
Update source_root to /usr/share/ruby-combustion.
---
debian/patches/set-source-root-in-generator.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/patches/set-source-root-in-generator.patch b/debian/patches/set-source-root-in-generator.patch
index 91d9a76..9782261 100644
--- a/debian/patches/set-source-root-in-generator.patch
+++ b/debian/patches/set-source-root-in-generator.patch
@@ -1,4 +1,4 @@
-Description: set source_root to /usr/lib/ruby/vendor_ruby/combustion/
+Description: set source_root to /usr/share/ruby-combustion
--- ruby-combustion-0.5.3.orig/lib/combustion/generator.rb
+++ ruby-combustion-0.5.3/lib/combustion/generator.rb
@@ -7,7 +7,7 @@ Description: set source_root to /usr/lib/ruby/vendor_ruby/combustion/
def self.source_root
- File.expand_path File.join(File.dirname(__FILE__), '..', '..')
-+ File.expand_path File.join(File.dirname(__FILE__), '..', 'combustion/')
++ '/usr/share/ruby-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