This is an automated email from the git hooks/post-receive script. jame-guest pushed a commit to branch master in repository libtemplate-plugin-latex-perl.
commit a63371363edfea31914bfcc803b4f1ccde6457c3 Author: Robert James Clay <[email protected]> Date: Wed Apr 20 18:00:58 2016 -0400 Add debian/patches/Spelling.patch for spelling errors in upstream. --- debian/patches/Spelling.patch | 36 ++++++++++++++++++++++++++++++++++++ debian/patches/series | 3 ++- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/debian/patches/Spelling.patch b/debian/patches/Spelling.patch new file mode 100644 index 0000000..fa2f6c8 --- /dev/null +++ b/debian/patches/Spelling.patch @@ -0,0 +1,36 @@ +Description: Correct spelling errors in lib/Template/Plugin/Latex.pm. + Two instances of 'explicitly' misspelled as 'explicity' and one instance of + 'propagated' misspelled as 'propogated' in lib/Template/Plugin/Latex.pm. +Author: Robert James Clay <[email protected]> +Origin: vendor +Last-Update: 2016-04-20 + +--- a/lib/Template/Plugin/Latex.pm ++++ b/lib/Template/Plugin/Latex.pm +@@ -321,7 +321,7 @@ + ...LaTeX document... + [% END %] + +-If you don't explicity specify an output format then the filename ++If you don't explicitly specify an output format then the filename + extension (e.g. 'pdf' in the above example) will be used to determine + the correct format. + +@@ -457,7 +457,7 @@ + + =head1 DIAGNOSTICS + +-Most failures result from invalid LaTeX input and are propogated up from ++Most failures result from invalid LaTeX input and are propagated up from + L<LaTeX::Driver>, L<LaTeX::Encode> or L<LaTeX::Table>. + + Failures detected in this module include: +@@ -500,7 +500,7 @@ + The C<latex> filter was distributed as part of the core + Template Toolkit distribution until version 2.15 (released in May 2006), + when it was moved into the separate Template-Latex distribution. The +-C<Latex> plugin must now be explicity to enable the C<latex> filter. ++C<Latex> plugin must now be explicitly to enable the C<latex> filter. + + + =head1 BUGS AND LIMITATIONS diff --git a/debian/patches/series b/debian/patches/series index 99246b4..1a8376a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ -Manifest.patch Documentation.patch +Manifest.patch +Spelling.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtemplate-plugin-latex-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
