[SCM] Debian packaging of libfile-util-perl branch, master, updated. 435a391a727875cf21ab9765ffed92e13a852c98

Xavier Guimard x.guimard at free.fr
Fri Dec 7 05:38:14 UTC 2012


The following commit has been merged in the master branch:
commit 435a391a727875cf21ab9765ffed92e13a852c98
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Fri Dec 7 06:32:14 2012 +0100

    Add spelling patch (reported)

diff --git a/debian/changelog b/debian/changelog
index 03af7ac..6db24f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ libfile-util-perl (3.32-1) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.4
   * Use debhelper 8
   * Update debian/copyright (years and format)
+  * Add spelling patch
 
  -- Xavier Guimard <x.guimard at free.fr>  Fri, 07 Dec 2012 06:06:08 +0100
 
diff --git a/debian/patches/fix-pod-spelling-errors.patch b/debian/patches/fix-pod-spelling-errors.patch
new file mode 100644
index 0000000..5e6614e
--- /dev/null
+++ b/debian/patches/fix-pod-spelling-errors.patch
@@ -0,0 +1,77 @@
+Description: Fix pod spelling errors
+Author: Xavier Guimard <x.guimard at free.fr>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=81764
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=81764
+Last-Update: 2012-12-06
+
+--- a/Util.pod
++++ b/Util.pod
+@@ -531,7 +531,7 @@ of subdirectories found, followed by any
+ =item C<--files-as-ref>
+ 
+ When returning directory listing, include last a reference to the list
+-of files found, preceded by a list of subdirectories found (or preceeded
++of files found, preceded by a list of subdirectories found (or preceded
+ by a list reference to subdirectories found if C<--dirs-as-ref> was also used).
+ 
+ =item C<--as-ref>
+@@ -908,7 +908,7 @@ native perl umask function.  I<see L<per
+ about the format of the bitmask argument.  If the file [file name] already
+ exists then the bitmask argument has no effect and is silently ignored.
+ 
+-Any non-existent directories in the path preceeding the actual file name will
++Any non-existent directories in the path preceding the actual file name will
+ be automatically (and silently - no warnings) created for you and any new
+ directories will be created with a bitmask of [dbitmask], provided you specify
+ a directory creation bitmask with the C<'dbitmask'> option.
+@@ -916,9 +916,9 @@ a directory creation bitmask with the C<
+ If specified, the directory creation bitmask [dbitmask] must be supplied in
+ the form required by the native perl umask function.
+ 
+-If there is an error while trying to create any preceeding directories, the
++If there is an error while trying to create any preceding directories, the
+ failure results in a fatal error with a diagnostic error message.  If all
+-directories preceeding the name of the file already exist, the dbitmask
++directories preceding the name of the file already exist, the dbitmask
+ argument has no effect and is silently ignored.
+ 
+ =back
+@@ -1222,7 +1222,7 @@ exists then the bitmask argument has no
+ Returns 1 if successful or fails (fatal) with an error message if not
+ successful.
+ 
+-Any non-existent directories in the path preceeding the actual file name will
++Any non-existent directories in the path preceding the actual file name will
+ be automatically (and silently - no warnings) created for you and any new
+ directories will be created with a bitmask of [dbitmask], provided you specify
+ a directory creation bitmask with the C<'dbitmask'> option.
+@@ -1230,9 +1230,9 @@ a directory creation bitmask with the C<
+ If specified, the directory creation bitmask [dbitmask] must be supplied in
+ the form required by the native perl umask function.
+ 
+-If there is an error while trying to create any preceeding directories, the
++If there is an error while trying to create any preceding directories, the
+ failure results in a fatal error with a diagnostic error message.  If all
+-directories preceeding the name of the file already exist, the dbitmask
++directories preceding the name of the file already exist, the dbitmask
+ argument has no effect and is silently ignored.
+ 
+ =over
+@@ -1426,7 +1426,7 @@ Specifics: OS name =~ /^os2/i
+    my($f) = File::Util->new();
+    my(@dirs_and_files) = $f->list_dir('/foo', qw/--no-fsdots --count-only/);
+ 
+-=head2 Get the names of files and subdirs in a directory as seperate array refs
++=head2 Get the names of files and subdirs in a directory as separate array refs
+ 
+    use File::Util;
+    my($f) = File::Util->new();
+@@ -1532,7 +1532,7 @@ Specifics: OS name =~ /^os2/i
+    #  (prints "baz")
+    print $f->strip_path('foo:bar:baz');
+ 
+-=head2 Get the path preceeding a file name
++=head2 Get the path preceding a file name
+ 
+    use File::Util;
+    my($f) = File::Util->new();
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c27cf4f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-pod-spelling-errors.patch

-- 
Debian packaging of libfile-util-perl



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