[libtree-simple-visitorfactory-perl] 04/06: Drop spelling.patch, merged upstream.

gregor herrmann gregoa at debian.org
Fri Nov 8 23:22:58 UTC 2013


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

gregoa pushed a commit to branch master
in repository libtree-simple-visitorfactory-perl.

commit 91de4327cdee8ba6e8cee75b7a84793f05e1b9b4
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Nov 9 00:20:56 2013 +0100

    Drop spelling.patch, merged upstream.
---
 debian/patches/series         |    1 -
 debian/patches/spelling.patch |   31 -------------------------------
 2 files changed, 32 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5299247..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index 78a6fca..0000000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-Subject: Correct spelling errors
- This patch corrects several spelling errors pointed out by lintian.
-Origin: vendor
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=54763
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=54763
-From: Ansgar Burchardt <ansgar at 43-1.org>
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2013-10-11
-
---- a/lib/Tree/Simple/Visitor/CreateDirectoryTree.pm
-+++ b/lib/Tree/Simple/Visitor/CreateDirectoryTree.pm
-@@ -155,7 +155,7 @@
- 
- =item Any node (including leaf nodes) which ends in either the character C</> or C<\> is considered a directory.
- 
--I think it is a pretty standard convention to have directory names ending in a seperator. The seperator itself is stripped off before the directory name is passed to File::Spec where the platform specific directory path is created. This means that it does not matter which one you use, it will be completely cross platform (at least as cross-platform as File::Spec is).
-+I think it is a pretty standard convention to have directory names ending in a separator. The separator itself is stripped off before the directory name is passed to File::Spec where the platform specific directory path is created. This means that it does not matter which one you use, it will be completely cross platform (at least as cross-platform as File::Spec is).
- 
- =item All other nodes are considered to be files.
- 
---- a/lib/Tree/Simple/Visitor/PreOrderTraversal.pm
-+++ b/lib/Tree/Simple/Visitor/PreOrderTraversal.pm
-@@ -52,7 +52,7 @@
- 
- =head1 DESCRIPTION
- 
--Pre-order traversal is a depth-first traversal method in which the sub-tree's are processed I<after> the parent. It is essentially a wrapper around the base Tree::Simple::Visitor class, and is a seperate module here for completeness. (If you have a post-order, you should have a pre-order too). 
-+Pre-order traversal is a depth-first traversal method in which the sub-tree's are processed I<after> the parent. It is essentially a wrapper around the base Tree::Simple::Visitor class, and is a separate module here for completeness. (If you have a post-order, you should have a pre-order too).
- 
- =head1 METHODS
- 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtree-simple-visitorfactory-perl.git



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