debian/0000755000000000000000000000000012127061520007162 5ustar debian/rules0000755000000000000000000000003612127061520010241 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000420612127061520010567 0ustar Source: libdata-entropy-perl Maintainer: Debian Perl Group Uploaders: Ivan Kohler , Jotam Jr. Trejo , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libcrypt-rijndael-perl, libdata-float-perl, libhttp-lite-perl, libparams-classify-perl, libtest-pod-coverage-perl, libtest-pod-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-entropy-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-entropy-perl.git Homepage: https://metacpan.org/release/Data-Entropy/ Package: libdata-entropy-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcrypt-rijndael-perl, libdata-float-perl, libhttp-lite-perl, libparams-classify-perl Description: Perl module for entropy (randomness) management Data::Entropy maintains a concept of a current selection of entropy source. Algorithms that require entropy can use the source nominated by this module, avoiding the need for entropy source objects to be explicitly passed around. This is convenient because usually one entropy source will be used for an entire program run and so an explicit entropy source parameter would rarely vary. There is also a default entropy source, avoiding the need to explicitly configure a source at all. . If nothing is done to set a source then it defaults to the use of Rijndael (AES) in counter mode (see Data::Entropy::RawSource::CryptCounter and Crypt::Rijndael), keyed using Perl's built-in rand function. This gives a data stream that looks like concentrated entropy, but really only has at most the entropy of the rand seed. Within a single run it is cryptographically difficult to detect the correlation between parts of the pseudo-entropy stream. If more true entropy is required then it is necessary to configure a different entropy source. debian/source/0000755000000000000000000000000012127061520010462 5ustar debian/source/format0000644000000000000000000000001412127061520011670 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000457712127061520011051 0ustar libdata-entropy-perl (0.007-2) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Xavier Guimard ] * Remove README from docs * Bump Standards-Version to 3.9.4 * Update debian/copyright (years and format) * Update description [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs -- Xavier Guimard Sun, 31 Mar 2013 09:04:30 +0200 libdata-entropy-perl (0.007-1) unstable; urgency=low * New upstream release * debian/rules: refresh, use tiny dh7 now * debian/copyright: refresh according to DEP 5 revision 135, also update Ivan Kohler email * debian/control: drop useless versioned perl dependency * Switch to source format 3.0 (quilt) * debian/control: bump Standards Version to 3.9.2 * debian/control: add libtest-pod-perl, libtest-pod-coverage-perl and libhttp-lite-perl to B-D-I, needed by some tests * debian/control: remove libwww-perl from dependencies, upstream use HTTP::Lite instead of LWP now * Add myself to Uploaders and Copyright * Bump DH compat level to 8 -- Jotam Jr. Trejo Sun, 08 May 2011 16:44:11 -0600 libdata-entropy-perl (0.006-1) unstable; urgency=low * Take over for the Debian Perl Group * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Ivan Kohler ); Ivan Kohler moved to Uploaders. * debian/watch: use dist-based URL. * New upstream release + Fixes FTBFS with perl 5.12 (closes: Bug#578939) -- Ivan Kohler Fri, 23 Apr 2010 18:24:54 -0700 libdata-entropy-perl (0.005-1) unstable; urgency=low * New upstream release * dh-make-perl --refresh -- Ivan Kohler Sat, 28 Mar 2009 04:55:51 -0700 libdata-entropy-perl (0.004-1) unstable; urgency=low * New upstream release * Update debian/rules to current dh-make-perl template to fix "unconditional rmdir" FTBFS (closes: Bug#467748) -- Ivan Kohler Tue, 26 Feb 2008 21:28:56 -0800 libdata-entropy-perl (0.003-1) unstable; urgency=low * Initial Release (closes: Bug#411715). -- Ivan Kohler Tue, 20 Feb 2007 07:47:06 -0800 debian/compat0000644000000000000000000000000212127061520010360 0ustar 8 debian/copyright0000644000000000000000000000226412127061520011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Data-Entropy Source: https://metacpan.org/release/Data-Entropy/ Upstream-Contact: Andrew Main (Zefram) Files: * Copyright: 2006-2011, Andrew Main (Zefram) License: Artistic or GPL-1+ Files: debian/* Copyright: 2007-2010, Ivan Kohler 2011, Ansgar Burchardt 2011, Jotam Jr. Trejo 2013, Xavier Guimard 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/watch0000644000000000000000000000026412127061520010215 0ustar # format version number, currently 2; this line is compulsory! version=3 https://metacpan.org/release/Data-Entropy/ .*/Data-Entropy-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)