--- liborlite-statistics-perl-0.03.orig/debian/control +++ liborlite-statistics-perl-0.03/debian/control @@ -0,0 +1,25 @@ +Source: liborlite-statistics-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.50) +Build-Depends-Indep: perl, libstatistics-basic-perl, liborlite-perl, + libtest-cpan-meta-perl, libtest-pod-perl (>= 1.26), + perl-modules (>= 5.10) | libpod-simple-perl (>= 3.07), + libperl-minimumversion-perl, libtest-minimumversion-perl +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/ORLite-Statistics/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liborlite-statistics-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/liborlite-statistics-perl/ + +Package: liborlite-statistics-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libstatistics-basic-perl, + liborlite-perl +Description: ORLite extension providing simple statistics + ORLite::Statistics provides easy integration with the Statistics::Basic set + of modules (see libstatistics-basic-perl). It enables some basic statistical + analysis by generating a vector for a particular method, which can then be + used for any number of things, like determining the median, mean, standard + deviation and other basic descriptive statistics. --- liborlite-statistics-perl-0.03.orig/debian/copyright +++ liborlite-statistics-perl-0.03/debian/copyright @@ -0,0 +1,35 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Adam Kennedy +Upstream-Source: http://search.cpan.org/dist/ORLite-Statistics/ +Upstream-Name: ORLite-Statistics + +Files: * +Copyright: 2009, Adam Kennedy +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: inc/Module/* +Copyright: 2002-2009, Adam Kennedy + 2002-2009, Audrey Tang + 2002-2009, Brian Ingerson +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu +License: Artistic | 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- liborlite-statistics-perl-0.03.orig/debian/watch +++ liborlite-statistics-perl-0.03/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/ORLite-Statistics/ .*/ORLite-Statistics-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- liborlite-statistics-perl-0.03.orig/debian/compat +++ liborlite-statistics-perl-0.03/debian/compat @@ -0,0 +1 @@ +7 --- liborlite-statistics-perl-0.03.orig/debian/changelog +++ liborlite-statistics-perl-0.03/debian/changelog @@ -0,0 +1,5 @@ +liborlite-statistics-perl (0.03-1) unstable; urgency=low + + * Initial Release (Closes: #549501) + + -- Jonathan Yu Sat, 03 Oct 2009 13:26:18 -0400 --- liborlite-statistics-perl-0.03.orig/debian/rules +++ liborlite-statistics-perl-0.03/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_auto_test: + AUTOMATED_TESTING=1 dh_auto_test