libmath-spline-perl 0.02-1 source package in Ubuntu
Changelog
libmath-spline-perl (0.02-1) 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. * Revert unneeded change to Spline.pm. * debian/watch: use dist-based URL. * debian/control: Added: ${misc:Depends} to Depends: field. * Change my email address. [ Joachim Breitner ] * Removed myself from uploaders. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Carlo Segre ] * debian/control: remove duplicate "the" in description which gives rise to the lintian warning. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Florian Schlichting ] * Import Upstream version 0.02 * Add a build-dependency on Math::Derivative * Bump dh compatibility to level 8 (no changes necessary) * Make short description a noun phrase, mention module name in long description * Wrap-and-sort debian/control * Switch to source format 3.0 (quilt) * Switch to short-form debian/rules * Convert debian/copyright to machine-readable copyright-format 1.0 * Declare compliance with Debian Policy 3.9.4 * Add myself to uploaders -- Florian Schlichting <email address hidden> Thu, 03 Oct 2013 22:18:13 +0200
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | perl | |
Trusty | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmath-spline-perl_0.02-1.dsc | 2.1 KiB | 05dcec497f695eff6880e16c74ba042b3c736f4c2fda045b7cf16bb996328b6a |
libmath-spline-perl_0.02.orig.tar.gz | 4.0 KiB | cfd7044483f34e6fa64080bf7c4bc10ff6173410c350066fe65e090c3b81b6e9 |
libmath-spline-perl_0.02-1.debian.tar.gz | 2.2 KiB | 4e2e0f51acbd0a224725046ab2cab7af36050a39f96bf7a7ed81f2c7f45d8b91 |
Available diffs
- diff from 0.01-4 (in Ubuntu) to 0.02-1 (5.8 KiB)
No changes file available.
Binary packages built by this source
- libmath-spline-perl: module providing cubic spline interpolation of data
Math::Spline provides cubic spline interpolation of numeric data. The
data is passed as references to two arrays containing the x and y
ordinates. It may be used as an exporter of the numerical functions
or, more easily as a class module.