debian/0000755000000000000000000000000012232036362007165 5ustar debian/libmath-symbolic-perl.examples0000644000000000000000000000001312232036362015116 0ustar examples/* debian/compat0000644000000000000000000000000212232036362010363 0ustar 8 debian/copyright0000644000000000000000000000225412232036362011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Math-Symbolic Upstream-Contact: Steffen Müller Source: https://metacpan.org/release/Math-Symbolic/ Files: * Copyright: 2003-2013, Steffen Müller License: Artistic or GPL-1+ Files: lib/Math/Symbolic/Parser/Yapp.pm Copyright: 1998-2001, Francois Desarmenien License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Jonathan Yu 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/rules0000755000000000000000000000003612232036362010244 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000644000000000000000000000017012232036362010214 0ustar version=3 https://metacpan.org/release/Math-Symbolic/ .*/Math-Symbolic-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000200712232036362010567 0ustar Source: libmath-symbolic-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl (>= 5.17.1) | libmodule-build-perl (>= 0.400000) Build-Depends-Indep: perl, libparse-recdescent-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/Math-Symbolic/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmath-symbolic-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmath-symbolic-perl.git Package: libmath-symbolic-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libparse-recdescent-perl Description: module for performing symbolic calculations Math::Symbolic is a Perl module for performing symbolic calculations, similar to Computer Algebra Systems (CAS) like Maxima, Maple and Mathematica. Using this software, algebraic expressions can be parsed from strings, manipulated in Perl and even compiled into code references. debian/source/0000755000000000000000000000000012232036362010465 5ustar debian/source/format0000644000000000000000000000001412232036362011673 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012232036362010614 5ustar debian/patches/fix-manpage-has-errors-from-pod2man.patch0000644000000000000000000000100112232036362020403 0ustar Description: Add explicit encoding to Math::Symbolic::Parser::Precompiled Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=89725 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=89725 Author: Salvatore Bonaccorso Last-Update: 2013-10-23 --- a/lib/Math/Symbolic/Parser/Precompiled.pm +++ b/lib/Math/Symbolic/Parser/Precompiled.pm @@ -3,6 +3,8 @@ use strict; +=encoding ISO8859-1 + =head1 NAME Math::Symbolic::Parser::Precompiled - Precompiled Math::Symbolic Parser debian/patches/series0000644000000000000000000000005212232036362012026 0ustar fix-manpage-has-errors-from-pod2man.patch debian/changelog0000644000000000000000000000312212232036362011035 0ustar libmath-symbolic-perl (0.612-1) unstable; urgency=low * Team upload. * Imported Upstream version 0.612 * Update copyright years for upstream files * Drop fix-pod-spelling.patch patch * Drop fix-pod-encoding.patch pach * Swap order of alternative Build-Depends fo Module::Build. Change alternative Build-Depends needed for Module::Build requirement to perl (>= 5.17.1) | libmodule-build-perl (>= 0.400000). * Add fix-manpage-has-errors-from-pod2man.patch patch. Add missing encoding causing otherwise an pod2man error when generating manpage for Math::Symbolic::Parser::Precompiled. -- Salvatore Bonaccorso Wed, 23 Oct 2013 23:12:27 +0200 libmath-symbolic-perl (0.609-1) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. Fixes "FTBFS with perl 5.18: POD" (Closes: #710843) * Refresh spelling patch (offset, one more correction). * debian/copyright: switch formatting to Copyright-Format 1.0. * Build-depend on Module::Build 0.40. * Set Standards-Version to 3.9.4 (no changes). * Drop packages from Build-Depends-Indep that are not used anymore during tests. * Add a patch to fix two remaining PODs. -- gregor herrmann Mon, 03 Jun 2013 19:02:47 +0200 libmath-symbolic-perl (0.606-1) unstable; urgency=low * Initial Release (Closes: #608565) -- Jonathan Yu Sat, 01 Jan 2011 10:32:06 -0500 debian/libmath-symbolic-perl.docs0000644000000000000000000000000512232036362014231 0ustar TODO