r35270 - in /trunk/libmath-random-isaac-perl/debian: changelog control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue May 12 18:36:03 UTC 2009


Author: jawnsy-guest
Date: Tue May 12 18:35:58 2009
New Revision: 35270

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35270
Log:
Made updates per gregoa. Fixed up control description a bit.

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

Modified: trunk/libmath-random-isaac-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-perl/debian/changelog?rev=35270&op=diff
==============================================================================
--- trunk/libmath-random-isaac-perl/debian/changelog (original)
+++ trunk/libmath-random-isaac-perl/debian/changelog Tue May 12 18:35:58 2009
@@ -1,16 +1,8 @@
 libmath-random-isaac-perl (1.0.4-1) UNRELEASED; urgency=low
 
-  WAITS FOR libportability-files-perl
-  and also for the Suggest'ed and Recommend'ed packages, esp. since
-  libmath-random-mt-perl has an unclear license for one file
+  WAITS FOR libportability-files-perl and libtest-kwalitee-perl
   
   TODO:
-  + if debian/rules uses override_* we need to build depend on "debhelper (>=
-    7.0.50)" in debian/control
-  + debian/control:
-    - "perl-modules (>= 5.10) | libmodule-build-perl"
-    - remove libtest-kwalitee-perl from B-D-I (doesn't exist); or WAIT for it :)
-      (libtest-kwalitee-perl is even twice in B-D-I)
   + lintian:
     "E: libmath-random-isaac-perl: package-installs-packlist .."
 

Modified: trunk/libmath-random-isaac-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-perl/debian/control?rev=35270&op=diff
==============================================================================
--- trunk/libmath-random-isaac-perl/debian/control (original)
+++ trunk/libmath-random-isaac-perl/debian/control Tue May 12 18:35:58 2009
@@ -22,11 +22,10 @@
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
 Recommends: libmath-random-isaac-xs-perl
-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)
- as described in Bob Jenkins' paper at:
- <URL:http://burtleburtle.net/bob/rand/isaac.html>
+ Math::Random::ISAAC implements the ISAAC (Indirection, Shift, Accumulate, Add
+ and Count) pseudorandom number generator (PRNG) algorithm described on the
+ project page at: <URL:http://burtleburtle.net/bob/rand/isaac.html>
  .
  As with other algorithms like the Mersenne Twister (see Math::Random::MT),
  this algorithm is designed to take some seed information and produce seemingly




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