[DRE-commits] [ruby-jekyll-watch] 02/04: Add patch: Replace git execution from gemspec
Youhei SASAKI
uwabami-guest at moszumanska.debian.org
Sun Dec 6 12:28:06 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-watch.
commit 0e948e4d460ee54d1f10a46442c80a313ea6b310
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date: Sun Dec 6 21:24:24 2015 +0900
Add patch: Replace git execution from gemspec
Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
...-patch-Replace-git-execution-from-gemspec.patch | 22 ++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 23 insertions(+)
diff --git a/debian/patches/0001-Add-patch-Replace-git-execution-from-gemspec.patch b/debian/patches/0001-Add-patch-Replace-git-execution-from-gemspec.patch
new file mode 100644
index 0000000..8bb1cd5
--- /dev/null
+++ b/debian/patches/0001-Add-patch-Replace-git-execution-from-gemspec.patch
@@ -0,0 +1,22 @@
+From: Youhei SASAKI <uwabami at gfd-dennou.org>
+Date: Sun, 6 Dec 2015 21:23:54 +0900
+Subject: Add patch: Replace git execution from gemspec
+
+Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
+---
+ jekyll-watch.gemspec | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/jekyll-watch.gemspec b/jekyll-watch.gemspec
+index 35dbbdc..fc45c5c 100644
+--- a/jekyll-watch.gemspec
++++ b/jekyll-watch.gemspec
+@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
+ spec.homepage = "https://github.com/jekyll/jekyll-watch"
+ spec.license = "MIT"
+
+- spec.files = `git ls-files -z`.split("\x0").grep(%r{(bin|lib)/})
++ spec.files = [".gitignore",".rspec",".travis.yml","Gemfile","History.markdown","LICENSE.txt","README.md","Rakefile","jekyll-watch.gemspec","lib/jekyll-watch.rb","lib/jekyll/commands/watch.rb","lib/jekyll/watcher.rb","script/bootstrap","script/cibuild","script/test","script/test-watcher","script/unbundle","spec/spec_helper.rb","spec/test-site/.gitignore","spec/test-site/_config.dev.toml","spec/test-site/_config.yml","spec/test-site/_includes/footer.html","spec/test-site/_includ [...]
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
+ spec.require_paths = ["lib"]
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1af71f2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Add-patch-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-watch.git
More information about the Pkg-ruby-extras-commits
mailing list