[ruby-netcdf] 02/05: Add patch: fix spelling error

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Tue Mar 1 09:08:01 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-netcdf.

commit 7d29217d7e956de34a3fc54dd0132a5755619592
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Tue Mar 1 18:00:13 2016 +0900

    Add patch: fix spelling error
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 .../0004-Fix-spelling-error-in-binary.patch        | 31 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 32 insertions(+)

diff --git a/debian/patches/0004-Fix-spelling-error-in-binary.patch b/debian/patches/0004-Fix-spelling-error-in-binary.patch
new file mode 100644
index 0000000..18aa928
--- /dev/null
+++ b/debian/patches/0004-Fix-spelling-error-in-binary.patch
@@ -0,0 +1,31 @@
+From: Youhei SASAKI <uwabami at gfd-dennou.org>
+Date: Tue, 1 Mar 2016 17:59:27 +0900
+Subject: Fix spelling error in binary
+
+Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
+---
+ ext/numru/netcdfraw.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/ext/numru/netcdfraw.c b/ext/numru/netcdfraw.c
+index 200e8f3..bd2fc6c 100644
+--- a/ext/numru/netcdfraw.c
++++ b/ext/numru/netcdfraw.c
+@@ -635,7 +635,7 @@ NetCDF_put_att_char(int ncid, char *name,VALUE value,VALUE atttype, int varid)
+ 	}
+     } else if (TYPE(atttype) != T_NIL) {
+ 	rb_raise(rb_eNetcdfError,
+-		 "type specfication must be by a string or nil");
++		 "type specification must be by a string or nil");
+     }
+     /* put value */
+     Check_Type(value,T_STRING);
+@@ -807,7 +807,7 @@ NetCDF_def_var(VALUE file,VALUE var_name,VALUE vartype,VALUE dimensions)
+       xtype = natypecode2nctype(NUM2INT(vartype));     
+   } else {
+       rb_raise(rb_eNetcdfError,
+-	       "type specfication must be by a string or nil");
++	       "type specification must be by a string or nil");
+   }
+ 
+   for(i=0;i<c_ndims;i++){
diff --git a/debian/patches/series b/debian/patches/series
index f9b311b..39203b5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0001-Change-FHS-For-RubyGems
 0002-Support-NetCDF-rc-release
 0003-Add-patch-Replace-git-execution-from-gemspec.patch
+0004-Fix-spelling-error-in-binary.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/ruby-netcdf.git



More information about the Pkg-grass-devel mailing list