debian/0000755000000000000000000000000012226340423007164 5ustar debian/watch0000644000000000000000000000026712101265073010221 0ustar # format version number, currently 3; this line is compulsory! version=3 https://metacpan.org/release/Math-RandomOrg/ .*/Math-RandomOrg-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/copyright0000644000000000000000000000272712226337326011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Math-RandomOrg Upstream-Contact: Gregory Todd Williams Upstream-Name: Math-RandomOrg Files: * Copyright: 2011-2006, Gregory Todd Williams License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2006, Adam Kennedy 2002-2006, Audrey Tang 2002-2006, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2006, 2008, gregor herrmann 2006, David Moreno Garza 2006, Niko Tyni 2007, Gunnar Wolf 2008, gregor herrmann 2013, Florian Schlichting 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/control0000644000000000000000000000201112226340423010561 0ustar Source: libmath-randomorg-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Niko Tyni , Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-pod-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmath-randomorg-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmath-randomorg-perl.git Homepage: https://metacpan.org/release/Math-RandomOrg/ Package: libmath-randomorg-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libwww-perl Description: Perl module to retrieve random numbers and data from random.org Math::RandomOrg provides functions for retrieving random data from the random.org server. Data may be retrieved in an integer or byte-stream format using the randnum and randbyte functions respectively. debian/compat0000644000000000000000000000000212226336720010367 0ustar 8 debian/changelog0000644000000000000000000000605412226340423011043 0ustar libmath-randomorg-perl (0.04-4) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * Change my email address. * debian/control: update {versioned,alternative} (build) dependencies. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Florian Schlichting ] * Remove libtest-pod-coverage-perl from build-dependencies; coverage testing is for authors only (closes: #720268) * Switch to source format 3.0 (quilt) * Bump dh compatibility to level 8 (no changes necessary) * Brush over short and long description * Convert debian/copyright to machine-readable version * Declare compliance with Debian Policy 3.9.4 * Ship provided examples script * Switch to short-form debian/rules * Add myself to uploaders -- Florian Schlichting Sat, 12 Oct 2013 23:34:12 +0200 libmath-randomorg-perl (0.04-3) unstable; urgency=low * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/rules: - delete /usr/lib/perl5 only if it exists (closes: #467879) - update based on dh-make-perl's templates - install example script - don't install README anymore (no additional information) - enable pod* tests (other tests need network access), build dependencies added accordingly * debian/watch: use dist-based URL. * Set Standards-Version to 3.7.3 (no changes). * Set debhelper compatibility level to 5. * debian/copyright: add download URL and update years of copyright. -- gregor herrmann Sat, 08 Mar 2008 23:49:44 +0100 libmath-randomorg-perl (0.04-2) unstable; urgency=low * Fixed not working debian/watch -- Gunnar Wolf Fri, 15 Jun 2007 13:59:24 -0500 libmath-randomorg-perl (0.04-1) unstable; urgency=low * New upstream release -- Gunnar Wolf Wed, 09 May 2007 09:43:20 -0500 libmath-randomorg-perl (0.03-3) unstable; urgency=medium * Disable 'make test', as it requires network access. Thanks to Thijs Kinkhorst. (Closes: #393898) * Urgency set to 'medium' because of an RC bug fix. * Remove libwww-perl and netbase from Build-Depends-Indep. * Add libwww-perl to Depends. -- Niko Tyni Sat, 21 Oct 2006 14:18:33 +0300 libmath-randomorg-perl (0.03-2) unstable; urgency=low * New Maintainer: Debian Perl Group. * Add watch file. * Add netbase to build dependencies. -- gregor herrmann Fri, 15 Sep 2006 00:25:22 +0200 libmath-randomorg-perl (0.03-1) unstable; urgency=low * Upstream release. -- David Moreno Garza Tue, 30 May 2006 11:33:40 -0500 libmath-randomorg-perl (0.02-1) unstable; urgency=low * Initial Release. -- David Moreno Garza Sun, 19 Mar 2006 15:28:39 -0400 debian/libmath-randomorg-perl.examples0000644000000000000000000000001312226336734015276 0ustar examples/* debian/source/0000755000000000000000000000000012226336720010471 5ustar debian/source/format0000644000000000000000000000001412226336734011704 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000017512226340423010247 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: # do not run network-based tests dh_auto_test -- TEST_FILES="t/pod*"