[libpdl-netcdf-perl] 12/14: Add patch to fix spelling errors.

Bas Couwenberg sebastic at debian.org
Thu Jun 16 19:57:17 UTC 2016


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

sebastic pushed a commit to branch master
in repository libpdl-netcdf-perl.

commit 781d95df0d063297491bb69bbceae71f61cd2b84
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Jun 16 21:27:59 2016 +0200

    Add patch to fix spelling errors.
---
 debian/changelog                     |  1 +
 debian/patches/series                |  1 +
 debian/patches/spelling-errors.patch | 25 +++++++++++++++++++++++++
 3 files changed, 27 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4aa8daa..eccdba4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ libpdl-netcdf-perl (4.20-2) UNRELEASED; urgency=medium
   * Mention module name in package description, drop references to
     unmaintained Unidata netCDF Perl project.
   * Strip -1 from pdl build dependency.
+  * Add patch to fix spelling errors.
 
  -- Bas Couwenberg <sebastic at debian.org>  Thu, 16 Jun 2016 19:58:20 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
index 105ef68..0560b6e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 perl-5.14-ccflags.patch
+spelling-errors.patch
diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch
new file mode 100644
index 0000000..f75b488
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,25 @@
+Description: Fix spelling errors.
+ Syncronize -> Synchronize
+ varibale   -> variable
+Author: Bas Couwenberg <sebastic at debian.org>
+
+--- a/netcdf.pd
++++ b/netcdf.pd
+@@ -321,7 +321,7 @@ None.
+ 
+ =for ref
+ 
+-Syncronize the data to the disk. Use this if you want to read
++Synchronize the data to the disk. Use this if you want to read
+ the file from another process without closing the file. This makes only
+ sense after put, puttext, putslice, putatt operations
+ 
+@@ -424,7 +424,7 @@ the input name.
+   # Get a global attribute
+   my $attr2 = $ncobj->getatt ('attr_name');
+ 
+-  # Get an attribute associated with the varibale 'var1'
++  # Get an attribute associated with the variable 'var1'
+   my $attr1 = $ncobj->getatt ('double_attribute', 'var1');
+ 
+ =head2 getDeflateShuffle

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpdl-netcdf-perl.git



More information about the Pkg-perl-cvs-commits mailing list