debian/0000755000000000000000000000000012255401007007162 5ustar debian/rules0000755000000000000000000000003612255401007010241 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000260012255401007010563 0ustar Source: libmath-quaternion-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Dima Kogan Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmath-quaternion-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmath-quaternion-perl.git Homepage: https://metacpan.org/release/Math-Quaternion/ Package: libmath-quaternion-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl routines to handle operations on quaternions Math::Quaternion lets you create and manipulate quaternions. A quaternion is a mathematical object developed as a kind of generalization of complex numbers, usually represented by an array of four real numbers, and is often used to represent rotations in three-dimensional space. . See, for example, http://mathworld.wolfram.com/Quaternion.html for more details on the mathematics of quaternions. . Quaternions can be added, subtracted, and scaled just like complex numbers or vectors -- they can also be multiplied, but quaternion multiplication DOES NOT COMMUTE. That is to say, if you have quaternions $q1 and $q2, then in general $q1*$q2 != $q2*$q1. This is related to their use in representing rotations, which also do not commute. debian/gbp.conf0000644000000000000000000000003612255401007010600 0ustar [DEFAULT] pristine-tar = True debian/source/0000755000000000000000000000000012255401007010462 5ustar debian/source/format0000644000000000000000000000001412255401007011670 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000166012255401007011037 0ustar libmath-quaternion-perl (0.07-1) unstable; urgency=medium * Team upload. * New upstream release. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Sat, 21 Dec 2013 22:02:53 +0100 libmath-quaternion-perl (0.06-1) unstable; urgency=low * Imported Upstream version 0.06 - Fixes a bug regarding real exponentiation. -- Dima Kogan Thu, 10 Oct 2013 20:51:49 -0700 libmath-quaternion-perl (0.04-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Dima Kogan ] * Imported Upstream version 0.04 -- Dima Kogan Sat, 03 Aug 2013 12:01:01 -0700 libmath-quaternion-perl (0.03-1) unstable; urgency=low * Initial Release. (Closes: #692091) -- Dima Kogan Fri, 02 Nov 2012 20:29:34 -0700 debian/compat0000644000000000000000000000000212255401007010360 0ustar 8 debian/copyright0000644000000000000000000000206712255401007011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Math-Quaternion Source: https://metacpan.org/release/Math-Quaternion/ Upstream-Contact: Jonathan Chin Files: * Copyright: 2003, Jonathan Chin License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, Dima Kogan 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/watch0000644000000000000000000000017412255401007010215 0ustar version=3 https://metacpan.org/release/Math-Quaternion/ .*/Math-Quaternion-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$