--- libstatistics-online-perl-0.02.orig/debian/control +++ libstatistics-online-perl-0.02/debian/control @@ -0,0 +1,19 @@ +Source: libstatistics-online-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl +Maintainer: Debian Perl Group +Uploaders: Joenio Costa +Standards-Version: 3.8.4 +Homepage: http://search.cpan.org/dist/Statistics-OnLine/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libstatistics-online-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libstatistics-online-perl/ + +Package: libstatistics-online-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: module to perform statistic operations on large datasets + Statistics::OnLine is a pure Perl implementation of the on-line algorithm to + produce statistics on large datasets which, typically, could not fit the memory + of the machine, e.g. a stream of data from the network. --- libstatistics-online-perl-0.02.orig/debian/copyright +++ libstatistics-online-perl-0.02/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Francesco Nidito +Source: http://search.cpan.org/dist/Statistics-OnLine/ +Name: Statistics-OnLine + +Files: * +Copyright: 2009-2010, Francesco Nidito +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2010, Joenio Costa +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 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' --- libstatistics-online-perl-0.02.orig/debian/watch +++ libstatistics-online-perl-0.02/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Statistics-OnLine/ .*/Statistics-OnLine-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libstatistics-online-perl-0.02.orig/debian/compat +++ libstatistics-online-perl-0.02/debian/compat @@ -0,0 +1 @@ +7 --- libstatistics-online-perl-0.02.orig/debian/changelog +++ libstatistics-online-perl-0.02/debian/changelog @@ -0,0 +1,5 @@ +libstatistics-online-perl (0.02-1) unstable; urgency=low + + * Initial Release. (Closes: #570691) + + -- Joenio Costa Sat, 20 Feb 2010 15:09:04 -0300 --- libstatistics-online-perl-0.02.orig/debian/rules +++ libstatistics-online-perl-0.02/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@