[libmath-prime-util-perl] branch master updated (bb0bbc9 -> 4693546)

Salvatore Bonaccorso carnil at debian.org
Thu Oct 2 21:38:21 UTC 2014


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

carnil pushed a change to branch master
in repository libmath-prime-util-perl.

      from  bb0bbc9   Prepare changelog for release
       new  e4d1a91   Add debian/upstream/metadata
       new  aab2835   Update debian/changelog
      adds  cd13671   Imported Upstream version 0.45
       new  337285e   Merge tag 'upstream/0.45'
       new  4df5e3c   Update debian/changelog
       new  b9ee838   Add 0001-Put-Carp-use-in-correct-package.patch patch from upstream
       new  0fa2b78   Add copyright stanza for included Devel::CheckLib copy
       new  22197d0   Make Recommends on libmath-prime-util-gmp-perl versioned
       new  4693546   Update debian/changelog file

The 8 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                                            |  39 ++
 MANIFEST                                           |   7 +
 META.json                                          |  31 +-
 META.yml                                           |  24 +-
 Makefile.PL                                        |  38 +-
 README                                             |   2 +-
 TODO                                               |  16 +-
 XS.xs                                              | 370 ++++++++++++---
 debian/changelog                                   |  12 +
 debian/control                                     |   2 +-
 debian/copyright                                   |   5 +
 .../0001-Put-Carp-use-in-correct-package.patch     |  31 ++
 debian/patches/series                              |   1 +
 debian/upstream/metadata                           |   5 +
 factor.c                                           |  12 +-
 inc/Devel/CheckLib.pm                              | 495 +++++++++++++++++++++
 lehmer.c                                           |   8 +-
 lib/Math/Prime/Util.pm                             | 333 +++++++++++++-
 lib/Math/Prime/Util/ECAffinePoint.pm               |   4 +-
 lib/Math/Prime/Util/ECProjectivePoint.pm           |   4 +-
 lib/Math/Prime/Util/MemFree.pm                     |   4 +-
 lib/Math/Prime/Util/PP.pm                          | 469 ++++++++++++++++++-
 lib/Math/Prime/Util/PPFE.pm                        |  78 +++-
 lib/Math/Prime/Util/PrimalityProving.pm            |   4 +-
 lib/Math/Prime/Util/PrimeArray.pm                  |  14 +-
 lib/Math/Prime/Util/PrimeIterator.pm               |   6 +-
 lib/Math/Prime/Util/RandomPrimes.pm                |   4 +-
 lib/Math/Prime/Util/ZetaBigFloat.pm                |   4 +-
 lib/ntheory.pm                                     | 179 ++++++++
 primality.c                                        | 126 +++++-
 primality.h                                        |   2 +
 t/{01-load.t => 011-load-ntheory.t}                |   2 +-
 t/02-can.t                                         |  14 +-
 t/{01-load.t => 022-can-ntheory.t}                 |   3 +-
 t/04-inputvalidation.t                             |   9 +-
 t/11-primes.t                                      |   7 +-
 t/12-nextprime.t                                   |   2 +
 t/17-pseudoprime.t                                 |  23 +-
 t/18-functions.t                                   |  20 +-
 t/19-moebius.t                                     |  85 +++-
 t/25-lucas_sequences.t                             |  18 +-
 t/26-combinatorial.t                               |  68 +++
 t/27-bernfrac.t                                    | 132 ++++++
 t/28-pi.t                                          |  44 ++
 t/50-factoring.t                                   |   2 +
 t/92-release-pod-coverage.t                        |  21 +-
 util.c                                             | 127 +++++-
 util.h                                             |   5 +
 48 files changed, 2705 insertions(+), 206 deletions(-)
 create mode 100644 debian/patches/0001-Put-Carp-use-in-correct-package.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/upstream/metadata
 create mode 100644 inc/Devel/CheckLib.pm
 create mode 100644 lib/ntheory.pm
 copy t/{01-load.t => 011-load-ntheory.t} (70%)
 copy t/{01-load.t => 022-can-ntheory.t} (52%)
 create mode 100644 t/26-combinatorial.t
 create mode 100644 t/27-bernfrac.t
 create mode 100644 t/28-pi.t

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



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