r34900 - /trunk/libmath-random-isaac-perl/debian/control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu May 7 12:29:41 UTC 2009


Author: jawnsy-guest
Date: Thu May  7 12:29:33 2009
New Revision: 34900

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34900
Log:
Fixed group ownership of the module

Modified:
    trunk/libmath-random-isaac-perl/debian/control

Modified: trunk/libmath-random-isaac-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-perl/debian/control?rev=34900&op=diff
==============================================================================
--- trunk/libmath-random-isaac-perl/debian/control (original)
+++ trunk/libmath-random-isaac-perl/debian/control Thu May  7 12:29:33 2009
@@ -11,7 +11,8 @@
   libtest-minimumversion-perl (>= 0.008), libtest-leaktrace-perl (>= 0.07),
   libstatistics-test-randomwalk-perl, libtest-without-module-perl (>= 0.17),
   libtest-distmanifest-perl (>= 1.1.2), perl (>= 5.6.0-12)
-Maintainer: Jonathan Yu <frequency at cpan.org>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <frequency at cpan.org>
 Standards-Version: 3.8.1
 Homepage: http://search.cpan.org/dist/Math-Random-ISAAC/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmath-random-isaac-perl/
@@ -24,12 +25,12 @@
 Suggests: libmath-random-mt-perl, libmath-random-tt800-perl
 Description: Perl interface to the ISAAC PRNG Algorithm
  Math::Random::ISAAC implements the ISAAC pseudorandom number generator (PRNG)
- algorithm as described in his paper available at:
+ as described in Bob Jenkins' paper at:
  <URL:http://burtleburtle.net/bob/rand/isaac.html>
  .
- As with other Pseudo-Random Number Generator (PRNG) algorithms like the
- Mersenne Twister (see Math::Random::MT), this algorithm is designed to take
- some seed information and produce seemingly random results as output.
+ As with other algorithms like the Mersenne Twister (see Math::Random::MT),
+ this algorithm is designed to take some seed information and produce seemingly
+ random results as output.
  .
  The results are uniformly distributed, unbiased, and unpredictable unless you
  know the seed. The algorithm was published by Bob Jenkins in the late 1990s




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