[DRE-commits] [ruby-numo-narray] 01/01: Add patch: Typo fixed

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Thu Aug 31 01:16:07 UTC 2017


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

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

commit 8bc0e56b40ff8fd2771d72208c6e91c451c62b70
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Thu Aug 31 10:13:55 2017 +0900

    Add patch: Typo fixed
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 debian/patches/0001-Typo-fixed.patch               | 22 ++++++++++++++++++++++
 ...=> 0002-Remove-git-ls-files-from-gemspec.patch} |  4 +++-
 debian/patches/series                              |  3 ++-
 3 files changed, 27 insertions(+), 2 deletions(-)

diff --git a/debian/patches/0001-Typo-fixed.patch b/debian/patches/0001-Typo-fixed.patch
new file mode 100644
index 0000000..b21c2d4
--- /dev/null
+++ b/debian/patches/0001-Typo-fixed.patch
@@ -0,0 +1,22 @@
+From: Youhei SASAKI <uwabami at gfd-dennou.org>
+Date: Thu, 31 Aug 2017 10:08:40 +0900
+Subject: Typo fixed
+
+Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
+---
+ ext/numo/narray/index.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/ext/numo/narray/index.c b/ext/numo/narray/index.c
+index ae25845..6fca917 100644
+--- a/ext/numo/narray/index.c
++++ b/ext/numo/narray/index.c
+@@ -752,7 +752,7 @@ na_get_result_dimension(VALUE self, int argc, VALUE *argv, ssize_t stride, size_
+     }
+ 
+     if (count_rest > 1) {
+-        rb_raise(rb_eIndexError,"multiple rest-dimension is not allowd");
++        rb_raise(rb_eIndexError,"multiple rest-dimension is not allowed");
+     }
+     if (count_else != 0) {
+         return check_index_count(argc, na->ndim, count_new, count_rest);
diff --git a/debian/patches/0001-Remove-git-ls-files-from-gemspec.patch b/debian/patches/0002-Remove-git-ls-files-from-gemspec.patch
similarity index 97%
rename from debian/patches/0001-Remove-git-ls-files-from-gemspec.patch
rename to debian/patches/0002-Remove-git-ls-files-from-gemspec.patch
index b4d741f..7fc798f 100644
--- a/debian/patches/0001-Remove-git-ls-files-from-gemspec.patch
+++ b/debian/patches/0002-Remove-git-ls-files-from-gemspec.patch
@@ -7,9 +7,11 @@ Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
  numo-narray.gemspec | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
+diff --git a/numo-narray.gemspec b/numo-narray.gemspec
+index 6357438..becf509 100644
 --- a/numo-narray.gemspec
 +++ b/numo-narray.gemspec
-@@ -22,7 +22,7 @@
+@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
    spec.license       = "BSD-3-Clause"
    spec.required_ruby_version = '~> 2.1'
  
diff --git a/debian/patches/series b/debian/patches/series
index de8fe4e..8089502 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
-0001-Remove-git-ls-files-from-gemspec.patch
+0001-Typo-fixed.patch
+0002-Remove-git-ls-files-from-gemspec.patch

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



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