[libpdl-stats-perl] 10/12: Add patch to fix spelling errors.

Bas Couwenberg sebastic at debian.org
Thu Jun 16 20:38:05 UTC 2016


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

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

commit 8823b6c0c535f2a0b8708fa13f142b7ad888f415
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Jun 16 22:29:18 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index e88cf49..1de0ce9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,7 @@ libpdl-stats-perl (0.75-1) UNRELEASED; urgency=medium
   * Import upstream version 0.75.
   * Enable parallel builds.
   * Enable all hardening buildflags.
+  * Add patch to fix spelling errors.
 
  -- Bas Couwenberg <sebastic at debian.org>  Thu, 16 Jun 2016 22:08:00 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
index 5ad2ae9..c264936 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 no_add_doc.patch
+spelling-errors.patch
diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch
new file mode 100644
index 0000000..fa5108a
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,38 @@
+Description: Fix spelling errors.
+ formated -> formatted
+ Assgin   -> Assign
+Author: Bas Couwenberg <sebastic at debian.org>
+
+--- a/Stats.pm
++++ b/Stats.pm
+@@ -14,7 +14,7 @@ $PDL::onlinedoc->scan(__FILE__) if $PDL:
+ 
+ Loads modules named below, making the functions available in the current namespace.
+ 
+-Properly formated documentations online at http://pdl-stats.sf.net
++Properly formatted documentations online at http://pdl-stats.sf.net
+  
+ =head1 SYNOPSIS
+ 
+--- a/GENERATED/PDL/Stats/Kmeans.pm
++++ b/GENERATED/PDL/Stats/Kmeans.pm
+@@ -641,7 +641,7 @@ sub PDL::iv_cluster {
+ 
+ =head2 pca_cluster
+ 
+-Assgin variables to components ie clusters based on pca loadings or scores. One way to seed kmeans (see Ding & He, 2004, and Su & Dy, 2004 for other ways of using pca with kmeans). Variables are assigned to their most associated component. Note that some components may not have any variable that is most associated with them, so the returned number of clusters may be smaller than NCOMP.
++Assign variables to components ie clusters based on pca loadings or scores. One way to seed kmeans (see Ding & He, 2004, and Su & Dy, 2004 for other ways of using pca with kmeans). Variables are assigned to their most associated component. Note that some components may not have any variable that is most associated with them, so the returned number of clusters may be smaller than NCOMP.
+ 
+ Default options (case insensitive):
+ 
+--- a/Kmeans/kmeans.pd
++++ b/Kmeans/kmeans.pd
+@@ -786,7 +786,7 @@ sub PDL::iv_cluster {
+ 
+ =head2 pca_cluster
+ 
+-Assgin variables to components ie clusters based on pca loadings or scores. One way to seed kmeans (see Ding & He, 2004, and Su & Dy, 2004 for other ways of using pca with kmeans). Variables are assigned to their most associated component. Note that some components may not have any variable that is most associated with them, so the returned number of clusters may be smaller than NCOMP.
++Assign variables to components ie clusters based on pca loadings or scores. One way to seed kmeans (see Ding & He, 2004, and Su & Dy, 2004 for other ways of using pca with kmeans). Variables are assigned to their most associated component. Note that some components may not have any variable that is most associated with them, so the returned number of clusters may be smaller than NCOMP.
+ 
+ Default options (case insensitive):
+ 

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



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