This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository libcatalyst-view-json-perl.
commit 6954236a545d06f70c213fa37a14643bbf27757e Author: Lucas Kanashiro <[email protected]> Date: Wed Aug 12 17:19:33 2015 -0300 Add patch fixing typo in manpage --- debian/changelog | 1 + debian/patches/fix_typo_in_manpage.patch | 17 +++++++++++++++++ debian/patches/series | 1 + 3 files changed, 19 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7185a85..7b139d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ libcatalyst-view-json-perl (0.35-1) UNRELEASED; urgency=medium * Bump debhelper compatibility level to 9 * Declare compliance with Debian policy 3.9.6 * Add autopkgtest-pkg-perl + * Add patch fixing typo in manpage -- Lucas Kanashiro <[email protected]> Wed, 12 Aug 2015 17:11:19 -0300 diff --git a/debian/patches/fix_typo_in_manpage.patch b/debian/patches/fix_typo_in_manpage.patch new file mode 100644 index 0000000..ae0638d --- /dev/null +++ b/debian/patches/fix_typo_in_manpage.patch @@ -0,0 +1,17 @@ +Description: fix spelling error in manpage +Author: Lucas Kanashiro <[email protected]> +Last-Update: 2015-08-12 +Forwarded: https://rt.cpan.org/Ticket/Display.html?id=106394 +Bug: https://rt.cpan.org/Ticket/Display.html?id=106394 + +--- a/lib/Catalyst/View/JSON.pm ++++ b/lib/Catalyst/View/JSON.pm +@@ -263,7 +263,7 @@ this default via the C<json_encoder_args + + B<NOTE>In 2015 the use of UTF8 as encoding is widely standard so it + is very likely you should need to do nothing to get the correct +-encoding. The following documention will remain for historical ++encoding. The following documentation will remain for historical + value and backcompat needs. + + Due to the browser gotchas like those of Safari and Opera, sometimes diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..5afb18e --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +fix_typo_in_manpage.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatalyst-view-json-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
