r70606 - in /trunk/libauthen-sasl-cyrus-perl/debian: changelog patches/fix-pod-errors patches/series

rra at users.alioth.debian.org rra at users.alioth.debian.org
Sun Mar 6 04:18:14 UTC 2011


Author: rra
Date: Sun Mar  6 04:12:17 2011
New Revision: 70606

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70606
Log:
* Fix syntax errors in the POD documentation previously hidden by our
  failure to install a manual page.

Added:
    trunk/libauthen-sasl-cyrus-perl/debian/patches/fix-pod-errors
Modified:
    trunk/libauthen-sasl-cyrus-perl/debian/changelog
    trunk/libauthen-sasl-cyrus-perl/debian/patches/series

Modified: trunk/libauthen-sasl-cyrus-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-sasl-cyrus-perl/debian/changelog?rev=70606&op=diff
==============================================================================
--- trunk/libauthen-sasl-cyrus-perl/debian/changelog (original)
+++ trunk/libauthen-sasl-cyrus-perl/debian/changelog Sun Mar  6 04:12:17 2011
@@ -7,6 +7,8 @@
     (Closes: #578551)
   * Fix an upstream override of manifypods that suppressed generation of a
     man page for the module.
+  * Fix syntax errors in the POD documentation previously hidden by our
+    failure to install a manual page.
   * Update debhelper compatibility level to V8.
     - Use overrides instead of partial rule implementations.
   * Change to Debian source format 3.0 (quilt).

Added: trunk/libauthen-sasl-cyrus-perl/debian/patches/fix-pod-errors
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-sasl-cyrus-perl/debian/patches/fix-pod-errors?rev=70606&op=file
==============================================================================
--- trunk/libauthen-sasl-cyrus-perl/debian/patches/fix-pod-errors (added)
+++ trunk/libauthen-sasl-cyrus-perl/debian/patches/fix-pod-errors Sun Mar  6 04:12:17 2011
@@ -1,0 +1,46 @@
+Author: Russ Allbery <rra at debian.org>
+Description: Fix POD syntax and formatting errors
+
+The POD documentation uses an unusual method for adding remarks to the
+middle of an =over/=item list, which in combination with some placement
+of sentences and the use of podselect confuses Pod::Man.  Move things
+around to achieve the desired result without syntax errors.
+
+--- libauthen-sasl-cyrus-perl.orig/Cyrus.xs
++++ libauthen-sasl-cyrus-perl/Cyrus.xs
+@@ -1234,6 +1234,8 @@
+ name of the server being contacted, which may also be used
+ by the underlying mechanism.
+ 
++See SYNOPSIS for an example.
++
+ =back
+ 
+ B<Remark>:
+@@ -1249,8 +1251,6 @@
+ 
+ =over 4
+ 
+-See SYNOPSIS for an example.
+-
+ =cut
+ 
+ Authen_SASL_Cyrus
+@@ -1439,8 +1439,6 @@
+ 
+ See example below.
+ 
+-=over 4
+-
+ =cut
+ 
+ 
+@@ -1478,6 +1476,8 @@
+ 
+ =pod
+ 
++=over 4
++
+ =item listmech( START , SEPARATOR , END )
+ 
+ C<listmech> returns a string containing all mechanisms allowed for the user

Modified: trunk/libauthen-sasl-cyrus-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-sasl-cyrus-perl/debian/patches/series?rev=70606&op=diff
==============================================================================
--- trunk/libauthen-sasl-cyrus-perl/debian/patches/series (original)
+++ trunk/libauthen-sasl-cyrus-perl/debian/patches/series Sun Mar  6 04:12:17 2011
@@ -2,3 +2,4 @@
 correct-write-return-value
 numeric-version
 generate-man-pages
+fix-pod-errors




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