debian/0000755000000000000000000000000011606606751007176 5ustar debian/control0000644000000000000000000000154211606606676010611 0ustar Source: libmath-vecstat-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Olivier Sallou Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Math-VecStat/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmath-vecstat-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmarth-vecstat-perl/ Package: libmath-vecstat-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module providing some basic numeric stats on vectors Math::VecStat provides some basic statistics on numerical vectors. All the subroutines can take a reference to the vector to be operated on. In some cases a copy of the vector is acceptable, but is not recommended for efficiency. debian/copyright0000644000000000000000000000204211606606626011130 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Source: http://search.cpan.org/dist/Math-VecStat/ Files: * Copyright: 1995,1996,1997, John A.R. Williams 2000, Andrea Spinelli License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Olivier Sallou 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/watch0000644000000000000000000000016511602647073010227 0ustar version=3 http://search.cpan.org/dist/Math-VecStat/ .*/Math-VecStat-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011606606751010625 5ustar debian/patches/fix_pod2man_error0000644000000000000000000000110411606576216014165 0ustar Subject: fix some POD formatting errors Author: Olivier Sallou Last-Update: 2011-07-11 --- a/VecStat.pm +++ b/VecStat.pm @@ -299,7 +299,7 @@ having the median value, e.g. [1,3,3,3,5]. In this case we choose always the first element in the original vector which is a median. In the example, we return [3,1]. - +=back =head1 HISTORY $Log: VecStat.pm,v $ @@ -334,6 +334,8 @@ Revision 1.1 1995/12/26 09:39:07 willijar Initial revision +=back + =head1 BUGS Let me know. I welcome any appropriate additions for this package. debian/patches/series0000644000000000000000000000002211603327226012026 0ustar fix_pod2man_error debian/compat0000644000000000000000000000000211602647073010372 0ustar 7 debian/changelog0000644000000000000000000000026311606576216011053 0ustar libmath-vecstat-perl (0.08-1) unstable; urgency=low * First import to Debian (Closes: #632086 ). -- Olivier Sallou Wed, 29 Jun 2011 14:02:35 +0200 debian/source/0000755000000000000000000000000011606606751010476 5ustar debian/source/format0000644000000000000000000000001411603327226011676 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611602647073010253 0ustar #!/usr/bin/make -f %: dh $@