[libmath-prime-util-gmp-perl] branch master updated (02321b9 -> 0204496)
gregor herrmann
gregoa at debian.org
Sat Dec 21 21:31:40 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libmath-prime-util-gmp-perl.
from 02321b9 updated debian/changelog
adds 3f38e60 Imported Upstream version 0.07
adds 7f03d83 Imported Upstream version 0.16
new ed5c118 Merge tag 'upstream/0.16'
new fd524fb New upstream release.
new f5c0763 Add years of upstream copyright.
new 5190e5d Add debian/NEWS, mentioning an API change.
new 608144f Make Recommends on libmath-prime-util-perl versioned.
new 0bd5f16 Slightly improve short and long description.
new 9f5769c Use debhelper 9.20120312 to get all hardening flags.
new cfd9c53 Use canonical URL in Vcs-Git field.
new 80decf4 Install example scripts.
new 8e79627 Add a patch to fix a spelling mistake.
new c4da114 Declare compliance with Debian Policy 3.9.5.
new 0204496 releasing package libmath-prime-util-gmp-perl version 0.16-1
The 12 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 | 182 ++-
LICENSE | 6 +-
MANIFEST | 21 +
META.json | 19 +-
META.yml | 10 +-
Makefile.PL | 38 +-
README | 20 +-
TODO | 32 +-
XS.xs | 443 +++++--
bls75.c | 781 +++++++++++
bls75.h | 30 +
class_poly_data.h | 624 +++++++++
debian/NEWS | 10 +
debian/changelog | 16 +
debian/control | 15 +-
debian/copyright | 2 +-
debian/libmath-prime-util-gmp-perl.examples | 1 +
debian/patches/series | 1 +
debian/patches/spelling.patch | 29 +
ecm.c | 686 ++++++++++
ecm.h | 16 +
ecpp.c | 973 ++++++++++++++
ecpp.h | 16 +
examples/convert-gmpecpp-cert.pl | 44 +
examples/convert-primo-cert.pl | 85 ++
examples/vcert.c | 1662 +++++++++++++++++++++++
examples/verify-cert.pl | 598 +++++++++
examples/verify_primegap.pl | 139 ++
gmp_main.c | 1885 ++++++++++++++-------------
gmp_main.h | 19 +-
inc/Devel/CheckLib.pm | 9 +-
lib/Math/Prime/Util/GMP.pm | 563 ++++++--
prime_iterator.c | 85 +-
prime_iterator.h | 4 +-
ptypes.h | 42 +
simpqs.c | 1539 ++++++++++++++++++++++
simpqs.h | 8 +
small_factor.h | 3 +-
t/10-isprime.t | 4 +-
t/11-primes.t | 2 -
t/15-probprime.t | 10 +
t/16-provableprime.t | 98 +-
t/17-pseudoprime.t | 104 +-
t/22-partitions.t | 86 ++
t/50-factoring.t | 26 +-
t/93-release-spelling.t | 26 +
utility.c | 1053 +++++++++++++++
utility.h | 64 +
xt/calculate-mr-probs.pl | 48 +
xt/create-standalone.sh | 198 +++
xt/proof-text-format.txt | 292 +++++
51 files changed, 11467 insertions(+), 1200 deletions(-)
create mode 100644 bls75.c
create mode 100644 bls75.h
create mode 100644 class_poly_data.h
create mode 100644 debian/NEWS
create mode 100644 debian/libmath-prime-util-gmp-perl.examples
create mode 100644 debian/patches/series
create mode 100644 debian/patches/spelling.patch
create mode 100644 ecm.c
create mode 100644 ecm.h
create mode 100644 ecpp.c
create mode 100644 ecpp.h
create mode 100755 examples/convert-gmpecpp-cert.pl
create mode 100755 examples/convert-primo-cert.pl
create mode 100644 examples/vcert.c
create mode 100755 examples/verify-cert.pl
create mode 100644 examples/verify_primegap.pl
create mode 100644 simpqs.c
create mode 100644 simpqs.h
create mode 100644 t/22-partitions.t
create mode 100644 t/93-release-spelling.t
create mode 100644 utility.c
create mode 100644 utility.h
create mode 100755 xt/calculate-mr-probs.pl
create mode 100755 xt/create-standalone.sh
create mode 100644 xt/proof-text-format.txt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-gmp-perl.git
More information about the Pkg-perl-cvs-commits
mailing list