[Git][debian-gis-team/ruby-netcdf][master] 4 commits: Add patch to fix spelling errors.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Thu Mar 6 19:42:08 GMT 2025
Bas Couwenberg pushed to branch master at Debian GIS Project / ruby-netcdf
Commits:
2978f78d by Bas Couwenberg at 2025-03-06T20:37:44+01:00
Add patch to fix spelling errors.
- - - - -
31b82252 by Bas Couwenberg at 2025-03-06T20:37:44+01:00
Update lintian overrides.
- - - - -
1f1e2190 by Bas Couwenberg at 2025-03-06T20:40:11+01:00
Strip trailing whitespace.
- - - - -
047e3369 by Bas Couwenberg at 2025-03-06T20:40:11+01:00
Set distribution to unstable.
- - - - -
5 changed files:
- debian/changelog
- debian/patches/series
- + debian/patches/spelling-errors.patch
- + debian/ruby-netcdf.lintian-overrides
- + debian/source/lintian-overrides
Changes:
=====================================
debian/changelog
=====================================
@@ -1,12 +1,14 @@
-ruby-netcdf (0.8.0-4) UNRELEASED; urgency=medium
+ruby-netcdf (0.8.0-4) unstable; urgency=medium
* Team upload.
* Bump Standards-Version to 4.7.0, no changes.
* Bump debhelper compat to 13.
* Remove generated files in clean target.
* Switch to dh-sequence-*.
+ * Add patch to fix spelling errors.
+ * Update lintian overrides.
- -- Bas Couwenberg <sebastic at debian.org> Wed, 18 Jan 2023 17:19:11 +0100
+ -- Bas Couwenberg <sebastic at debian.org> Thu, 06 Mar 2025 20:29:41 +0100
ruby-netcdf (0.8.0-3) unstable; urgency=medium
@@ -23,7 +25,7 @@ ruby-netcdf (0.8.0-2) unstable; urgency=medium
* Drop obeolete lintian-overrides
* Rename patch
- * d/copyright:
+ * d/copyright:
* Update year
* Change lincense: BSD-2-Clause, follow upstream changes
=====================================
debian/patches/series
=====================================
@@ -2,3 +2,4 @@
0003-Add-patch-Replace-git-execution-from-gemspec.patch
0004-Fix-spelling-error-in-binary.patch
0005-Use_clone_instead_of_dup.patch
+spelling-errors.patch
=====================================
debian/patches/spelling-errors.patch
=====================================
@@ -0,0 +1,51 @@
+Description: Fix spelling errors.
+ * lengh -> length
+Author: Bas Couwenberg <sebastic at debian.org>
+
+--- a/ext/numru/netcdfraw.c
++++ b/ext/numru/netcdfraw.c
+@@ -3979,7 +3979,7 @@ NetCDF_put_vars_char(VALUE Var,VALUE NAr
+ for(i=0;i<c_count_all;i++){ptr[i]=scalar;}
+ } else if(len != c_count_all) {
+ rb_raise(rb_eNetcdfError,
+- "lengh of the array does not agree with that of the subset\n");
++ "length of the array does not agree with that of the subset\n");
+ }
+ }
+
+@@ -4084,7 +4084,7 @@ NetCDF_put_vars_byte(VALUE Var,VALUE NAr
+ for(i=0;i<c_count_all;i++){ptr[i]=scalar;}
+ } else if(len != c_count_all) {
+ rb_raise(rb_eNetcdfError,
+- "lengh of the array does not agree with that of the subset\n");
++ "length of the array does not agree with that of the subset\n");
+ }
+ }
+
+@@ -4189,7 +4189,7 @@ NetCDF_put_vars_sint(VALUE Var,VALUE NAr
+ for(i=0;i<c_count_all;i++){ptr[i]=scalar;}
+ } else if(len != c_count_all) {
+ rb_raise(rb_eNetcdfError,
+- "lengh of the array does not agree with that of the subset\n");
++ "length of the array does not agree with that of the subset\n");
+ }
+ }
+
+@@ -4401,7 +4401,7 @@ NetCDF_put_vars_float(VALUE Var,VALUE NA
+ for(i=0;i<c_count_all;i++){ptr[i]=scalar;}
+ } else if(len != c_count_all) {
+ rb_raise(rb_eNetcdfError,
+- "lengh of the array does not agree with that of the subset\n");
++ "length of the array does not agree with that of the subset\n");
+ }
+ }
+
+@@ -4507,7 +4507,7 @@ NetCDF_put_vars_double(VALUE Var,VALUE N
+ for(i=0;i<c_count_all;i++){ptr[i]=scalar;}
+ } else if(len != c_count_all) {
+ rb_raise(rb_eNetcdfError,
+- "lengh of the array does not agree with that of the subset\n");
++ "length of the array does not agree with that of the subset\n");
+ }
+ }
+
=====================================
debian/ruby-netcdf.lintian-overrides
=====================================
@@ -0,0 +1,4 @@
+# Build uses -D_FORTIFY_SOURCE=2, but hardening-check reports:
+# Fortify Source functions: no, only unprotected functions found!
+hardening-no-fortify-functions *
+
=====================================
debian/source/lintian-overrides
=====================================
@@ -0,0 +1,3 @@
+# False positive
+adopted-extended-field * XB-Ruby-Versions *
+
View it on GitLab: https://salsa.debian.org/debian-gis-team/ruby-netcdf/-/compare/d7a01973c63092ed0d4f1b8c533d9c47f25a5bd9...047e3369cdc30f8926f064ae9beec8f313816c34
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/ruby-netcdf/-/compare/d7a01973c63092ed0d4f1b8c533d9c47f25a5bd9...047e3369cdc30f8926f064ae9beec8f313816c34
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20250306/e9a78f0e/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list