debian/0000755000000000000000000000000012231436565007175 5ustar debian/watch0000644000000000000000000000037411526053016010222 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/Math-Random-ISAAC-XS/ .*/Math-Random-ISAAC-XS-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000003611526053016010244 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000363711526053016011131 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Jonathan Yu Source: http://search.cpan.org/dist/Math-Random-ISAAC-XS/ Name: Math-Random-ISAAC-XS Files: * Copyright: 2011, Jonathan Yu License: PD or Artistic or GPL-1+ Files: ppport.h Copyright: 2004-2010, Marcus Holland-Moritz 2001, Paul Marquess (Version 2.x) 1999, Kenneth Albanowski (Version 1.x) License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Jonathan Yu License: PD or Artistic or GPL-1+ License: PD I, the copyright holder of this package, hereby release the entire contents therein into the public domain. This applies worldwide, to the extent that it is permissible by law. . In case this is not legally possible, I grant any entity the right to use this work for any purpose, without any conditions, unless such conditions are required by law. . If you so choose, or if you are legally compelled to do so, you may use this software under the terms of your choice of the following licenses: . 1. The MIT/X11 License; or, 2. The Perl Artistic License, version 1 or later; or, 3. The GNU General Public License, version 1 or later 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/libmath-random-isaac-xs-perl.examples0000644000000000000000000000001311526053016016263 0ustar examples/* debian/source/0000755000000000000000000000000011526060211010460 5ustar debian/source/format0000644000000000000000000000001411526053016011673 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211526053016010363 0ustar 7 debian/control0000644000000000000000000000246711526053016010601 0ustar Source: libmath-random-isaac-xs-perl Section: perl Priority: optional Build-Depends: perl, debhelper (>= 7), libtest-nowarnings-perl (>= 0.084), libstatistics-test-randomwalk-perl, libtest-leaktrace-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/Math-Random-ISAAC-XS/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmath-random-isaac-xs-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmath-random-isaac-xs-perl/ Package: libmath-random-isaac-xs-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Suggests: libmath-random-isaac-perl Enhances: libmath-random-isaac-perl Description: Perl implementation of the ISAAC PRNG (C/XS Accelerated) Math::Random::ISAAC::XS implements the same interface as Math::Random::ISAAC and can be used as a drop-in replacement. This is the recommended version of the module, based on Bob Jenkins' reference implementation in C as described in his paper at: . If you install this package, then any code that uses Math::Random::ISAAC will automagically benefit from this faster implementation. Performance increases are somewhere on the order of 400-500%. debian/changelog0000644000000000000000000000263712231436565011057 0ustar libmath-random-isaac-xs-perl (1.003-1build3) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Tue, 22 Oct 2013 09:55:17 +0100 libmath-random-isaac-xs-perl (1.003-1build2) precise; urgency=low * Rebuild for Perl 5.14. -- Colin Watson Tue, 15 Nov 2011 23:55:18 +0000 libmath-random-isaac-xs-perl (1.003-1build1) oneiric; urgency=low * Rebuild for Perl 5.12. -- Colin Watson Mon, 09 May 2011 23:35:57 +0100 libmath-random-isaac-xs-perl (1.003-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Updates MANIFEST.SKIP to prevent FTBFS (Closes: #578850) * No longer run upstream's author tests * Use new 3.0 (quilt) source format * Standards-Version 3.9.1 (no changes) * Drop dependency on debhelper to version 7, we no longer have a Makefile.PL and no overrides are necessary * Refresh copyright information to new DEP5 format [ Ryan Niebur ] * Update jawnsy's email address [ gregor herrmann ] * debian/control: Changed: (build-)depend on perl instead of perl- modules. * Add perl (>= 5.10.1) as an alternative build dependency for Pod::Simple. -- Jonathan Yu Sun, 13 Feb 2011 17:26:49 -0500 libmath-random-isaac-xs-perl (1.001-1) unstable; urgency=low * Initial Release. (Closes: #527015) -- Jonathan Yu Thu, 27 Aug 2009 08:42:07 -0400