This is an automated email from the git hooks/post-receive script. kanashiro pushed a commit to branch master in repository libchatbot-eliza-perl.
commit 88b70f12cb1dec2a5b40de481824767628f35ea1 Author: Lucas Kanashiro <[email protected]> Date: Tue Jun 20 17:19:48 2017 -0300 Create patch to fix typo in POD --- debian/changelog | 1 + debian/patches/01_fix-spelling-error-in-pod.patch | 17 +++++++++++++++++ debian/patches/series | 1 + 3 files changed, 19 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3317d54..4f54f7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ libchatbot-eliza-perl (1.07-1) UNRELEASED; urgency=medium * d/control: update uploarder's email address * Bump debhelper compatibility level to 10 * Declare compliance with Debian policy 4.0.0 + * Create patch to fix typo in POD -- Lucas Kanashiro <[email protected]> Tue, 20 Jun 2017 16:38:10 -0300 diff --git a/debian/patches/01_fix-spelling-error-in-pod.patch b/debian/patches/01_fix-spelling-error-in-pod.patch new file mode 100644 index 0000000..3051603 --- /dev/null +++ b/debian/patches/01_fix-spelling-error-in-pod.patch @@ -0,0 +1,17 @@ +Description: fix typo in POD +Author: Lucas Kanashiro <[email protected]> +Last-Updated: 2017-06-20 +Forwarded: https://rt.cpan.org/Ticket/Display.html?id=122147 +Bug: https://rt.cpan.org/Ticket/Display.html?id=122147 + +--- a/lib/Chatbot/Eliza.pm ++++ b/lib/Chatbot/Eliza.pm +@@ -639,7 +639,7 @@ sub _debug_memory { + + transform() applies transformation rules to the user input + string. It invokes preprocess(), does transformations, +-then invokes postprocess(). It returns the tranformed ++then invokes postprocess(). It returns the transformed + output string, called C<$reasmb>. + + The algorithm embedded in the transform() method has three main parts: diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..4c6b635 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +01_fix-spelling-error-in-pod.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libchatbot-eliza-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
