[libxml-csv-perl] 01/01: Fix spelling errors found by Lintian

Axel Beckert abe at deuxchevaux.org
Wed Nov 8 02:42:29 UTC 2017


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

abe pushed a commit to branch master
in repository libxml-csv-perl.

commit 5963f53d4931d7f08603708b6c8c604b71a28faa
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Nov 8 03:41:18 2017 +0100

    Fix spelling errors found by Lintian
---
 debian/changelog                                          |  1 +
 debian/patches/fix-spelling-errors-found-by-lintian.patch | 14 ++++++++++++++
 debian/patches/series                                     |  1 +
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2dec069..087f167 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,7 @@ libxml-csv-perl (0.15-9) UNRELEASED; urgency=low
     + Remove *.xml in clean target via debian/clean.
   * Declare compliance with Debian Policy 4.1.1.
   * Convert debian/changelog to machine-readable DEP5 format.
+  * Fix spelling errors found by Lintian.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:49:09 +0100
 
diff --git a/debian/patches/fix-spelling-errors-found-by-lintian.patch b/debian/patches/fix-spelling-errors-found-by-lintian.patch
new file mode 100644
index 0000000..2e5840b
--- /dev/null
+++ b/debian/patches/fix-spelling-errors-found-by-lintian.patch
@@ -0,0 +1,14 @@
+Description: Fix spelling errors found by Lintian
+Author: Axel Beckert <abe at debian.org>
+
+--- a/CSV.pm
++++ b/CSV.pm
+@@ -478,7 +478,7 @@
+ 
+ First it passes a reference to a array with column headings and then a reference to two dimensional array
+ of data where the first index represents the row number and the second column number.  We also pass a custom
+-Text::CSV_XS object to overwrite the default object.  This is usefull for creating your own CSV_XS object's args
++Text::CSV_XS object to overwrite the default object.  This is useful for creating your own CSV_XS object's args
+ before using the parse_doc() method.  See 'perldoc Text::CSV_XS' for different new() attributes.
+ 
+ use XML::CSV;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b124812
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling-errors-found-by-lintian.patch

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



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