r35258 - in /trunk/libmath-random-mt-perl/debian: changelog control copyright

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue May 12 17:54:04 UTC 2009


Author: jawnsy-guest
Date: Tue May 12 17:53:59 2009
New Revision: 35258

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35258
Log:
Made changes per gregoa. Still waiting because copyright for _mt is uncertain. Bug filed upstream, though.

Modified:
    trunk/libmath-random-mt-perl/debian/changelog
    trunk/libmath-random-mt-perl/debian/control
    trunk/libmath-random-mt-perl/debian/copyright

Modified: trunk/libmath-random-mt-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-mt-perl/debian/changelog?rev=35258&op=diff
==============================================================================
--- trunk/libmath-random-mt-perl/debian/changelog (original)
+++ trunk/libmath-random-mt-perl/debian/changelog Tue May 12 17:53:59 2009
@@ -1,12 +1,11 @@
 libmath-random-mt-perl (1.07-1) UNRELEASED; urgency=low
 
   TODO:
-  - debian/copyright: incomplete. `grep -ir copyright *' lists some other
-    people (3 for ppport.h, 2 for _mt.c). and _mt.c looks dubious license-wise
-    in general ...
-  - debian/control: I'd remove the last line of the long description. any
-    maybe the order could be changed a bit (URL at the end ...) but that's
-    just a matter of taste. -- or not, the URL returns 404 :)
+  * Added copyright information for _mt.c and mt.h. However I'm not sure about
+    the legality of bundling these in the upstream version because it would
+    appear that Mersenne Twister is under the BSD License
+    (See: http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/CODES/mt19937ar.c)
+    -> No public RCS means I can't see old versions.
 
   * Initial Release. (Closes: #525332)
 

Modified: trunk/libmath-random-mt-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-mt-perl/debian/control?rev=35258&op=diff
==============================================================================
--- trunk/libmath-random-mt-perl/debian/control (original)
+++ trunk/libmath-random-mt-perl/debian/control Tue May 12 17:53:59 2009
@@ -16,8 +16,7 @@
 Description: Perl implementation of the Mersenne Twister algorithm
  Math::Random::MT provides an implementation of the Mersenne Twister
  pseudorandom number generator algorithm developed by Makoto Matsumoto
- and Takuji Nishimura. It is described in their paper at:
- <URL:http://www.math.keio.ac.jp/~nisimura/random/doc/mt.ps>.
+ and Takuji Nishimura.
  .
  It is related to but a different algorithm than a previous work by
  the same authors - the TT800 algorithm, which keeps less state data
@@ -26,4 +25,5 @@
  comparison, ISAAC's period is 2^8295 values on average.
  .
  This module implements both a procedural and object oriented interface.
- See the perldoc for details on using it.
+ See the perldoc for details on using it. The algorithm is described in:
+ <URL:http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/ARTICLES/mt.pdf>.

Modified: trunk/libmath-random-mt-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-mt-perl/debian/copyright?rev=35258&op=diff
==============================================================================
--- trunk/libmath-random-mt-perl/debian/copyright (original)
+++ trunk/libmath-random-mt-perl/debian/copyright Tue May 12 17:53:59 2009
@@ -6,7 +6,18 @@
 
 Files: *
 Copyright: 2001, Abhijit Menon-Sen <ams at wiw.org>
+License-Alias: Perl
 License: Artistic
+
+Files: ppport.h
+Copyright: 2004-2009, Marcus Holland-Moritz <mhx-cpan at gmx.net>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: _mt.c, mt.h
+Copyright: 1997-2002, Makoto Matsumoto <m-mat at math.sci.hiroshima-u.ac.jp>
+ and Takuji Nishimura
+License: BSD
 
 Files: debian/*
 Copyright: 2009, Jonathan Yu <frequency at cpan.org>
@@ -25,3 +36,9 @@
     any later version.
     On Debian GNU/Linux systems, the complete text of the GNU General
     Public License can be found in `/usr/share/common-licenses/GPL'
+
+License: BSD
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the BSD License (3-clause).
+    On Debian GNU/Linux systems, the complete text of the BSD License can
+    be found in `/usr/share/common-licenses/BSD'




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