This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libsyntax-highlight-engine-kate-perl.
commit b2cfe76b28dfa798e720460d8d4beee8bc96deb9 Author: gregor herrmann <[email protected]> Date: Sat Jan 13 21:34:46 2018 +0100 Drop spelling.patch, merged upstream. --- debian/patches/series | 1 - debian/patches/spelling.patch | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/debian/patches/series b/debian/patches/series index ff46577..b748494 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ -spelling.patch repack.patch diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch deleted file mode 100644 index 226dd17..0000000 --- a/debian/patches/spelling.patch +++ /dev/null @@ -1,24 +0,0 @@ -Description: fix typos found by lintian -Author: Florian Schlichting <[email protected]> -Forwarded: https://github.com/manwar/Syntax-Highlight-Engine-Kate/pull/16 - ---- a/lib/Syntax/Highlight/Engine/Kate/Template.pm -+++ b/lib/Syntax/Highlight/Engine/Kate/Template.pm -@@ -963,7 +963,7 @@ - If B<$mode> is specified, B<$string> should only be one character long and numeric. - B<capturedParse> will return the Nth captured element of the current context. - --If B<$mode> is not specified, all occurences of %[1-9] will be replaced by the captured -+If B<$mode> is not specified, all occurrences of %[1-9] will be replaced by the captured - element of the current context. - - =item B<column> -@@ -1009,7 +1009,7 @@ - =item B<highlight>(I<$text>); - - highlights I<$text>. It does so by selecting the proper callback --from the B<commands> hash and invoke it. It will do so untill -+from the B<commands> hash and invoke it. It will do so until - $text has been reduced to an empty string. returns a paired list - of snippets of text and the attribute with which they should be - highlighted. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsyntax-highlight-engine-kate-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
