[libtext-csv-perl] 04/05: Add fix-spelling-error-in-manpage.patch patch

Salvatore Bonaccorso carnil at debian.org
Sun Aug 21 18:50:04 UTC 2016


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

carnil pushed a commit to branch master
in repository libtext-csv-perl.

commit aacb51a9cc474a67f80edec7e0cac7b92c6ab085
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun Aug 21 20:44:40 2016 +0200

    Add fix-spelling-error-in-manpage.patch patch
---
 debian/patches/fix-spelling-error-in-manpage.patch | 29 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 30 insertions(+)

diff --git a/debian/patches/fix-spelling-error-in-manpage.patch b/debian/patches/fix-spelling-error-in-manpage.patch
new file mode 100644
index 0000000..25284db
--- /dev/null
+++ b/debian/patches/fix-spelling-error-in-manpage.patch
@@ -0,0 +1,29 @@
+Description: Fix spelling error in manpage
+Origin: vendor
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2016-08-21
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=117101
+Bug: https://rt.cpan.org/Ticket/Display.html?id=117101
+
+--- a/lib/Text/CSV.pm
++++ b/lib/Text/CSV.pm
+@@ -260,7 +260,7 @@ Text::CSV - comma-separated values manip
+  
+  $status       = $csv->status ();      # get the most recent status
+  $bad_argument = $csv->error_input (); # get the most recent bad argument
+- $diag         = $csv->error_diag ();  # if an error occured, explains WHY
++ $diag         = $csv->error_diag ();  # if an error occurred, explains WHY
+  
+  $status = $csv->print ($io, $colref); # Write an array of fields
+                                        # immediately to a file $io
+--- a/lib/Text/CSV_PP.pm
++++ b/lib/Text/CSV_PP.pm
+@@ -1132,7 +1132,7 @@ Text::CSV_PP - Text::CSV_XS compatible p
+  
+  $status       = $csv->status ();      # get the most recent status
+  $bad_argument = $csv->error_input (); # get the most recent bad argument
+- $diag         = $csv->error_diag ();  # if an error occured, explains WHY
++ $diag         = $csv->error_diag ();  # if an error occurred, explains WHY
+  
+  $status = $csv->print ($io, $colref); # Write an array of fields
+                                        # immediately to a file $io
diff --git a/debian/patches/series b/debian/patches/series
index aba7ccb..167094c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 autopkgtest.patch
+fix-spelling-error-in-manpage.patch

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



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