[DRE-commits] [ruby-jekyll-sass-converter] 03/04: Add patch: Replace git execution from gemspec
Youhei SASAKI
uwabami-guest at moszumanska.debian.org
Sun Dec 6 12:45:05 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-sass-converter.
commit 708babc97646189a3beaf77dad868ab81d070341
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date: Sun Dec 6 21:43:05 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..527f023
--- /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:42:55 +0900
+Subject: Add patch: Replace git execution from gemspec
+
+Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
+---
+ jekyll-sass-converter.gemspec | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/jekyll-sass-converter.gemspec b/jekyll-sass-converter.gemspec
+index d14e604..b0dcef1 100644
+--- a/jekyll-sass-converter.gemspec
++++ b/jekyll-sass-converter.gemspec
+@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
+ spec.homepage = "https://github.com/jekyll/jekyll-sass-converter"
+ spec.license = "MIT"
+
+- spec.files = `git ls-files -z`.split("\x0").grep(%r{^lib/})
++ spec.files = [".gitignore",".rspec",".travis.yml","Gemfile","History.markdown","LICENSE.txt","README.md","Rakefile","example/README.md","example/_layouts/default.html","example/_sass/_typography.scss","example/css/main_css_file.scss","example/index.md","jekyll-sass-converter.gemspec","lib/jekyll-sass-converter.rb","lib/jekyll-sass-converter/version.rb","lib/jekyll/converters/sass.rb","lib/jekyll/converters/scss.rb","script/bootstrap","script/cibuild","script/release","spec/oth [...]
+ spec.require_paths = ["lib"]
+
+ spec.add_runtime_dependency "sass", "~> 3.2"
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-sass-converter.git
More information about the Pkg-ruby-extras-commits
mailing list