[DRE-commits] [ruby-jekyll-coffeescript] 02/02: Add patch: Replace git execution from gemspec

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Tue Nov 10 15:05:29 UTC 2015


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

uwabami-guest pushed a commit to branch master
in repository ruby-jekyll-coffeescript.

commit e59d746fbe383c764185d879537ea1f1f2edf03b
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Wed Nov 11 00:04:16 2015 +0900

    Add patch: Replace git execution from gemspec
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 .../0001-Replace-gemspec-git-execution.patch       | 22 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/0001-Replace-gemspec-git-execution.patch b/debian/patches/0001-Replace-gemspec-git-execution.patch
new file mode 100644
index 0000000..a720932
--- /dev/null
+++ b/debian/patches/0001-Replace-gemspec-git-execution.patch
@@ -0,0 +1,22 @@
+From: Youhei SASAKI <uwabami at gfd-dennou.org>
+Date: Wed, 11 Nov 2015 00:00:58 +0900
+Subject: Replace gemspec git execution
+
+Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
+---
+ jekyll-coffeescript.gemspec | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/jekyll-coffeescript.gemspec b/jekyll-coffeescript.gemspec
+index ee5348b..871678e 100644
+--- a/jekyll-coffeescript.gemspec
++++ b/jekyll-coffeescript.gemspec
+@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
+   spec.homepage      = "https://github.com/jekyll/jekyll-coffeescript"
+   spec.license       = "MIT"
+ 
+-  spec.files         = `git ls-files`.split($/).grep(%r{(lib/)})
++  spec.files         = [".gitignore",".rspec",".travis.yml","Gemfile","History.markdown","LICENSE.txt","README.md","Rakefile","jekyll-coffeescript.gemspec","lib/jekyll-coffeescript.rb","lib/jekyll-coffeescript/version.rb","lib/jekyll/converters/coffeescript.rb","script/bootstrap","script/cibuild","script/rebund","script/release","spec/coffeescript_spec.rb","spec/spec_helper.rb"]
+   spec.require_paths = ["lib"]
+ 
+   spec.add_runtime_dependency "coffee-script", "~> 2.2"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..074bbd5
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Replace-gemspec-git-execution.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-jekyll-coffeescript.git



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