[libmath-bigint-perl] branch master updated (a9acfd3 -> d3fb2e4)

gregor herrmann gregoa at debian.org
Fri Aug 4 21:29:39 UTC 2017


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  a9acfd3   Update changelog.
      adds  59a48a5   New upstream version 1.999811
       new  c51d6e8   Updated version 1.999811 from 'upstream/1.999811'
       new  689c4fa   New upstream release.
       new  ab17701   Update years of packaging copyright.
       new  bb6bfd1   Declare compliance with Debian Policy 4.0.0.
       new  d3fb2e4   releasing package libmath-bigint-perl version 1.999811-1

The 5 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:
 CHANGES                                            |  56 +++++
 MANIFEST                                           |   6 +
 MANIFEST.SKIP                                      |   1 +
 META.json                                          |   2 +-
 META.yml                                           |   2 +-
 SIGNATURE                                          |  66 +++---
 debian/changelog                                   |   8 +
 debian/control                                     |   2 +-
 debian/copyright                                   |   2 +-
 lib/Math/BigFloat.pm                               |  69 +++---
 lib/Math/BigInt.pm                                 | 231 +++++++++++++++++--
 lib/Math/BigInt/Calc.pm                            |   2 +-
 lib/Math/BigInt/CalcEmu.pm                         |   2 +-
 lib/Math/BigInt/Lib.pm                             | 108 ++++++++-
 t/Math/BigFloat/Subclass.pm                        |   4 +-
 t/Math/BigInt/Subclass.pm                          |   4 +-
 t/author-lib-arithmetic-unary-_fib.dat             | 251 +++++++++++++++++++++
 ...y-_fac.t => author-lib-arithmetic-unary-_fib.t} |  36 +--
 t/author-lib-arithmetic-unary-_lucas.dat           | 251 +++++++++++++++++++++
 ..._fac.t => author-lib-arithmetic-unary-_lucas.t} |  36 +--
 t/bare_mbf.t                                       |   2 +-
 t/bare_mbi.t                                       |   2 +-
 t/bfib-mbi.t                                       |  86 +++++++
 t/bigfltpm.inc                                     | 167 +++++++++-----
 t/bigfltpm.t                                       |   2 +-
 t/bigintpm.inc                                     | 131 +++++++----
 t/bigintpm.t                                       |   2 +-
 t/blucas-mbi.t                                     |  86 +++++++
 t/calling.t                                        |   2 +-
 t/sub_mbf.t                                        |   2 +-
 t/sub_mbi.t                                        |   2 +-
 t/upgradef.t                                       |   2 +-
 t/with_sub.t                                       |   2 +-
 33 files changed, 1387 insertions(+), 240 deletions(-)
 create mode 100644 t/author-lib-arithmetic-unary-_fib.dat
 copy t/{author-lib-arithmetic-unary-_fac.t => author-lib-arithmetic-unary-_fib.t} (76%)
 create mode 100644 t/author-lib-arithmetic-unary-_lucas.dat
 copy t/{author-lib-arithmetic-unary-_fac.t => author-lib-arithmetic-unary-_lucas.t} (76%)
 create mode 100644 t/bfib-mbi.t
 create mode 100644 t/blucas-mbi.t

-- 
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