[libmath-bigint-perl] branch master updated (5e0a533 -> 4871b83)

gregor herrmann gregoa at debian.org
Sun Apr 13 15:12:54 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libmath-bigint-perl.

      from  5e0a533   update changelog
      adds  0d6b4aa   Imported Upstream version 1.9993
       new  b7c6663   Merge tag 'upstream/1.9993'
       new  3d647cc   New upstream release. Fixes "uninstallable in sid - obsoleted by perl 5.18" (Closes: #726948)
       new  7436c42   Update years of third-party and packaging copyright.
       new  4be8a0b   Drop historic debian/TODO.
       new  fa6e6ba   Declare compliance with Debian Policy 3.9.5.
       new  4871b83   releasing package libmath-bigint-perl version 1.9993-1

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 BUGS                           |    5 +
 CHANGES                        |  212 ++++++++
 MANIFEST                       |    1 -
 MANIFEST.SKIP                  |    1 +
 META.json                      |    8 +-
 META.yml                       |   14 +-
 Makefile.PL                    |   46 +-
 NEW                            |   16 +-
 SIGNATURE                      |   77 +--
 debian/TODO                    |    9 -
 debian/changelog               |   11 +-
 debian/control                 |    2 +-
 debian/copyright               |    8 +-
 examples/hailstone.pl          |   22 -
 inc/Module/Install.pm          |    6 +-
 inc/Module/Install/Base.pm     |    2 +-
 inc/Module/Install/Can.pm      |   85 +++-
 inc/Module/Install/Fetch.pm    |    2 +-
 inc/Module/Install/Makefile.pm |   27 +-
 inc/Module/Install/Metadata.pm |   22 +-
 inc/Module/Install/Win32.pm    |    2 +-
 inc/Module/Install/WriteAll.pm |    2 +-
 lib/Math/BigFloat.pm           |  238 ++++++---
 lib/Math/BigInt.pm             | 1095 +++++++++++++++++++++-------------------
 lib/Math/BigInt/Calc.pm        |   67 ++-
 lib/Math/BigInt/CalcEmu.pm     |   78 ++-
 t/bare_mbf.t                   |    2 +-
 t/bare_mbi.t                   |    2 +-
 t/bigfltpm.inc                 |   11 +-
 t/bigfltpm.t                   |    2 +-
 t/bigintpm.inc                 |   13 +-
 t/bigintpm.t                   |    2 +-
 t/sub_mbf.t                    |    2 +-
 t/sub_mbi.t                    |    2 +-
 t/upgrade.inc                  |   13 +-
 t/upgrade.t                    |    2 +-
 t/with_sub.t                   |    2 +-
 37 files changed, 1322 insertions(+), 789 deletions(-)
 mode change 100644 => 100755 BUGS
 mode change 100644 => 100755 MANIFEST.SKIP
 mode change 100644 => 100755 Makefile.PL
 mode change 100644 => 100755 NEW
 delete mode 100644 debian/TODO
 delete mode 100755 examples/hailstone.pl
 mode change 100644 => 100755 lib/Math/BigFloat.pm
 mode change 100644 => 100755 lib/Math/BigInt.pm
 mode change 100644 => 100755 lib/Math/BigInt/Calc.pm
 mode change 100644 => 100755 lib/Math/BigInt/CalcEmu.pm

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-bigint-perl.git



More information about the Pkg-perl-cvs-commits mailing list