debian/0000755000000000000000000000000011731731147007173 5ustar debian/control0000644000000000000000000000220411731730753010576 0ustar Source: libmath-complex-perl Section: perl Priority: optional Build-Depends: devscripts, cdbs (>= 0.4.73~), perl, debhelper, dh-buildinfo, libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libmath-complex-perl Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libmath-complex-perl.git Homepage: http://search.cpan.org/dist/Math-Complex/ Package: libmath-complex-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Description: complex numbers and associated mathematical functions Math::Complex is a Perl library letting you create and manipulate complex numbers. By default, Perl limits itself to real numbers, but an extra "use" statement brings full complex support, along with a full set of mathematical functions typically associated with and/or extended to complex numbers. . Also included is Math::Trig providing trigonometric functions beyond what is provided by Perl itself. debian/source/0000755000000000000000000000000011731730062010466 5ustar debian/source/format0000644000000000000000000000001411731730062011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000314411731731147011047 0ustar libmath-complex-perl (1.59-1) unstable; urgency=low * New upstream release. [ gregor herrmann ] * Remove debian/source/local-options; abort-on-upstream-changes and unapply-patches are default in dpkg-source since 1.16.1. [ Jonas Smedegaard ] * Bump standards-version to 3.9.3. * Update copyright file: + Bump format to 1.0. + Fix double-indent in Copyright fields as per Policy ยง5.6.13. * Update package relations: + Relax build-dependency on cdbs: Needlessly tight. + Relax build-depend unversioned on debhelper and devscripts: Needed versions satisfied even in oldstable. -- Jonas Smedegaard Mon, 19 Mar 2012 23:25:25 +0100 libmath-complex-perl (1.58-1) unstable; urgency=low * New upstream release. * Update copyright file: + Quote licenses in License comments. -- Jonas Smedegaard Sat, 25 Jun 2011 19:14:06 +0200 libmath-complex-perl (1.57-1) unstable; urgency=low * New upstream release. * Improve package relations: + Stop declaring packages part of core Perl even in oldstable: - libtest-simple-perl - libscalar-list-utils-perl * Update copyright file: + Rewrite using draft 174 of DEP-5 format. + Rewrap license fields at 72 chars, and shorten comments. * Bump policy compliance to standards-version 3.9.2. * Tidy long description: + Add missing space. -- Jonas Smedegaard Sun, 08 May 2011 14:54:24 +0200 libmath-complex-perl (1.56-1) unstable; urgency=low * Initial packaging release. Closes: bug#616526. -- Jonas Smedegaard Sat, 05 Mar 2011 10:24:10 +0100 debian/compat0000644000000000000000000000000211731730062010364 0ustar 7 debian/watch0000644000000000000000000000024111731730062010214 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/Math-Complex/ .*/Math-Complex-([\d.]+)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000111011731730745012327 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: ChangeLog MANIFEST META.json META.yml Makefile.PL TODO debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch lib/Math/Complex.pm lib/Math/Trig.pm t/Complex.t t/Trig.t t/pod-coverage.t t/pod.t t/underbar.t Copyright: *No copyright* License: UNKNOWN FIXME Files: debian/rules Copyright: 2011, Jonas Smedegaard License: GPL-2+ FIXME debian/copyright0000644000000000000000000000336211731730312011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Math::Complex Upstream-Contact: Daniel S. Lewart Jarkko Hietaniemi Raphael Manfredi Source: http://search.cpan.org/dist/Math-Complex/ Files: * Copyright: Daniel S. Lewart Jarkko Hietaniemi Raphael Manfredi License: Artistic or GPL-1+ This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Comment: Perl 5 is licensed under either the 'Artistic license' or the 'GNU General Public License' version 1 or later. Files: debian/* Copyright: 2011, Jonas Smedegaard License: GPL-2+ License: Artistic Comment: On Debian systems the 'Artistic License' is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: On Debian systems the 'GNU General Public License' version 1 is located in '/usr/share/common-licenses/GPL-1'. License: GPL-2+ 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 2, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Comment: On Debian systems the 'GNU General Public License' version 2 is located in '/usr/share/common-licenses/GPL'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014611731730062010606 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000232311731730667010261 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2011, Jonas Smedegaard # Description: Main Debian packaging script for Math::Complex # # 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 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_UPSTREAM_PACKAGE = Math-Complex DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Math DEB_UPSTREAM_TARBALL_MD5 = 94f9d6b557b56408949928a55227c86f # Needed by upstream tests CDBS_BUILD_DEPENDS += , libtest-pod-perl, libtest-pod-coverage-perl debian/control.in0000644000000000000000000000203311731730077011202 0ustar Source: libmath-complex-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libmath-complex-perl Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libmath-complex-perl.git Homepage: http://search.cpan.org/dist/Math-Complex/ Package: libmath-complex-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Description: complex numbers and associated mathematical functions Math::Complex is a Perl library letting you create and manipulate complex numbers. By default, Perl limits itself to real numbers, but an extra "use" statement brings full complex support, along with a full set of mathematical functions typically associated with and/or extended to complex numbers. . Also included is Math::Trig providing trigonometric functions beyond what is provided by Perl itself.