[SCM] Debian packaging of libfile-util-perl branch, master, updated. debian/3.32-1-9-g4cd60f6

Xavier Guimard x.guimard at free.fr
Sun Jan 6 10:13:31 UTC 2013


The following commit has been merged in the master branch:
commit 6117408284ea7283b393b3df4c824673a41792ce
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun Jan 6 11:04:21 2013 +0100

    Remove spelling patch now included in upstream

diff --git a/debian/patches/fix-pod-spelling-errors.patch b/debian/patches/fix-pod-spelling-errors.patch
deleted file mode 100644
index 5e6614e..0000000
--- a/debian/patches/fix-pod-spelling-errors.patch
+++ /dev/null
@@ -1,77 +0,0 @@
-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
deleted file mode 100644
index c27cf4f..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-pod-spelling-errors.patch

-- 
Debian packaging of libfile-util-perl



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