debian/0000755000000000000000000000000012155366623007177 5ustar debian/rules0000755000000000000000000000003612155366623010256 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000363212155366623010606 0ustar Source: libmath-random-oo-perl Maintainer: Debian Perl Group Uploaders: Salvatore Bonaccorso Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libclass-accessor-perl, libparams-validate-perl, libtest-mockrandom-perl, libtest-number-delta-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmath-random-oo-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmath-random-oo-perl.git Homepage: https://metacpan.org/release/Math-Random-OO/ Package: libmath-random-oo-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libclass-accessor-perl, libparams-validate-perl, libtest-mockrandom-perl, libtest-number-delta-perl Description: consistent object-oriented interface for generating random numbers CPAN contains many modules for generating random numbers in various ways and from various probability distributions using pseudo-random number generation algorithms or other entropy sources. (The /"SEE ALSO" section has some examples.) Unfortunately, no standard interface exists across these modules. Math::Random::OO defines an abstract interface for random number generation. Subclasses of this model will implement specific types of random number generators or will wrap existing random number generators. . This consistency will come at the cost of some efficiency, but will enable generic routines to be written that can manipulate any provided random number generator that adheres to the interface. E.g., a stochastic simulation could take a number of user-supplied parameters, each of which is a Math::Random::OO subclass object and which represent a stochastic variable with a particular probability distribution. debian/source/0000755000000000000000000000000012155366623010477 5ustar debian/source/format0000644000000000000000000000001412155366623011705 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000244412155366623011055 0ustar libmath-random-oo-perl (0.22-1) unstable; urgency=low * Team upload. [ 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). * Email change: Salvatore Bonaccorso -> carnil@debian.org [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Don't run author tests during package build. * New upstream release. Fixes "FTBFS with perl 5.18: test failures" (Closes: #711603) * Switch to "3.0 (quilt)" source format. * debian/copyright: switch formatting to Copyright-Format 1.0. Update upstream copyright/license information. Update license stanzas. * Bump debhelper compatibility level to 8. * Set Standards-Version to 3.9.4 (no further changes). -- gregor herrmann Mon, 10 Jun 2013 17:15:17 +0200 libmath-random-oo-perl (0.21-1) unstable; urgency=low * Initial Release. (Closes: #531180) -- Salvatore Bonaccorso Sun, 07 Jun 2009 17:35:53 +0200 debian/compat0000644000000000000000000000000212155366623010375 0ustar 8 debian/libmath-random-oo-perl.docs0000644000000000000000000000000512155366623014315 0ustar Todo debian/copyright0000644000000000000000000000332312155366623011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Math-Random-OO Upstream-Contact: David A Golden Source: https://metacpan.org/release/Math-Random-OO/ Files: * Copyright: 2013, David A. Golden License: Apache-2.0 Files: debian/* Copyright: 2009, Salvatore Bonaccorso 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'. License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the complete text of the Apache License, Version 2.0 can be found in `/usr/share/common-licenses/Apache-2.0'. debian/watch0000644000000000000000000000017212155366623010230 0ustar version=3 https://metacpan.org/release/Math-Random-OO/ .*/Math-Random-OO-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$