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

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Sun Nov 22 06:47:09 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-feed.

commit 0c0be649cff688bdd74218a78779902259813b70
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Sun Nov 22 15:46:39 2015 +0900

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

diff --git a/debian/patches/0001-Replace-git-execution-from-gemspec.patch b/debian/patches/0001-Replace-git-execution-from-gemspec.patch
new file mode 100644
index 0000000..bc0021f
--- /dev/null
+++ b/debian/patches/0001-Replace-git-execution-from-gemspec.patch
@@ -0,0 +1,22 @@
+From: Youhei SASAKI <uwabami at gfd-dennou.org>
+Date: Sun, 22 Nov 2015 15:45:16 +0900
+Subject: Replace git execution from gemspec
+
+Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
+---
+ jekyll-feed.gemspec | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/jekyll-feed.gemspec b/jekyll-feed.gemspec
+index 844ee9d..650ffd4 100644
+--- a/jekyll-feed.gemspec
++++ b/jekyll-feed.gemspec
+@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
+   spec.homepage      = "https://github.com/jekyll/jekyll-feed"
+   spec.license       = "MIT"
+ 
+-  spec.files         = `git ls-files -z`.split("\x0")
++  spec.files         = [".gitignore",".rspec",".travis.yml","Gemfile","LICENSE.txt","README.md","Rakefile","jekyll-feed.gemspec","lib/feed.xml","lib/jekyll-feed.rb","script/bootstrap","script/cibuild","script/release","spec/fixtures/_config.yml","spec/fixtures/_layouts/some_default.html","spec/fixtures/_my_collection/custom_permalink.md","spec/fixtures/_my_collection/custom_permalink_2.md","spec/fixtures/_my_collection/test.html","spec/fixtures/_other_things/test2.html","spec/fixtures/_ [...]
+   spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
+   spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
+   spec.require_paths = ["lib"]
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2b06a4b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Replace-git-execution-from-gemspec.patch

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



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