This is an automated email from the git hooks/post-receive script. carnil pushed a commit to branch master in repository libnet-server-perl.
commit fecc82a92fda733e037029746f2969168f7649a5 Author: Salvatore Bonaccorso <[email protected]> Date: Sun May 18 22:57:37 2014 +0200 Add fix-manpage-has-errors-from-pod2man.patch patch --- debian/patches/fix-manpage-has-errors-from-pod2man.patch | 16 ++++++++++++++++ debian/patches/series | 1 + 2 files changed, 17 insertions(+) diff --git a/debian/patches/fix-manpage-has-errors-from-pod2man.patch b/debian/patches/fix-manpage-has-errors-from-pod2man.patch new file mode 100644 index 0000000..cc673f5 --- /dev/null +++ b/debian/patches/fix-manpage-has-errors-from-pod2man.patch @@ -0,0 +1,16 @@ +Description: Fix errors in manpage from pod2man +Origin: vendor +Bug: https://rt.cpan.org/Public/Bug/Display.html?id=95773 +Forwarded: https://rt.cpan.org/Public/Ticket/Attachment/1364688/724527/fix-manpage-has-errors-from-pod2man.patch +Author: Salvatore Bonaccorso <[email protected]> +Last-Update: 2014-05-18 + +=================================================================== +--- libnet-server-perl.orig/lib/Net/Server.pod ++++ libnet-server-perl/lib/Net/Server.pod +@@ -1,3 +1,5 @@ ++=encoding utf8 ++ + =head1 NAME + + Net::Server - Extensible, general Perl server engine diff --git a/debian/patches/series b/debian/patches/series index 2c723ae..c09b261 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ spelling-error.patch correct-SIG-confusion.patch +fix-manpage-has-errors-from-pod2man.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-server-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
