debian/0000755000000000000000000000000011575747674007215 5ustar debian/control0000644000000000000000000000220511575746775010620 0ustar Source: libmath-derivative-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Carlo Segre , gregor herrmann , Fabrizio Regalli Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Math-Derivative/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmath-derivative-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmath-derivative-perl/ Package: libmath-derivative-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl package for numeric 1st and 2nd order differentiation Math::Derivative exports functions for performing numerical first and second order differentiation on data. The functions take references to two arrays containing the x and y ordinates of the data and return an array of the 1st or 2nd derivative at the given x ordinates. The 2nd derivative may optionally be given values to use for the first derivative at the start and end points of the data - otherwise 'natural' values are used. debian/copyright0000644000000000000000000000242411575702453011134 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: John A.R. Williams Source: http://search.cpan.org/dist/Math-Derivative/ Name: Math-Derivative Files: * Copyright: 1995, John A.R. Williams License: Artistic or GPL-1+ Files: debian/* Copyright: 2005, 2006, Carlo Segre 2006, Carlo Segre 2006, Frank Lichtenheld 2007, gregor herrmann 2008, Joachim Breitner 2011, Fabrizio Regalli 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/watch0000644000000000000000000000017211212456064010220 0ustar version=3 http://search.cpan.org/dist/Math-Derivative/ .*/Math-Derivative-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011575747674010644 5ustar debian/patches/fix-pod.patch0000644000000000000000000000063011575747617013227 0ustar Description: POD fixes Last-Update: 2007-08-17 Origin: vendor Forwarded: no --- a/Derivative.pm +++ b/Derivative.pm @@ -1,8 +1,9 @@ # functions for calculating derivatives of data # $Id: Derivative.pm,v 1.1 1995/12/26 16:26:59 willijar Exp $ + =head1 NAME - Math::Derivative - Numeric 1st and 2nd order differentiation +Math::Derivative - Numeric 1st and 2nd order differentiation =head1 SYNOPSIS debian/patches/series0000644000000000000000000000001611024050452012020 0ustar fix-pod.patch debian/compat0000644000000000000000000000000211575702453010375 0ustar 8 debian/changelog0000644000000000000000000000374111575747312011061 0ustar libmath-derivative-perl (0.01-6) 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. [ Joachim Breitner ] * Removed myself from uploaders. [ gregor herrmann ] * Split out POD fixes into a separate patch. * 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. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Fabrizio Regalli ] * Bump to 3.9.2 Standard-Version. * Switch to DEP5 license format. * Add myself to Uploaders. * Switch d/compat to 8. * Build-Depends: switch to debhelper (>= 8). * Bump to 3.0 quilt format. * Email change: gregor herrmann -> gregoa@debian.org -- Fabrizio Regalli Tue, 14 Jun 2011 12:56:10 +0200 libmath-derivative-perl (0.01-5) unstable; urgency=low * Don't ignore errors of $(MAKE) clean. -- gregor herrmann Fri, 17 Aug 2007 13:11:12 +0200 libmath-derivative-perl (0.01-4) unstable; urgency=low * Update to compatibility level 5 -- Carlo Segre Fri, 29 Dec 2006 02:24:40 -0600 libmath-derivative-perl (0.01-3) unstable; urgency=low * Fix typo in Description -- Frank Lichtenheld Sat, 2 Dec 2006 00:10:42 +0100 libmath-derivative-perl (0.01-2) unstable; urgency=low * Updates standards version to 3.7.2 * Move debhelper from Build-Depends-Indep to Build-Depends per policy -- Carlo Segre Thu, 8 Jun 2006 14:48:42 -0500 libmath-derivative-perl (0.01-1) unstable; urgency=low * Initial Release (Closes: #302390) * Maintainer - Debian Perl Group via Carlo Segre -- Carlo Segre Sat, 12 Mar 2005 01:15:39 -0600 debian/source/0000755000000000000000000000000011575747674010515 5ustar debian/source/format0000644000000000000000000000001411575702453011705 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611575702453010256 0ustar #!/usr/bin/make -f %: dh $@