This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository libtest-prereq-perl.
commit 31384e28286f0df1ba32f61dbc4ba66e36567f39 Author: Lucas Kanashiro <[email protected]> Date: Wed Dec 30 15:30:16 2015 -0200 Create patch fixing spelling error in manpage --- debian/changelog | 1 + debian/patches/fix_spelling_error_in_manpage.patch | 17 +++++++++++++++++ debian/patches/series | 1 + 3 files changed, 19 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2e523d7..349f8c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libtest-prereq-perl (1.039-2) UNRELEASED; urgency=medium * Add comma in copyright field in debian/copyright * Mark package as autopkgtestable + * Create patch fixing spelling error in manpage -- Lucas Kanashiro <[email protected]> Wed, 30 Dec 2015 14:10:38 -0200 diff --git a/debian/patches/fix_spelling_error_in_manpage.patch b/debian/patches/fix_spelling_error_in_manpage.patch new file mode 100644 index 0000000..0e9e65b --- /dev/null +++ b/debian/patches/fix_spelling_error_in_manpage.patch @@ -0,0 +1,17 @@ +Description: Fix spelling error in manpage +Author: Lucas Kanashiro <[email protected]> +Last-Updated: 2015-12-30 +Forwarded: https://github.com/briandfoy/test-prereq/issues/7 +Bug: https://github.com/briandfoy/test-prereq/issues/7 + +--- a/lib/Test/Prereq.pm ++++ b/lib/Test/Prereq.pm +@@ -69,7 +69,7 @@ C<Module::Info> only tells C<Test::Prere + which distribution they came in. This can be a problem for things in + packages like libnet, libwww, Tk, and so on. At the moment + C<Test::Prereq> asks CPAN.pm to expand anything in C<PREREQ_PM> to see +-if one of the distributions you explicity list contains the module you ++if one of the distributions you explicitly list contains the module you + actually used. This might fail in some cases. Please send me anything + that does not do what you think it should. + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..b05c295 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +fix_spelling_error_in_manpage.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-prereq-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
