[DRE-commits] [ruby-fftw3] 04/05: Add patch: replace git execution from gemspec

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Thu Jul 7 06:41:59 UTC 2016


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

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

commit ea935d7ea7cde5d1b67fe1a92c9a16dd8afc4aff
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Thu Jul 7 15:37:36 2016 +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/0003-Add-patch-replace-git-execution-from-gemspec.patch b/debian/patches/0003-Add-patch-replace-git-execution-from-gemspec.patch
new file mode 100644
index 0000000..cb45c2b
--- /dev/null
+++ b/debian/patches/0003-Add-patch-replace-git-execution-from-gemspec.patch
@@ -0,0 +1,22 @@
+From: Youhei SASAKI <uwabami at gfd-dennou.org>
+Date: Thu, 7 Jul 2016 15:36:53 +0900
+Subject: Add patch: replace git execution from gemspec
+
+Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
+---
+ ruby-fftw3.gemspec | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/ruby-fftw3.gemspec b/ruby-fftw3.gemspec
+index 29b50f9..1da7053 100644
+--- a/ruby-fftw3.gemspec
++++ b/ruby-fftw3.gemspec
+@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
+   spec.homepage         = 'http://www.gfd-dennou.org/arch/ruby/products/ruby-fftw3/'
+   spec.licenses         = ["BSD-2-Clause"]
+ 
+-  spec.files            = `git ls-files -z`.split("\x0")
++  spec.files            = [".ChangeLog.until20110419",".gitignore","Gemfile","LICENSE.txt","Rakefile","ToDo","doc/ruby-fftw3.html","doc/ruby-fftw3.rd","ext/numru/fftw3/extconf.rb","ext/numru/fftw3/na_fftw3.c","lib/numru/fftw3.rb","lib/numru/fftw3/version.rb","ruby-fftw3.gemspec","test/complexFFT.rb"]
+   spec.test_files       = spec.files.grep(%r{^test/})
+   spec.require_paths = ["ext","lib"]
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 47b590e..6c4fc47 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-RefactTestCases.patch
 0002-Drop-RubyGems-Depends.patch
+0003-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-fftw3.git



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