--- libstatistics-descriptive-perl-2.9.orig/debian/control +++ libstatistics-descriptive-perl-2.9/debian/control @@ -0,0 +1,23 @@ +Source: libstatistics-descriptive-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl +Maintainer: Debian Perl Group +Uploaders: Carlo Segre , Russ Allbery , + Ryan Niebur +Standards-Version: 3.8.1 +Homepage: http://search.cpan.org/dist/Statistics-Descriptive/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libstatistics-descriptive-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libstatistics-descriptive-perl/ + +Package: libstatistics-descriptive-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Description: Perl module for basic descriptive statistical functions + Statistics::Descriptive provides basic functions used in descriptive + statistics. It has an object oriented design and supports two + different types of data storage and calculation objects: sparse and + full. With the sparse method, none of the data is stored and only a + few statistical measures are available. Using the full method, the + entire data set is retained and additional functions are available. --- libstatistics-descriptive-perl-2.9.orig/debian/copyright +++ libstatistics-descriptive-perl-2.9/debian/copyright @@ -0,0 +1,59 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Shlomi Fish +Upstream-Source: http://search.cpan.org/dist/Statistics-Descriptive/ +Upstream-Name: Statistics-Descriptive + +Files: * +Copyright: Copyright (c) 1997,1998 Colin Kuskie. All rights reserved. + Copyright (c) 1998 Andrea Spinelli. All rights reserved. + Copyright (c) 1994,1995 Jason Kastner. All rights reserved. +License-Alias: Perl +License: Artistic | GPL-1+ + +Files examples/statistical-analysis.pl +Copyright: Copyright (c) 2009 Shlomi Fish +License: MIT + +Files: debian/* +Copyright: 1999, 2002, Dirk Eddelbuettel + 2006, 2008, Russ Allbery + 2005, 2007, Carlo Segre + 2009, Ryan Niebur +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' + +License: MIT + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation + files (the "Software"), to deal in the Software without + restriction, including without limitation the rights to use, + copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following + conditions: + . + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES + OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT + HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + OTHER DEALINGS IN THE SOFTWARE. --- libstatistics-descriptive-perl-2.9.orig/debian/libstatistics-descriptive-perl.examples +++ libstatistics-descriptive-perl-2.9/debian/libstatistics-descriptive-perl.examples @@ -0,0 +1 @@ +examples/* --- libstatistics-descriptive-perl-2.9.orig/debian/watch +++ libstatistics-descriptive-perl-2.9/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Statistics-Descriptive/ .*/Statistics-Descriptive-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libstatistics-descriptive-perl-2.9.orig/debian/compat +++ libstatistics-descriptive-perl-2.9/debian/compat @@ -0,0 +1 @@ +7 --- libstatistics-descriptive-perl-2.9.orig/debian/libstatistics-descriptive-perl.docs +++ libstatistics-descriptive-perl-2.9/debian/libstatistics-descriptive-perl.docs @@ -0,0 +1,2 @@ +README +UserSurvey.txt --- libstatistics-descriptive-perl-2.9.orig/debian/changelog +++ libstatistics-descriptive-perl-2.9/debian/changelog @@ -0,0 +1,116 @@ +libstatistics-descriptive-perl (2.9-1) unstable; urgency=low + + * New upstream release + * update copyright information + * add new examples from upstream + + -- Ryan Niebur Wed, 13 May 2009 18:01:11 -0700 + +libstatistics-descriptive-perl (2.7-1) unstable; urgency=low + + [ gregor herrmann ] + * debian/watch: use dist-based URL. + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Ryan Niebur ] + * New upstream release + * Add myself to Uploaders + * Debian Policy 3.8.1 + * debhelper 7 + * use the module name in long description + * machine parsable copyright format + * debhelper 7 + * add build-dep on libtest-pod-perl and libtest-pod-coverage-perl + + -- Ryan Niebur Wed, 06 May 2009 20:26:16 -0700 + +libstatistics-descriptive-perl (2.6-5) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: XS- + Vcs-Svn fields. + * debian/watch: remove dash from the version capture. + * debian/rules: delete /usr/lib/perl5 only if it exists. + (Closes: #467963) + + [ Joachim Breitner ] + * Removed myself from uploaders. + + [ Russ Allbery ] + * debian/control: Slight improvement to the package short description. + * Update standards version to 3.7.3 (no changes required). + + -- Russ Allbery Mon, 03 Mar 2008 22:21:53 -0800 + +libstatistics-descriptive-perl (2.6-4) unstable; urgency=low + + * Updated to standards version 3.7.2 (no changes needed) + + -- Carlo Segre Sat, 18 Aug 2007 08:51:19 -0500 + +libstatistics-descriptive-perl (2.6-3) unstable; urgency=low + + [ Carlo Segre ] + * Fix Uploaders field. + * Update standards version to 3.6.2 (no changes required). + + [ Russ Allbery ] + * Remove unnecessary commenting-out of the module's require statement. + * Move debhelper to Build-Depends since it's required for clean. + * Build-Depends-Indep on perl. + * Put the full copyright information in debian/copyright. + * General debian/rules cleanup: + - Check the exit status of make test and make distclean. + - Run dh_md5sums. + - Remove the empty /usr/lib/perl5 directory. + - Add build-arch and build-indep targets just in case. + - Use common names for debian/rules make variables. + - Install upstream user survey in doc directory. + * Update to debhelper compatibility level V5. + + -- Russ Allbery Sun, 22 Jan 2006 18:48:43 -0800 + +libstatistics-descriptive-perl (2.6-2) unstable; urgency=low + + * Modified source package name to libstatistics-descriptive-perl to be + consistent with Perl package naming scheme + * Upgraded watch file to version 2 + * New maintainer - + Debian Perl Group + via Carlo Segre + + -- Carlo Segre Tue, 8 Mar 2005 17:28:44 -0600 + +libstatistics-descriptive-perl (2.6-1) unstable; urgency=low + + * Upgraded to new upstream version 2.6 + + -- Dirk Eddelbuettel Fri, 11 Oct 2002 06:29:19 -0500 + +statistics-descriptive (2.4-3) unstable; urgency=low + + * Descriptive.pm: Applied patch by Juan Natera + which enhances the frequency_distribution function + * debian/control: Upgraded to Debian Policy 3.5.6 + + -- Dirk Eddelbuettel Thu, 29 Aug 2002 20:15:11 -0500 + +statistics-descriptive (2.4-2) unstable; urgency=low + + * debian/control: Added Build-Depends-Indep + * debian/control: Upgraded to Debian Policy 3.5.0 + * debian/copyright: Corrected common-license/GPL file ref (lintian) + * debian/rules: Converted to new Perl Policy + + -- Dirk Eddelbuettel Wed, 10 Apr 2002 20:23:19 -0500 + +statistics-descriptive (2.4-1) unstable; urgency=low + + * Initial Debian release. + + -- Dirk Eddelbuettel Sun, 17 Oct 1999 19:23:43 -0400 + + --- libstatistics-descriptive-perl-2.9.orig/debian/rules +++ libstatistics-descriptive-perl-2.9/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh build + touch $@ + +clean: + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +binary-arch: + +binary-indep: install + dh $@ + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build