r26339 - in /trunk/libpoe-component-jabber-perl/debian: changelog patches/fix-pod-docs-for-names.patch patches/pod2man-errors.patch patches/series

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Oct 29 13:03:48 UTC 2008


Author: gregoa
Date: Wed Oct 29 13:03:45 2008
New Revision: 26339

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26339
Log:
Add new patch pod2man-errors.patch to fix some POD errors; refresh patch
fix-pod-docs-for-names.patch.

Added:
    trunk/libpoe-component-jabber-perl/debian/patches/pod2man-errors.patch
Modified:
    trunk/libpoe-component-jabber-perl/debian/changelog
    trunk/libpoe-component-jabber-perl/debian/patches/fix-pod-docs-for-names.patch
    trunk/libpoe-component-jabber-perl/debian/patches/series

Modified: trunk/libpoe-component-jabber-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/debian/changelog?rev=26339&op=diff
==============================================================================
--- trunk/libpoe-component-jabber-perl/debian/changelog (original)
+++ trunk/libpoe-component-jabber-perl/debian/changelog Wed Oct 29 13:03:45 2008
@@ -24,6 +24,8 @@
   * debian/control: wrap long lines.
   * debian/rules: call `perl Build install' manually to work around
     installation of .packlist file.
+  * Add new patch pod2man-errors.patch to fix some POD errors; refresh patch
+    fix-pod-docs-for-names.patch.
 
  -- Rene Mayorga <rmayorga at debian.org.sv>  Wed, 22 Oct 2008 20:31:17 -0600
 

Modified: trunk/libpoe-component-jabber-perl/debian/patches/fix-pod-docs-for-names.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/debian/patches/fix-pod-docs-for-names.patch?rev=26339&op=diff
==============================================================================
--- trunk/libpoe-component-jabber-perl/debian/patches/fix-pod-docs-for-names.patch (original)
+++ trunk/libpoe-component-jabber-perl/debian/patches/fix-pod-docs-for-names.patch Wed Oct 29 13:03:45 2008
@@ -1,8 +1,8 @@
 This patch has been sent upstream:
  http://rt.cpan.org/Public/Bug/Display.html?id=31237
 
---- libpoe-component-jabber-perl.orig/lib/POE/Component/Jabber/J2.pm
-+++ libpoe-component-jabber-perl/lib/POE/Component/Jabber/J2.pm
+--- a/lib/POE/Component/Jabber/J2.pm
++++ b/lib/POE/Component/Jabber/J2.pm
 @@ -291,7 +291,7 @@
  
  =head1 NAME
@@ -12,8 +12,8 @@
  
  =head1 SYNOPSIS
  
---- libpoe-component-jabber-perl.orig/lib/POE/Component/Jabber/Legacy.pm
-+++ libpoe-component-jabber-perl/lib/POE/Component/Jabber/Legacy.pm
+--- a/lib/POE/Component/Jabber/Legacy.pm
++++ b/lib/POE/Component/Jabber/Legacy.pm
 @@ -110,7 +110,7 @@
  
  =head1 NAME
@@ -23,8 +23,8 @@
  
  =head1 SYNOPSIS
  
---- libpoe-component-jabber-perl.orig/lib/POE/Component/Jabber/ProtocolFactory.pm
-+++ libpoe-component-jabber-perl/lib/POE/Component/Jabber/ProtocolFactory.pm
+--- a/lib/POE/Component/Jabber/ProtocolFactory.pm
++++ b/lib/POE/Component/Jabber/ProtocolFactory.pm
 @@ -58,7 +58,7 @@
  
  =head1 NAME
@@ -34,8 +34,8 @@
  
  =head1 SYNOPSIS
  
---- libpoe-component-jabber-perl.orig/lib/POE/Component/Jabber/Status.pm
-+++ libpoe-component-jabber-perl/lib/POE/Component/Jabber/Status.pm
+--- a/lib/POE/Component/Jabber/Status.pm
++++ b/lib/POE/Component/Jabber/Status.pm
 @@ -46,7 +46,7 @@
  
  =head1 NAME
@@ -45,8 +45,8 @@
  
  =head1 SYNOPSIS
  
---- libpoe-component-jabber-perl.orig/lib/POE/Component/Jabber/XMPP.pm
-+++ libpoe-component-jabber-perl/lib/POE/Component/Jabber/XMPP.pm
+--- a/lib/POE/Component/Jabber/XMPP.pm
++++ b/lib/POE/Component/Jabber/XMPP.pm
 @@ -372,7 +372,7 @@
  
  =head1 NAME
@@ -56,8 +56,8 @@
  
  =head1 SYNOPSIS
  
---- libpoe-component-jabber-perl.orig/lib/POE/Component/Jabber/J14.pm
-+++ libpoe-component-jabber-perl/lib/POE/Component/Jabber/J14.pm
+--- a/lib/POE/Component/Jabber/J14.pm
++++ b/lib/POE/Component/Jabber/J14.pm
 @@ -80,7 +80,7 @@
  
  =head1 NAME

Added: trunk/libpoe-component-jabber-perl/debian/patches/pod2man-errors.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/debian/patches/pod2man-errors.patch?rev=26339&op=file
==============================================================================
--- trunk/libpoe-component-jabber-perl/debian/patches/pod2man-errors.patch (added)
+++ trunk/libpoe-component-jabber-perl/debian/patches/pod2man-errors.patch Wed Oct 29 13:03:45 2008
@@ -1,0 +1,44 @@
+--- a/lib/POE/Component/Jabber.pm
++++ b/lib/POE/Component/Jabber.pm
+@@ -1051,6 +1051,8 @@
+ events back to the core of PCJ. It is typically called when the event 
+ PCJ_INIT_FINISH is fired to the status event handler.
+ 
++=back
++
+ =head1 EVENTS
+ 
+ =over 4
+--- a/lib/POE/Component/Jabber/J14.pm
++++ b/lib/POE/Component/Jabber/J14.pm
+@@ -112,6 +112,8 @@
+ This is out main entry point that PCJ uses to send us all of the input. It
+ handles the authentication response.
+ 
++=back
++
+ =head1 NOTES AND BUGS
+ 
+ This only implements the jabber:component:accept namespace (ie. the component
+--- a/lib/POE/Component/Jabber/J2.pm
++++ b/lib/POE/Component/Jabber/J2.pm
+@@ -337,6 +337,8 @@
+ 
+ This handles the domain binding
+ 
++=back
++
+ =head1 NOTES AND BUGS
+ 
+ This Protocol may implement the spec, but this spec hasn't been touched in 
+--- a/lib/POE/Component/Jabber/Legacy.pm
++++ b/lib/POE/Component/Jabber/Legacy.pm
+@@ -143,6 +143,8 @@
+ This is our main entry point. This is used by PCJ to deliver all input events 
+ until we are finished. Also handles responses to authentication.
+ 
++=back
++
+ =head1 NOTES AND BUGS
+ 
+ Ideally, this class wouldn't be necessary, but there is a large unmoving mass 

Modified: trunk/libpoe-component-jabber-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/debian/patches/series?rev=26339&op=diff
==============================================================================
--- trunk/libpoe-component-jabber-perl/debian/patches/series (original)
+++ trunk/libpoe-component-jabber-perl/debian/patches/series Wed Oct 29 13:03:45 2008
@@ -1,1 +1,2 @@
 fix-pod-docs-for-names.patch
+pod2man-errors.patch




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