[pdl] branch master updated (a08a194 -> 9b1ae3a)

Bas Couwenberg sebastic at debian.org
Sat May 27 10:31:20 UTC 2017


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

sebastic pushed a change to branch master
in repository pdl.

      from  a08a194   Mark spelling-errors.patch as Applied-Upstream.
      adds  19eba7d   Imported Upstream version 2.018
       new  3f9972c   Merge tag 'upstream/2.018'
       new  ec7baa6   New upstream release.
       new  93d8173   Drop patches applied upstream. Refresh remaining patches.
       new  e8dc2b4   Add lintian override for spelling-error-in-manpage false positive.
       new  9b1ae3a   Set distribution to experimental.

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:
 Basic/AutoLoader.pm                                |   2 +-
 Basic/Complex/complex.pd                           |   2 +-
 Basic/Core/Core.pm                                 |   6 +-
 Basic/Core/Core.xs                                 |   2 +-
 Basic/Core/pdl.h.PL                                |   2 +-
 Basic/Core/pdlconv.c.PL                            |   4 +-
 Basic/Core/pdlcore.c.PL                            |   4 +-
 Basic/Core/pdlcore.h.PL                            |   4 +-
 Basic/Core/pdlsimple.h.PL                          |   2 +-
 Basic/Lite.pm                                      |  20 +-
 Basic/PDL.pm                                       |   2 +-
 Basic/Pod/FAQ.pod                                  |  10 +-
 Basic/Pod/Modules.pod                              |   2 +-
 Basic/Pod/PP.pod                                   |  49 +-
 Changes                                            |  86 +++
 DEPENDENCIES                                       |  10 +-
 GENERATED/PDL/Complex.pm                           |   2 +-
 GENERATED/PDL/GSL/RNG.pm                           |   6 +-
 GENERATED/PDL/IO/GD.pm                             |   7 +-
 GENERATED/PDL/IO/Misc.pm                           |   6 +-
 GENERATED/PDL/Transform/Proj4.pm                   | 588 ++++++++++++++++++++-
 Graphics/PGPLOT/Window/Window.pm                   |   2 +-
 Graphics/TriD/TriD/Contours.pm                     |   2 +-
 IO/GD/GD.pd                                        |   7 +-
 IO/Misc/misc.pd                                    |   6 +-
 Known_problems                                     |   3 +-
 Lib/GSL/DIFF/gsl_diff.pd                           |   3 +
 Lib/GSL/INTERP/gsl_interp.pd                       |   5 +
 Lib/GSL/MROOT/gsl_mroot.pd                         |   3 +
 Lib/GSL/RNG/gsl_random.pd                          |  10 +-
 Lib/GSL/SF/airy/gsl_sf_airy.pd                     |   4 +
 Lib/GSL/SF/bessel/gsl_sf_bessel.pd                 |   4 +
 Lib/GSL/SF/clausen/gsl_sf_clausen.pd               |   4 +
 Lib/GSL/SF/coulomb/gsl_sf_coulomb.pd               |   4 +
 Lib/GSL/SF/coupling/gsl_sf_coupling.pd             |   4 +
 Lib/GSL/SF/dawson/gsl_sf_dawson.pd                 |   4 +
 Lib/GSL/SF/debye/gsl_sf_debye.pd                   |   4 +
 Lib/GSL/SF/dilog/gsl_sf_dilog.pd                   |   4 +
 Lib/GSL/SF/elementary/gsl_sf_elementary.pd         |   4 +
 Lib/GSL/SF/ellint/gsl_sf_ellint.pd                 |   4 +
 Lib/GSL/SF/elljac/gsl_sf_elljac.pd                 |   4 +
 Lib/GSL/SF/erf/gsl_sf_erf.pd                       |   4 +
 Lib/GSL/SF/exp/gsl_sf_exp.pd                       |   4 +
 Lib/GSL/SF/expint/gsl_sf_expint.pd                 |   4 +
 Lib/GSL/SF/fermi_dirac/gsl_sf_fermi_dirac.pd       |   4 +
 Lib/GSL/SF/gamma/gsl_sf_gamma.pd                   |   4 +
 Lib/GSL/SF/gegenbauer/gsl_sf_gegenbauer.pd         |   4 +
 Lib/GSL/SF/hyperg/gsl_sf_hyperg.pd                 |   4 +
 Lib/GSL/SF/laguerre/gsl_sf_laguerre.pd             |   4 +
 Lib/GSL/SF/legendre/gsl_sf_legendre.pd             |   4 +
 Lib/GSL/SF/log/gsl_sf_log.pd                       |   4 +
 Lib/GSL/SF/poly/gsl_sf_poly.pd                     |   4 +
 Lib/GSL/SF/pow_int/gsl_sf_pow_int.pd               |   4 +
 Lib/GSL/SF/psi/gsl_sf_psi.pd                       |   3 +
 Lib/GSL/SF/synchrotron/gsl_sf_synchrotron.pd       |   4 +
 Lib/GSL/SF/transport/gsl_sf_transport.pd           |   4 +
 Lib/GSL/SF/trig/gsl_sf_trig.pd                     |   4 +
 Lib/GSL/SF/zeta/gsl_sf_zeta.pd                     |   4 +
 Lib/Transform/Proj4/Proj4.pd                       |   2 +-
 META.json                                          |   7 +-
 META.yml                                           |   7 +-
 Makefile.PL                                        | 116 +++-
 debian/changelog                                   |   9 +
 debian/patches/disable-doc-install.patch           |   2 +-
 .../patches/manpage-has-errors-from-pod2man.patch  |  15 -
 debian/patches/pdl-ldflags.patch                   |   2 +-
 debian/patches/series                              |   2 -
 debian/patches/spelling-errors.patch               | 208 --------
 debian/pdl.lintian-overrides                       |   3 +
 debian/pdl.lintian-overrides.in                    |   3 +
 t/gd_oo_tests.t                                    |   2 +-
 t/gd_tests.t                                       |   2 +-
 t/gsl_sf.t                                         |  11 +-
 73 files changed, 1008 insertions(+), 351 deletions(-)
 delete mode 100644 debian/patches/manpage-has-errors-from-pod2man.patch
 delete mode 100644 debian/patches/spelling-errors.patch

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



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