r30419 - in /trunk/libcrypt-openssl-dsa-perl/debian: changelog patches/fix-manpage-errors.patch patches/series

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Feb 2 08:43:30 UTC 2009


Author: dmn
Date: Mon Feb  2 08:43:26 2009
New Revision: 30419

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30419
Log:
add fix-manpage-errors.patch fixing missing =over/-back around =item's in
Crypt::OpenSSL::DSA::Signature's POD.

Added:
    trunk/libcrypt-openssl-dsa-perl/debian/patches/fix-manpage-errors.patch
Modified:
    trunk/libcrypt-openssl-dsa-perl/debian/changelog
    trunk/libcrypt-openssl-dsa-perl/debian/patches/series

Modified: trunk/libcrypt-openssl-dsa-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-openssl-dsa-perl/debian/changelog?rev=30419&op=diff
==============================================================================
--- trunk/libcrypt-openssl-dsa-perl/debian/changelog (original)
+++ trunk/libcrypt-openssl-dsa-perl/debian/changelog Mon Feb  2 08:43:26 2009
@@ -12,6 +12,8 @@
     do_verify() croak on errors.
     Closes: #511519. Thanks to Kurt Roeckx
   * add description to Makefile.PL--no-ssl-in-LIBS.patch
+  * add fix-manpage-errors.patch fixing missing =over/-back around =item's in
+    Crypt::OpenSSL::DSA::Signature's POD.
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 06 Aug 2008 21:33:30 -0300
 

Added: trunk/libcrypt-openssl-dsa-perl/debian/patches/fix-manpage-errors.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-openssl-dsa-perl/debian/patches/fix-manpage-errors.patch?rev=30419&op=file
==============================================================================
--- trunk/libcrypt-openssl-dsa-perl/debian/patches/fix-manpage-errors.patch (added)
+++ trunk/libcrypt-openssl-dsa-perl/debian/patches/fix-manpage-errors.patch Mon Feb  2 08:43:26 2009
@@ -1,0 +1,34 @@
+# Description: fix errors in POD
+#              Mainly just missing =over/=back
+# Author: Damyan Ivanov <dmn at debian.org>
+--- a/lib/Crypt/OpenSSL/DSA/Signature.pod
++++ b/lib/Crypt/OpenSSL/DSA/Signature.pod
+@@ -20,13 +20,19 @@
+ 
+ =head1 CLASS METHODS
+ 
++=over
++
+ =item $sig_obj = Crypt::OpenSSL::DSA::Signature->new();
+ 
+ Create a new DSA Signature Object.  You will need to
+ call set_r and set_s after you create this.
+ 
++=back
++
+ =head1 OBJECT METHODS
+ 
++=over
++
+ =item $r = $sig_obj->get_r;
+ 
+ Gets first member of signature pair.
+@@ -43,6 +49,8 @@ Sets first member of signature pair.
+ 
+ Sets second member of signature pair.
+ 
++=back
++
+ =head1 AUTHOR
+ 
+ T.J. Mather, E<lt>tjmather at maxmind.comE<gt>

Modified: trunk/libcrypt-openssl-dsa-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-openssl-dsa-perl/debian/patches/series?rev=30419&op=diff
==============================================================================
--- trunk/libcrypt-openssl-dsa-perl/debian/patches/series (original)
+++ trunk/libcrypt-openssl-dsa-perl/debian/patches/series Mon Feb  2 08:43:26 2009
@@ -1,2 +1,3 @@
 Makefile.PL-no-ssl-in-LIBS.patch
 security_croak-in-do_verify-too.patch
+fix-manpage-errors.patch




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