debian/0000755000000000000000000000000011507670555007201 5ustar debian/control0000644000000000000000000000250211507670234010575 0ustar Source: libstatistics-test-randomwalk-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl, libclass-xsaccessor-perl, libparams-util-perl, libstatistics-test-sequence-perl, libtest-pod-coverage-perl, libtest-pod-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/Statistics-Test-RandomWalk/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libstatistics-test-randomwalk-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libstatistics-test-randomwalk-perl/ Package: libstatistics-test-randomwalk-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclass-xsaccessor-perl, libparams-util-perl, libstatistics-test-sequence-perl Description: module to perform a Random Walk statistical test Statistics::Test::RandomWalk implements a Random Walk test of a random number generator as outlined in Blobel et al. Basically, it tests that the numbers (in the interval between 0 and 1) generated by a random number generator are distributed evenly. It divides [0,1] into n evenly sized bins and calculates the number of expected and actual random numbers in the bin. (In fact, this counts the cumulated numbers, but that works the same.) debian/libstatistics-test-randomwalk-perl.examples0000644000000000000000000000001311176603273017661 0ustar examples/* debian/copyright0000644000000000000000000000210311507670234011122 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Steffen Mueller Source: http://search.cpan.org/dist/Statistics-Test-RandomWalk/ Name: Statistics-Test-RandomWalk Files: * Copyright: 2007-2010, Steffen Mueller License: Artistic or GPL-1+ Files: debian/* Copyright: 2009-2011, Jonathan Yu License: Artistic or GPL-1+ 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000041011212456120010204 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/Statistics-Test-RandomWalk/ .*/Statistics-Test-RandomWalk-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011507670472010626 5ustar debian/patches/fix-pod-spelling.patch0000644000000000000000000000106111507670233015021 0ustar Description: fix POD spelling Author: Jonathan Yu Origin: vendor Forwarded: no --- a/lib/Statistics/Test/RandomWalk.pm +++ b/lib/Statistics/Test/RandomWalk.pm @@ -72,7 +72,7 @@ called C-times and its return values are used as random numbers. -The code reference semantics are particularily useful if +The code reference semantics are particularly useful if you do not want to store all random numbers in memory at the same time. You can write a subroutine that, for example, generates and returns batches of 100 random numbers so no debian/patches/series0000644000000000000000000000002711507670233012035 0ustar fix-pod-spelling.patch debian/compat0000644000000000000000000000000211176603273010372 0ustar 7 debian/changelog0000644000000000000000000000152111507670234011044 0ustar libstatistics-test-randomwalk-perl (0.02-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Use new short debhelper rules format * Standards-Version 3.9.1 (no changes) * Refresh copyright information * Use new 3.0 (quilt) source format [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Ryan Niebur ] * Update jawnsy's email address -- Jonathan Yu Sat, 01 Jan 2011 11:15:45 -0500 libstatistics-test-randomwalk-perl (0.01-1) unstable; urgency=low * Initial Release. (Closes: #526397) -- Jonathan Yu Thu, 30 Apr 2009 18:31:54 -0400 debian/source/0000755000000000000000000000000011507670472010477 5ustar debian/source/format0000644000000000000000000000001411507670233011700 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611507670234010252 0ustar #!/usr/bin/make -f %: dh $@