Author: lkajan-guest Date: 2012-06-13 09:04:33 +0000 (Wed, 13 Jun 2012) New Revision: 11314
Modified: trunk/packages/libmath-vector-real-perl/trunk/debian/changelog trunk/packages/libmath-vector-real-perl/trunk/debian/control trunk/packages/libmath-vector-real-perl/trunk/debian/watch Log: initial release - lintian clean - package ready for upload Modified: trunk/packages/libmath-vector-real-perl/trunk/debian/changelog =================================================================== --- trunk/packages/libmath-vector-real-perl/trunk/debian/changelog 2012-06-13 08:41:21 UTC (rev 11313) +++ trunk/packages/libmath-vector-real-perl/trunk/debian/changelog 2012-06-13 09:04:33 UTC (rev 11314) @@ -1,5 +1,7 @@ -libmath-vector-real-perl (0.08-1) unstable; urgency=low +libmath-vector-real-perl (0.08-1) UNRELEASED; urgency=low - * Initial release (Closes: #676570) + * [Shen Wei <[email protected]>] and + [Laszlo Kajan <[email protected]] + Initial release (Closes: #676570) - -- Shen Wei <[email protected]> Thu, 07 Jun 2012 22:41:25 +0200 + -- Laszlo Kajan <[email protected]> Thu, 07 Jun 2012 22:41:25 +0200 Modified: trunk/packages/libmath-vector-real-perl/trunk/debian/control =================================================================== --- trunk/packages/libmath-vector-real-perl/trunk/debian/control 2012-06-13 08:41:21 UTC (rev 11313) +++ trunk/packages/libmath-vector-real-perl/trunk/debian/control 2012-06-13 09:04:33 UTC (rev 11314) @@ -2,17 +2,41 @@ Section: perl Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Shen Wei <[email protected]> +Uploaders: Laszlo Kajan <[email protected]> DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~) -Standards-Version: 3.8.4 -Homepage: http://search.cpan.org/~salva/Math-Vector-Real-0.08/lib/Math/Vector/Real.pm +Standards-Version: 3.9.3 +Homepage: http://search.cpan.org/dist/Math-Vector-Real/lib/Math/Vector/Real.pm Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libmath-vector-real-perl/trunk/ Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/libmath-vector-real-perl/trunk/ Package: libmath-vector-real-perl Architecture: all Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} -Description: A simple pure perl module to manipulate vectors of any dimension - This Perl module provides object and functions for operations vectors of real - numbers with any dimension. +Description: real vector arithmetic in Perl + Simple pure perl module to manipulate vectors of any dimension. + . + The function V, always exported by the module, allows one to create new + vectors: + . + my $v = V(0, 1, 3, -1); + . + Vectors are represented as blessed array references. It is allowed to + manipulate the arrays directly as far as only real numbers are inserted + (well, actually, integers are also allowed because from a mathematical point + of view, integers are a subset of the real numbers). + . + Vectors can be used in mathematical expressions, the currently supported + operations are: + . + + * / + - (both unary and binary) + x (cross product for 3D vectors) + += -= *= /= x= + == != + "" (stringfication) + abs (returns the norm) + atan2 (returns the angle between two vectors) + . + When an array reference is used in an operation involving a vector, it is + automatically upgraded to a vector. Modified: trunk/packages/libmath-vector-real-perl/trunk/debian/watch =================================================================== --- trunk/packages/libmath-vector-real-perl/trunk/debian/watch 2012-06-13 08:41:21 UTC (rev 11313) +++ trunk/packages/libmath-vector-real-perl/trunk/debian/watch 2012-06-13 09:04:33 UTC (rev 11314) @@ -1,2 +1,2 @@ version=3 -http://www.cpan.org/modules/by-module/Math/Math-Vector-Real-(\d+.\d+)\.tar\.gz +http://search.cpan.org/dist/Math-Vector-Real/ .*/Math-Vector-Real-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
