[libpdl-io-hdf5-perl] 01/01: Add patch to fix spelling errors.

Bas Couwenberg sebastic at debian.org
Sun Oct 9 16:19:43 UTC 2016


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

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

commit 3b090583f3da07b39edb5e36f532ed5f87351a5a
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Oct 9 18:10:47 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 379939f..18e3f4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libpdl-io-hdf5-perl (1:0.73-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Add patch to fix spelling errors.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sun, 09 Oct 2016 18:10:46 +0200
+
 libpdl-io-hdf5-perl (1:0.73-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/series b/debian/patches/series
index d08672f..f707694 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ remove-interpreter-from-package.patch
 clean_newFile_hd5.patch
 support-hdf5-1.8.13.patch
 reproducible_build.patch
+spelling-errors.patch
diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch
new file mode 100644
index 0000000..7e15845
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,16 @@
+Description: Fix spelling errors.
+ * beggining -> beginning
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: https://sourceforge.net/p/pdl/patches/83/
+
+--- a/HDF5/Dataset.pm
++++ b/HDF5/Dataset.pm
+@@ -365,7 +365,7 @@ The I<get> method can also be used to ob
+ of the dataset array. For example, if $dataset is three dimensional with dimensions
+ (20,100,90) then we could do:
+ 
+- $start=pdl([0,0,0]);      # We begin the slice at the very beggining
++ $start=pdl([0,0,0]);      # We begin the slice at the very beginning
+  $end=pdl([19,0,0]);       # We take the first vector of the array,
+  $stride=pdl([2,1,1]);     # taking only every two values of the vector 
+ 

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



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