debian/0000755000000000000000000000000012004055455007166 5ustar debian/rules0000755000000000000000000000013512004055455010245 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/control0000644000000000000000000000304712004055455010575 0ustar Source: libmath-vector-real-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Laszlo Kajan , Shen Wei Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmath-vector-real-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libmath-vector-real-perl.git Homepage: http://search.cpan.org/dist/Math-Vector-Real/ Package: libmath-vector-real-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module for real number vector arithmetic Math::Vector::Real is a pure Perl module to manipulate vectors of any dimension. . The function V, always exported by the module, allows one to create new vectors: . $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. debian/README.source0000644000000000000000000000045112004055455011345 0ustar Math::Vector::Real for Debian ============================= dh compatibility ---------------- dh compatibility level kept on 8 in order to allow builds on stable (squeeze at this time). Increase when wheezy becomes stable. -- Laszlo Kajan Thu, 14 Jun 2012 11:42:05 +0200 debian/source/0000755000000000000000000000000012004055455010466 5ustar debian/source/format0000644000000000000000000000001412004055455011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000104212004055455011035 0ustar libmath-vector-real-perl (0.10-1) unstable; urgency=low * Team upload. [ Nuno Carvalho ] * Remove spelling fix patch (fixed upstream). * New upstream release. [ gregor herrmann ] * Update years of upstream copyright. -- Nuno Carvalho Wed, 25 Jul 2012 21:19:15 +0100 libmath-vector-real-perl (0.09-1) unstable; urgency=low * [Shen Wei ] and [Laszlo Kajan Wed, 13 Jun 2012 18:34:03 +0200 debian/libmath-vector-real-perl.examples0000644000000000000000000000001312004055455015521 0ustar examples/* debian/compat0000644000000000000000000000000212004055455010364 0ustar 8 debian/copyright0000644000000000000000000000212712004055455011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Math::Vector::Real Upstream-Contact: Salvador Fandiño Source: http://search.cpan.org/dist/Math-Vector-Real/ Files: debian/* Copyright: 2012, Laszlo Kajan 2012, Shen Wei License: GPL-1+ Files: * Copyright: 2009-2012 Salvador Fandiño 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/watch0000644000000000000000000000017512004055455010222 0ustar version=3 http://search.cpan.org/dist/Math-Vector-Real/ .*/Math-Vector-Real-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$