r40221 - in /trunk/libio-epoll-perl/debian: README.source changelog patches/ patches/pod-errors.patch patches/series

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Jul 20 00:37:06 UTC 2009


Author: jawnsy-guest
Date: Mon Jul 20 00:37:00 2009
New Revision: 40221

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40221
Log:
patch the POD errors issue, and note the ITP that this closes

Added:
    trunk/libio-epoll-perl/debian/README.source
    trunk/libio-epoll-perl/debian/patches/
    trunk/libio-epoll-perl/debian/patches/pod-errors.patch
    trunk/libio-epoll-perl/debian/patches/series
Modified:
    trunk/libio-epoll-perl/debian/changelog

Added: trunk/libio-epoll-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-epoll-perl/debian/README.source?rev=40221&op=file
==============================================================================
--- trunk/libio-epoll-perl/debian/README.source (added)
+++ trunk/libio-epoll-perl/debian/README.source Mon Jul 20 00:37:00 2009
@@ -1,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: trunk/libio-epoll-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-epoll-perl/debian/changelog?rev=40221&op=diff
==============================================================================
--- trunk/libio-epoll-perl/debian/changelog (original)
+++ trunk/libio-epoll-perl/debian/changelog Mon Jul 20 00:37:00 2009
@@ -1,5 +1,5 @@
 libio-epoll-perl (0.02-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release (Closes: #537636)
 
  -- Jonathan Yu <frequency at cpan.org>  Sun, 19 Jul 2009 16:06:46 -0400

Added: trunk/libio-epoll-perl/debian/patches/pod-errors.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-epoll-perl/debian/patches/pod-errors.patch?rev=40221&op=file
==============================================================================
--- trunk/libio-epoll-perl/debian/patches/pod-errors.patch (added)
+++ trunk/libio-epoll-perl/debian/patches/pod-errors.patch Mon Jul 20 00:37:00 2009
@@ -1,0 +1,25 @@
+Description: Fix POD errors
+Origin: vendor
+Bug-CPAN: https://rt.cpan.org/Ticket/Display.html?id=48011
+Forwarded: yes
+Author: Jonathan Yu <frequency at cpan.org>
+--- a/lib/IO/Epoll.pm
++++ b/lib/IO/Epoll.pm
+@@ -343,8 +343,6 @@
+ 
+ =head1 LOW-LEVEL API
+ 
+-=over 4
+-
+ =head2 epoll_create
+ 
+ Create a new C<epoll> file descriptor by requesting the kernel
+@@ -421,8 +419,6 @@
+ events, then restore it to what it was originally. The C<$sigmask> parameter
+ should be undef, or an instance of C<POSIX::SigSet>.
+ 
+-=back
+-
+ =head1 HIGH LEVEL API
+ 
+ IO::Epoll provides an object oriented API designed to be a drop-in

Added: trunk/libio-epoll-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-epoll-perl/debian/patches/series?rev=40221&op=file
==============================================================================
--- trunk/libio-epoll-perl/debian/patches/series (added)
+++ trunk/libio-epoll-perl/debian/patches/series Mon Jul 20 00:37:00 2009
@@ -1,0 +1,1 @@
+pod-errors.patch




More information about the Pkg-perl-cvs-commits mailing list