r40496 - in /trunk/libmath-random-perl/debian: changelog copyright patches/pod-errors.patch patches/series
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Wed Jul 22 16:04:24 UTC 2009
Author: jawnsy-guest
Date: Wed Jul 22 16:04:14 2009
New Revision: 40496
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40496
Log:
Added a patch to get rid of POD errors (they happen on Ryan's newbuildd
but I can't reproduce locally. I just removed the S<> stuff)
Added:
trunk/libmath-random-perl/debian/patches/pod-errors.patch
Modified:
trunk/libmath-random-perl/debian/changelog
trunk/libmath-random-perl/debian/copyright
trunk/libmath-random-perl/debian/patches/series
Modified: trunk/libmath-random-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-perl/debian/changelog?rev=40496&op=diff
==============================================================================
--- trunk/libmath-random-perl/debian/changelog (original)
+++ trunk/libmath-random-perl/debian/changelog Wed Jul 22 16:04:14 2009
@@ -7,6 +7,8 @@
* Added myself to Uploaders
* Changed to new short d/rules format. Add dep debhelper >= 7.0.8 + quilt
* Cleaned up control description
+ * Added a patch to get rid of POD errors (they happen on Ryan's newbuildd
+ but I can't reproduce locally. I just removed the S<> stuff)
[ Charles Plessy ]
* Added non-free disclaimer in debian/copyright.
@@ -18,7 +20,7 @@
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
- -- Charles Plessy <plessy at debian.org> Fri, 13 Mar 2009 23:55:48 +0900
+ -- Jonathan Yu <frequency at cpan.org> Wed, 22 Jul 2009 07:50:07 -0400
libmath-random-perl (0.71-1) unstable; urgency=low
Modified: trunk/libmath-random-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-perl/debian/copyright?rev=40496&op=diff
==============================================================================
--- trunk/libmath-random-perl/debian/copyright (original)
+++ trunk/libmath-random-perl/debian/copyright Wed Jul 22 16:04:14 2009
@@ -1,7 +1,8 @@
-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=322
-Upstream-Name:Math::Random
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
Upstream-Maintainer: Geoffrey Rommel <grommel at cpan.org>
Upstream-Source: http://search.cpan.org/dist/Math-Random
+Upstream-Name: Math-Random
Disclaimer: This package is not part of the Debian operating system.
The libmath-random-perl source and binary Debian packages are part of the
"non-free" area in our archive. The packages in this area are not part of the
@@ -14,58 +15,24 @@
packages.
Files: *
-Copyright: © John Venier, Barry W. Brown and Geoffrey Rommel
+Copyright: 1997, John Venier <jvenier at mdanderson.org>
+ 1997, Barry W. Brown <bwb at mdaali.cancer.utexas.edu>
+ 1997, Geoffrey Rommel <grommel at cpan.org>
+License-Alias: Perl
License: GPL-1+ | Artistic
- The programs in the Perl code distributed with Math::Random and in the C code
- helper.c, as well as the documentation, are copyright by John Venier and
- Barry W. Brown for the University of Texas M. D. Anderson Cancer Center in
- 1997. They may be distributed and used under the same conditions as Perl.
-X-Comment: Perl license
- This program is free software; you can redistribute it and/or modify
- it under the terms of either:
- .
- a) the GNU General Public License as published by the Free Software
- Foundation; either version 1, or (at your option) any later
- version, or
- .
- b) the "Artistic License" which comes with Perl.
-X-Comment: On Debian systems, the complete text of the Artistic License can be
- found in `/usr/share/common-licenses/Artistic', and the complete text of the
- GNU General Public License can be found in `/usr/share/common-licenses/GPL'.
-X-No-Warranty:
- WE PROVIDE ABSOLUTELY NO WARRANTY OF ANY KIND EITHER EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
- MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK
- AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD
- THIS PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
- SERVICING, REPAIR OR CORRECTION.
- .
- IN NO EVENT SHALL THE UNIVERSITY OF TEXAS OR ANY OF ITS COMPONENT
- INSTITUTIONS INCLUDING M. D. ANDERSON HOSPITAL BE LIABLE TO YOU FOR
- DAMAGES, INCLUDING ANY LOST PROFITS, LOST MONIES, OR OTHER SPECIAL,
- INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
- INABILITY TO USE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA OR
- ITS ANALYSIS BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY THIRD
- PARTIES FROM) THE PROGRAM.
- .
- (Above NO WARRANTY modified from the GNU NO WARRANTY statement.)
Files: randlib.c, com.c, randlib.h
Copyright: © Association for Computing Machinery
-License:
- These files appeared in an ACM publication is subject to
- the following policy:
- .
- Submittal of an algorithm for publication in one of the
- ACM Transactions implies that unrestricted use of the algorithm
- within a computer is permissible. General permission to copy
- and distribute the algorithm without fee is granted provided that
- the copies are not made or distributed for direct commercial
- advantage. The ACM copyright notice and the title of the
- publication and its date appear, and notice is given that copying
- is by permission of the Association for Computing Machinery. To
- copy otherwise, or to republish, requires a fee and/or specific
- permission.
+License: ACM
+ Submittal of an algorithm for publication in one of the ACM Transactions
+ implies that unrestricted use of the algorithm within a computer is
+ permissible. General permission to copy and distribute the algorithm
+ without fee is granted provided that the copies are not made or
+ distributed for direct commercial advantage. The ACM copyright notice
+ and the title of the publication and its date appear, and notice is
+ given that copying is by permission of the Association for Computing
+ Machinery. To copy otherwise, or to republish, requires a fee and/or
+ specific permission.
.
Krogh, F. "Algorithms Policy." ACM Tran. Math. Softw. 13
(1987), 183-186.
@@ -93,3 +60,17 @@
On this notice these rights rely.
X-Comment: The text of this license is © 2005 Alexander E Genaud,
see `http://genaud.net/2005/10/poetic-license/'.
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ On Debian GNU/Linux systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ 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'
Added: trunk/libmath-random-perl/debian/patches/pod-errors.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-perl/debian/patches/pod-errors.patch?rev=40496&op=file
==============================================================================
--- trunk/libmath-random-perl/debian/patches/pod-errors.patch (added)
+++ trunk/libmath-random-perl/debian/patches/pod-errors.patch Wed Jul 22 16:04:14 2009
@@ -1,0 +1,19 @@
+Description: Fix POD errors
+ Remove S<> stuff completely, as parsing this confuses some
+ parsers.
+Origin: vendor
+Forwarded: no
+Author: Jonathan Yu <frequency at cpan.org>
+--- a/Random.pm
++++ b/Random.pm
+@@ -616,8 +616,8 @@
+ =item C<random_permuted_index($n)>
+
+ Returns an array of array indices, randomly permuted. The indices
+-used are S<(0, ... ,>(I<$n>S< - >1)). This produces the indices used
+-by C<random_permutation> for a given seed, without passing arrays.
++used are (0, ... , $n-1). This produces the indices used by
++C<random_permutation> for a given seed, without passing arrays.
+
+ B<Note:> the following are equivalent:
+
Modified: trunk/libmath-random-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-perl/debian/patches/series?rev=40496&op=diff
==============================================================================
--- trunk/libmath-random-perl/debian/patches/series (original)
+++ trunk/libmath-random-perl/debian/patches/series Wed Jul 22 16:04:14 2009
@@ -1,1 +1,2 @@
+pod-errors.patch
random-seed.patch
More information about the Pkg-perl-cvs-commits
mailing list