debian/0000755000000000000000000000000011707530045007170 5ustar debian/copyright0000644000000000000000000000301711707530045011124 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Paul Miller Source: http://search.cpan.org/dist/Statistics-Basic/ Name: Statistics-Basic Files: * Copyright: 2012, Paul Miller License: LGPL-2.1 Files: debian/* Copyright: 2009, Ryan Niebur 2009-2012, gregor herrmann 2009-2012, Salvatore Bonaccorso 2010, Jonathan Yu License: LGPL-2.1 or Artistic or GPL-1+ License: LGPL-2.1 This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; version 2.1. . On Debian systems, the complete text of version 2.1 of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2.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/libstatistics-basic-perl.examples0000644000000000000000000000000711707530045015625 0ustar README debian/watch0000644000000000000000000000017511707530045010224 0ustar version=3 http://search.cpan.org/dist/Statistics-Basic/ .*/Statistics-Basic-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000224011707530045010571 0ustar Source: libstatistics-basic-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libnumber-format-perl Maintainer: Debian Perl Group Uploaders: Ryan Niebur , Jonathan Yu , gregor herrmann , Salvatore Bonaccorso Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Statistics-Basic/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libstatistics-basic-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstatistics-basic-perl.git Package: libstatistics-basic-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libnumber-format-perl Description: collection of very basic statistics modules Statistics::Basic is a collection of very basic statistics modules. It includes modules to find the correlation between two arrays, find the covariance between two arrays, find the least square fit for two arrays, find the mean of an array, find the median of an array, find the mode of an array, find the standard deviation of an array, and find the variance of an array. debian/changelog0000644000000000000000000000504211707530045011043 0ustar libstatistics-basic-perl (1.6607-1) unstable; urgency=low * Imported Upstream version 1.6607 * Update debian/copyright file. Update copyright years for upstream files and update copyrights for debian/* packaging. * Refresh ProhibitIndirectSyntax.patch patch -- Salvatore Bonaccorso Tue, 24 Jan 2012 14:16:49 +0100 libstatistics-basic-perl (1.6605-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Use new 3.0 (quilt) source format * Standards-Version 3.9.1 (no changes) * Add myself to Uploaders [ Ryan Niebur ] * Email change: Ryan Niebur -> ryan@debian.org [ Salvatore Bonaccorso ] * Email change: Salvatore Bonaccorso -> carnil@debian.org [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * New upstream release. * Refresh patch. * debian/copyright: update formatting and packaging copyright years. * Switch to debhelper compatibility level 8. * Bump Standards-Version to 3.9.2 (no changes). -- gregor herrmann Sun, 22 Jan 2012 17:11:57 +0100 libstatistics-basic-perl (1.6601-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Add patch ProhibitIndirectSyntax.patch to fix a Perl::Critic policy violation (Closes: #546227). * Add myself to Uploaders. [ gregor herrmann ] * New upstream release. * Remove patch ProhibitCommaSeparatedStatements.patch, not needed any more. * Don't run author tests any more on upstream request (debian/rules, debian/control). -- gregor herrmann Sun, 13 Sep 2009 14:25:20 +0200 libstatistics-basic-perl (1.6600-2) unstable; urgency=low * Add patch ProhibitCommaSeparatedStatements.patch to fix a Perl::Critic policy violation (closes: #543057). Add quilt framework. * Add /me to Uploaders. * Set Standards-Version to 3.8.3 (no changes). -- gregor herrmann Sat, 22 Aug 2009 21:28:39 +0200 libstatistics-basic-perl (1.6600-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ryan Niebur ] * New upstream release * Debian Policy 3.8.2 * enable author tests -- Ryan Niebur Wed, 01 Jul 2009 20:22:06 -0700 libstatistics-basic-perl (1.6500-1) unstable; urgency=low * New upstream release -- Ryan Niebur Fri, 29 May 2009 08:19:15 -0700 libstatistics-basic-perl (1.6007-1) unstable; urgency=low * Initial Release. (Closes: #526246) -- Ryan Niebur Sat, 02 May 2009 08:28:50 -0700 debian/rules0000755000000000000000000000003611707530045010247 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0000755000000000000000000000000011707530045010470 5ustar debian/source/format0000644000000000000000000000001411707530045011676 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211707530045010366 0ustar 8 debian/patches/0000755000000000000000000000000011707530045010617 5ustar debian/patches/series0000644000000000000000000000003511707530045012032 0ustar ProhibitIndirectSyntax.patch debian/patches/ProhibitIndirectSyntax.patch0000644000000000000000000000123111707530045016306 0ustar Description: Fix Perl::Critic violation: # Perl::Critic found these violations in "blib/lib/Statistics/Basic.pm": # [Objects::ProhibitIndirectSyntax] Subroutine "new" called using indirect syntax at line 11, column 12. (Severity: 4) # Looks like you failed 1 test of 13. Origin: vendor Bug: http://rt.cpan.org/Public/Bug/Display.html?id=49641 Bug-Debian: http://bugs.debian.org/546227 Author: Salvatore Bonaccorso --- a/Basic.pm +++ b/Basic.pm @@ -8,7 +8,7 @@ use Number::Format; our $VERSION = '1.6607'; -our $fmt = new Number::Format; +our $fmt = Number::Format->new; our( $NOFILL, $DEBUG, $IPRES, $TOLER, $UNBIAS );