debian/0000755000000000000000000000000012255713753007200 5ustar debian/compat0000644000000000000000000000000212255705057010374 0ustar 9 debian/control0000644000000000000000000000203112255712205010566 0ustar Source: libmath-vec-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 9~), perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmath-vec-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmath-vec-perl.git Homepage: https://metacpan.org/release/Math-Vec Package: libmath-vec-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: Object-Oriented Vector Math Methods in Perl This module was adapted from Math::Vector, written by Wayne M. Syvinski. . It uses most of the same algorithms, and currently preserves the same names as the original functions, though some aliases have been added to make the interface more natural. . The "object" for the object oriented calling style is a blessed array reference which contains a vector of the form [x,y,z]. Methods will typically return a list. debian/copyright0000644000000000000000000000117412255703701011126 0ustar This is the debian package for the Math-Vec module. It was created by David Moreno Garza using dh-make-perl and is maintained by the Debian Perl Group. COPYRIGHT NOTICE Copyright (C) 2003-2006 Eric Wilhelm portions Copyright 2003 Wayne M. Syvinski LICENSE You may use this software under one of GNU/GPL or Artistic: The full text of the GPL is available on Debian systems in /usr/share/common-licenses/GPL; the full text of the Artistic license is available in /usr/share/common-licenses/Artistic The original Debian packaging is (C) 2006, David Moreno Garza and is public domain. debian/watch0000644000000000000000000000025212255707614010227 0ustar # format version number, currently 3; this line is compulsory! version=3 https://metacpan.org/release/Math-Vec .*/Math-Vec-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/source/0000755000000000000000000000000012255705571010477 5ustar debian/source/format0000644000000000000000000000001412255705571011705 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000536512255713606011060 0ustar libmath-vec-perl (1.01-2) unstable; urgency=low * Team upload [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * Refresh debian/rules, no functional changes; except: don't create .packlist file any more. * debian/watch: use dist-based URL. * debian/copyright: wrap a long line. * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * Change my email address. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * Fix dpkg-source error "duplicate field Standards-Version found" * Bump debhelper compatibility to 9 + Update versioned debhelper build-dependency accordingly + Fixes package-uses-deprecated-debhelper-compat-version warning * Fix the following lintian warnings: + package-has-a-duplicate-build-relation + using-first-person-in-description * Switch to source format "3.0 (quilt)" * Drop build-dependencies obsoleted by 1.01 upstream release + Remove POD-tests related environment variables from debian/rules * Revamp debian/rules: + Fix lintian warning debian-rules-missing-recommended-target + Replace "dh_clean -k" with "dh_prep" + Use dh_auto_{configure,build,test,install,clean} + Drop obsolete parameters from dh_{clean,installchangelogs} + Remove obsolete variable usage + Finally switch to a minimal dh-style debian/rules file * No more install README (contains installation instructions) * Bump Standards-Version to 3.9.5 (no further changes) -- Axel Beckert Mon, 23 Dec 2013 02:31:17 +0100 libmath-vec-perl (1.01-1) unstable; urgency=low * New upstream release * Moving libmodule-build-perl from build-depends-indep to build-depends (Policy 7.6) -- Gunnar Wolf Fri, 15 Jun 2007 13:50:33 -0500 libmath-vec-perl (0.04-2) unstable; urgency=low * New Maintainer: Debian Perl Group. * Add libtest-pod-perl and libtest-pod-coverage-perl to build dependencies. * Add environment variables to debian/rules to active pod and pod-coverage tests. * Add watch file. -- gregor herrmann Fri, 15 Sep 2006 00:32:19 +0200 libmath-vec-perl (0.04-1) unstable; urgency=low * Initial Release. -- David Moreno Garza Mon, 5 Jun 2006 21:48:38 -0500 debian/rules0000755000000000000000000000013612255707352010256 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@