debian/0000755000000000000000000000000011764173707007203 5ustar debian/control0000644000000000000000000000201511764174013010573 0ustar Source: libcrypt-random-source-perl Section: perl Priority: optional Build-Depends: devscripts, cdbs (>= 0.4.73~), perl, debhelper, dh-buildinfo, libany-moose-perl, libcapture-tiny-perl, libmodule-find-perl, libsub-exporter-perl, libnamespace-clean-perl, libtest-exception-perl, libtest-use-ok-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libcrypt-random-source-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcrypt-random-source-perl.git Homepage: http://search.cpan.org/dist/Crypt-Random-Source/ Package: libcrypt-random-source-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: get weak or strong random data from pluggable sources Crypt::Random::Source provides implementations for a number of byte oriented sources of random data. debian/source/0000755000000000000000000000000011752713702010473 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000027011764173707011054 0ustar libcrypt-random-source-perl (0.07-1) unstable; urgency=low * Initial packaging release. Closes: bug#676552. -- Jonas Smedegaard Thu, 07 Jun 2012 20:49:42 +0200 debian/compat0000644000000000000000000000000211524363714010372 0ustar 7 debian/watch0000644000000000000000000000032411764162560010226 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 opts=uversionmangle=s/_(\d+)/~$1/ \ http://search.cpan.org/dist/Crypt-Random-Source/ .*/Crypt-Random-Source-([\d._]+)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000331711764173401012336 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Changes MANIFEST META.json META.yml Makefile.PL SIGNATURE debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch dist.ini t/blocking.t t/dev_random.t t/factory.t t/proc.t t/rand.t t/release-eol.t t/release-pod-syntax.t t/reread.t t/sugar.t Copyright: *No copyright* License: UNKNOWN FIXME Files: README lib/Crypt/Random/Source.pm lib/Crypt/Random/Source/Base.pm lib/Crypt/Random/Source/Base/File.pm lib/Crypt/Random/Source/Base/Handle.pm lib/Crypt/Random/Source/Base/Proc.pm lib/Crypt/Random/Source/Base/RandomDevice.pm lib/Crypt/Random/Source/Factory.pm lib/Crypt/Random/Source/Strong.pm lib/Crypt/Random/Source/Strong/devrandom.pm lib/Crypt/Random/Source/Weak.pm lib/Crypt/Random/Source/Weak/devurandom.pm lib/Crypt/Random/Source/Weak/rand.pm Copyright: 2011, Yuval Kogman License: UNKNOWN FIXME Files: debian/rules Copyright: 2012, Jonas Smedegaard License: GPL-2+ FIXME Files: LICENSE Copyright: 1989, Free Software Foundation, Inc 19xx name of author 19yy 2011, Yuval Kogman HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR HOLDERS AND/OR OTHER PARTIES Holder Holder maintains some semblance of Holder may not be used to endorse or promote Holder to include your Holder" is whoever is named in the or s for Holder, but only to the Holder. A Package modified in such disclaimer" for the program, if holder saying it may be interest in the notices and associated disclaimers the software, and License: GPL-ever FIXME debian/copyright0000644000000000000000000000327211764163113011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Crypt::Random::Source Upstream-Contact: יובל קוג'מן (Yuval Kogman) Source: http://search.cpan.org/dist/Crypt-Random-Source/ Files: * Copyright: 2011, יובל קוג'מן (Yuval Kogman) License: Artistic or GPL-1+ This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. Comment: Perl 5 is licensed under either the 'Artistic license' or the 'GNU General Public License' version 1 or later. Files: debian/* Copyright: 2012, Jonas Smedegaard License: GPL-2+ License: Artistic Comment: On Debian systems the 'Artistic License' is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: On Debian systems the 'GNU General Public License' version 1 is located in '/usr/share/common-licenses/GPL-1'. License: GPL-2+ 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 2, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Comment: On Debian systems the 'GNU General Public License' version 2 is located in '/usr/share/common-licenses/GPL-2'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014611373262460010612 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000306211764173677010272 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2012, Jonas Smedegaard # Description: Main Debian packaging script for Crypt::Random::Source # # 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 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_UPSTREAM_PACKAGE = Crypt-Random-Source DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Crypt DEB_UPSTREAM_TARBALL_BASENAME_MANGLE = s/~/_/ DEB_UPSTREAM_TARBALL_MD5 = 56251a6c909e21f5ae535b0e2af3897e # Needed both by upstream build and (always) at runtime perl-deps = any-moose capture-tiny module-find sub-exporter namespace-clean deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps)) # Needed for upstream testsuite deps-test = libtest-exception-perl, libtest-use-ok-perl CDBS_BUILD_DEPENDS += , $(deps), $(deps-test) CDBS_DEPENDS_ALL = $(deps) CDBS_RECOMMENDS_ALL = $(recommends) debian/control.in0000644000000000000000000000146211764172711011210 0ustar Source: libcrypt-random-source-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libcrypt-random-source-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcrypt-random-source-perl.git Homepage: http://search.cpan.org/dist/Crypt-Random-Source/ Package: libcrypt-random-source-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: get weak or strong random data from pluggable sources Crypt::Random::Source provides implementations for a number of byte oriented sources of random data.