[DRE-commits] [tdiary] 03/04: Add patch: Replace git execution from gemspec
Youhei SASAKI
uwabami-guest at moszumanska.debian.org
Thu Nov 26 16:52:51 UTC 2015
This is an automated email from the git hooks/post-receive script.
uwabami-guest pushed a commit to branch master
in repository tdiary.
commit 5d8a72843e5d2f9ad0c523163eb1b5720a70e3cd
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date: Fri Nov 27 01:42:57 2015 +0900
Add patch: Replace git execution from gemspec
Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
.../0008-Replace-git-execution-from-gemspec.patch | 22 ++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 23 insertions(+)
diff --git a/debian/patches/0008-Replace-git-execution-from-gemspec.patch b/debian/patches/0008-Replace-git-execution-from-gemspec.patch
new file mode 100644
index 0000000..13ec0b9
--- /dev/null
+++ b/debian/patches/0008-Replace-git-execution-from-gemspec.patch
@@ -0,0 +1,22 @@
+From: Youhei SASAKI <uwabami at gfd-dennou.org>
+Date: Fri, 27 Nov 2015 01:42:35 +0900
+Subject: Replace git execution from gemspec
+
+Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
+---
+ tdiary.gemspec | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tdiary.gemspec b/tdiary.gemspec
+index 8d63225..7698a5a 100644
+--- a/tdiary.gemspec
++++ b/tdiary.gemspec
+@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
+ spec.homepage = "http://www.tdiary.org/"
+ spec.license = "GPL2"
+
+- spec.files = `git ls-files`.split($/)
++ spec.files = [".coveralls.yml",".gitignore",".travis.yml","ChangeLog","Gemfile","Gemfile.lock","Gruntfile.js","LICENSE","Procfile","README.md","Rakefile","bin/tdiary","bower.json","config.ru","data/.htaccess","doc/HOWTO-authenticate-in-rack.md","doc/HOWTO-make-io.md","doc/HOWTO-make-plugin.md","doc/HOWTO-make-theme.md","doc/HOWTO-testing-tDiary.md","doc/HOWTO-use-plugin.md","doc/HOWTO-write-tDiary.en.md","doc/HOWTO-write-tDiary.md","doc/INSTALL-cgi.md","doc/INSTALL-paas.md","d [...]
+ 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
index 82e2de5..cd978f1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@
0005-Add-Pathname-Dependencies.patch
0006-Add-Shebang.patch
0007-Remove-gemoji-dependency.patch
+0008-Replace-git-execution-from-gemspec.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/tdiary.git
More information about the Pkg-ruby-extras-commits
mailing list