[pdl] branch master updated (47b6990 -> a64ecbe)

Bas Couwenberg sebastic at debian.org
Sun Oct 9 11:50:05 UTC 2016


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

sebastic pushed a change to branch master
in repository pdl.

      from  47b6990   Set distribution to unstable.
      adds  f2b5c84   Imported Upstream version 2.017
       new  07d4f1b   Merge tag 'upstream/2.017'
       new  e6b41c3   New upstream release.
       new  49c51c0   Drop patches applied upstream. Refresh remaining patches.
       new  7b8c685   Update copyright format URL to use HTTPS.
       new  3b560d2   Add patch to fix spelling errors.
       new  9514c0d   Add patch to fix pod2man errors.
       new  a64ecbe   Set distribution to experimental.

The 7 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/Bad/bad.pd                                   |   46 +-
 Basic/Core/Basic.pm                                |    2 +-
 Basic/Core/Core.pm                                 |   14 +-
 Basic/Core/Dbg.pm                                  |    2 +-
 Basic/Core/Dev.pm                                  |   12 +-
 Basic/Core/IFiles.pm                               |    2 +-
 Basic/Core/Types.pm.PL                             |    3 +-
 Basic/Core/pdlapi.c                                |    8 +-
 Basic/Core/pdlconv.c.PL                            |    7 +-
 Basic/Core/pdlcore.c.PL                            |  117 +-
 Basic/Core/pdlcore.h.PL                            |    6 +-
 Basic/Core/pdlmagic.c                              |    2 +-
 Basic/Core/pdlthread.c                             |    2 +-
 Basic/Gen/PP.pm                                    |    6 +-
 Basic/Gen/PP/PDLCode.pm                            |    4 +-
 Basic/Math/math.pd                                 |    2 +-
 Basic/MatrixOps/matrixops.pd                       |   49 +-
 Basic/MatrixOps/simq.c                             |    1 +
 Basic/MatrixOps/svd.c                              |  124 +-
 Basic/Options.pm                                   |    2 +-
 Basic/PDL.pm                                       |    2 +-
 Basic/Pod/FAQ.pod                                  |   17 +-
 Basic/Pod/PP.pod                                   |    4 +-
 Basic/Pod/Tips.pod                                 |    2 +-
 Basic/Primitive/primitive.pd                       |    6 +-
 Basic/Slices/slices.pd                             |   56 +-
 Basic/Ufunc/ufunc.pd                               |   29 +-
 Changes                                            |  142 ++
 DEPENDENCIES                                       |    2 +-
 Demos/Cartography_demo.pm                          |   11 +-
 Demos/PGPLOT_demo.pm                               |    2 +-
 Demos/Transform_demo.pm                            |    9 +-
 Doc/Doc.pm                                         |    2 +-
 Doc/Doc/Perldl.pm                                  |    2 +-
 Doc/scantree.pl                                    |   27 +-
 GENERATED/PDL/Bad.pm                               |   10 +-
 GENERATED/PDL/GIS/Proj.pm                          |    4 +-
 GENERATED/PDL/GSL/DIFF.pm                          |    6 +-
 GENERATED/PDL/GSL/INTEG.pm                         |   22 +-
 GENERATED/PDL/GSL/MROOT.pm                         |    2 +-
 GENERATED/PDL/GSL/RNG.pm                           |    8 +-
 GENERATED/PDL/IO/GD.pm                             |    8 +-
 GENERATED/PDL/IO/HDF.pm                            |    4 +-
 GENERATED/PDL/IO/HDF/SD.pm                         |    6 +-
 GENERATED/PDL/IO/Misc.pm                           |   20 +-
 GENERATED/PDL/IO/Pnm.pm                            |    2 +-
 GENERATED/PDL/MatrixOps.pm                         |   38 +-
 GENERATED/PDL/Minuit.pm                            |   18 +-
 GENERATED/PDL/Primitive.pm                         |    6 +-
 GENERATED/PDL/Slices.pm                            |   34 +-
 GENERATED/PDL/Transform.pm                         |    4 +-
 GENERATED/PDL/Ufunc.pm                             |  194 +--
 Graphics/Graphics2D.pm                             |    4 +-
 Graphics/PGPLOT/PGPLOT.pm                          |    2 +-
 Graphics/PGPLOT/PGPLOTOptions.pm                   |    2 +-
 Graphics/PGPLOT/Window/Window.pm                   |   16 +-
 Graphics/State.pm                                  |    2 +-
 Graphics/TriD/POGL/OpenGL.pm                       |    4 +-
 Graphics/TriD/TriD.pm                              |    6 +-
 Graphics/TriD/TriD/Contours.pm                     |    2 +-
 IO/Dumper.pm                                       |    4 +-
 IO/FITS/FITS.pm                                    |   49 +-
 IO/GD/GD.pd                                        |   12 +-
 IO/HDF/HDF.pm                                      |    4 +-
 IO/HDF/Makefile.PL                                 |    2 +-
 IO/HDF/SD/SD.pd                                    |    6 +-
 IO/HDF/VS/VS.pd                                    |    5 +-
 IO/HDF/buildfunc.pm                                |    2 +-
 IO/IO.pod                                          |    2 +-
 IO/Misc/misc.pd                                    |   20 +-
 IO/Pnm/Pic.pm                                      |    2 +-
 IO/Pnm/pnm.pd                                      |    2 +-
 Known_problems                                     |   44 +-
 Lib/FFT/fft.pd                                     |   19 +-
 Lib/Fit/Gaussian/gaussian.pd                       |    2 +-
 Lib/Func.pm                                        |    4 +-
 Lib/GIS/Proj/Proj.pd                               |    8 +-
 Lib/GSL/DIFF/gsl_diff.pd                           |   12 +-
 Lib/GSL/INTEG/gsl_integ.pd                         |   92 +-
 Lib/GSL/MROOT/gsl_mroot.pd                         |    4 +-
 Lib/GSL/RNG/gsl_random.pd                          |   14 +-
 Lib/GSL/SF/coupling/gsl_sf_coupling.pd             |    2 +-
 Lib/Image2D/image2d.pd                             |    4 +-
 Lib/Image2D/resample.h                             |    1 +
 Lib/Interpolate/Interpolate.pm                     |    2 +-
 Lib/Minuit/Makefile.PL                             |    3 +-
 Lib/Minuit/minuit.pd                               |   22 +-
 Lib/Slatec/Makefile.PL                             |    3 +-
 Lib/Slatec/slatec.pd                               |    8 +-
 Lib/Transform/Cartography/Cartography.pm           |    4 +-
 Lib/Transform/transform.pd                         |    4 +-
 META.json                                          |    2 +-
 META.yml                                           |    2 +-
 Makefile.PL                                        |   16 +-
 TODO                                               |   34 +-
 debian/changelog                                   |   11 +
 debian/copyright                                   |    2 +-
 debian/patches/doc_dirlist.patch                   |   63 -
 debian/patches/doc_vendor_install.patch            |   36 -
 debian/patches/dumper_gnukfreebsd.patch            |   26 -
 debian/patches/manpage-has-bad-whatis-entry.patch  |   13 -
 .../patches/manpage-has-errors-from-pod2man.patch  |   15 +
 debian/patches/pdl-cppflags.patch                  |   15 -
 debian/patches/reproducible-build.patch            |  197 ---
 debian/patches/series                              |   11 +-
 debian/patches/slatec_default_integer_8.patch      |   12 +-
 debian/patches/sorted_output.patch                 |   54 -
 debian/patches/spelling-errors.patch               | 1716 ++------------------
 debian/patches/spelling-errors2.patch              |   50 -
 perldl                                             |    4 +-
 t/argtest.t                                        |    2 +-
 t/bess.t                                           |   39 +-
 t/bool.t                                           |   27 +-
 t/callext.t                                        |   38 +-
 t/clump.t                                          |   20 +-
 t/constructor.t                                    |   32 +-
 t/conv.t                                           |   50 +-
 t/diskcache.t                                      |   47 +-
 t/erf.t                                            |   38 +-
 t/erfi.t                                           |   27 +-
 t/familyfree.t                                     |   13 +-
 t/fft.t                                            |  105 +-
 t/fits.t                                           |   21 +-
 t/func.t                                           |   46 +-
 t/gauss.t                                          |   21 +-
 t/hdrs.t                                           |   52 +-
 t/hist.t                                           |   46 +-
 t/image2d.t                                        |  207 ++-
 t/imagend.t                                        |    9 +-
 t/imagergb.t                                       |   82 +-
 t/interp.t                                         |    6 +-
 t/interpol.t                                       |    5 +-
 t/limits_normalize_dsets.t                         |  475 +++---
 t/linfit.t                                         |   52 +-
 t/lut.t                                            |   30 +-
 t/lvalue.t                                         |   21 +-
 t/magic.t                                          |   35 +-
 t/matmult.t                                        |   45 +-
 t/matrix.t                                         |   16 +-
 t/matrixops.t                                      |  264 +--
 t/misc.t                                           |   32 +-
 t/niceslice.t                                      |  202 +--
 t/nsdatahandle.t                                   |    8 +-
 t/ones.t                                           |   19 +-
 t/ops.t                                            |  241 +--
 t/pdl_from_string.t                                |   12 +-
 t/pdlchar.t                                        |   33 +-
 t/physical.t                                       |   30 +-
 t/picnorgb.t                                       |   64 +-
 t/picrgb.t                                         |   67 +-
 t/pnm.t                                            |   43 +-
 t/poly.t                                           |   21 +-
 t/polyroots.t                                      |   19 +-
 t/primitive.t                                      |   18 +-
 t/pthread.t                                        |   95 +-
 t/pthread_auto.t                                   |   72 +-
 t/reduce.t                                         |   17 +-
 t/refs.t                                           |   43 +-
 t/requiredmods.t                                   |   16 +-
 t/round.t                                          |   15 +-
 t/scope.t                                          |   30 +-
 t/segfault.t                                       |   10 +-
 t/simplex.t                                        |   37 +-
 t/slice.t                                          |   17 +-
 t/thread.t                                         |   86 +-
 t/thread_def.t                                     |   61 +-
 t/transform.t                                      |  273 ++--
 t/trig.t                                           |   29 +-
 t/ufunc.t                                          |   32 +-
 t/vaffine.t                                        |    7 +-
 t/xvals.t                                          |   80 +-
 171 files changed, 3095 insertions(+), 4294 deletions(-)
 delete mode 100644 debian/patches/doc_dirlist.patch
 delete mode 100644 debian/patches/doc_vendor_install.patch
 delete mode 100644 debian/patches/dumper_gnukfreebsd.patch
 delete mode 100644 debian/patches/manpage-has-bad-whatis-entry.patch
 create mode 100644 debian/patches/manpage-has-errors-from-pod2man.patch
 delete mode 100644 debian/patches/pdl-cppflags.patch
 delete mode 100644 debian/patches/reproducible-build.patch
 delete mode 100644 debian/patches/sorted_output.patch
 delete mode 100644 debian/patches/spelling-errors2.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