r60778 - in /trunk/libcrypt-openssl-random-perl/debian: changelog patches/pod.patch patches/series

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Jul 28 21:34:12 UTC 2010


Author: gregoa
Date: Wed Jul 28 21:34:04 2010
New Revision: 60778

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60778
Log:
Add new patch to fix a pod error.

Added:
    trunk/libcrypt-openssl-random-perl/debian/patches/pod.patch
Modified:
    trunk/libcrypt-openssl-random-perl/debian/changelog
    trunk/libcrypt-openssl-random-perl/debian/patches/series

Modified: trunk/libcrypt-openssl-random-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-openssl-random-perl/debian/changelog?rev=60778&op=diff
==============================================================================
--- trunk/libcrypt-openssl-random-perl/debian/changelog (original)
+++ trunk/libcrypt-openssl-random-perl/debian/changelog Wed Jul 28 21:34:04 2010
@@ -8,6 +8,9 @@
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
+
+  [ gregor herrmann ]
+  * Add new patch to fix a pod error.
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 06 Aug 2008 21:33:30 -0300
 

Added: trunk/libcrypt-openssl-random-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-openssl-random-perl/debian/patches/pod.patch?rev=60778&op=file
==============================================================================
--- trunk/libcrypt-openssl-random-perl/debian/patches/pod.patch (added)
+++ trunk/libcrypt-openssl-random-perl/debian/patches/pod.patch Wed Jul 28 21:34:04 2010
@@ -1,0 +1,26 @@
+Description: fix pod error
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2010-07-28
+
+--- a/Random.pm
++++ b/Random.pm
+@@ -59,6 +59,8 @@
+ 
+ =head1 Static Methods
+ 
++=over
++
+ =item random_bytes
+ 
+ This function, returns a specified number of cryptographically strong
+@@ -90,6 +92,8 @@
+ 
+ This function returns true if the PRNG has sufficient seeding.
+ 
++=back
++
+ =head1 BUGS
+ 
+ Because of the internal workings of OpenSSL's random library, the

Modified: trunk/libcrypt-openssl-random-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-openssl-random-perl/debian/patches/series?rev=60778&op=diff
==============================================================================
--- trunk/libcrypt-openssl-random-perl/debian/patches/series (original)
+++ trunk/libcrypt-openssl-random-perl/debian/patches/series Wed Jul 28 21:34:04 2010
@@ -1,1 +1,2 @@
 Makefile.PL-no-ssl-in-LIBS.patch
+pod.patch




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